D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/vdrift-20141020-12.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.sax92M + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf vdrift + /usr/bin/tar -xof - + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/vdrift-2014-10-20.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + cd vdrift + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/vdrift-2014-10-20-mga-bullet-2.85.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/vdrift-fdr-error-output.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/vdrift-2014-10-20-mga-scons3-python3.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.01kFQP + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd vdrift + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + /usr/bin/scons -j8 prefix=/usr release=1 scons: Reading SConscript files ... Checking for C++ header file GL/gl.h... yes Checking for C++ header file SDL2/SDL.h... yes Checking for C++ header file SDL2/SDL_image.h... yes Checking for C++ header file vorbis/vorbisfile.h... yes Checking for C++ header file curl/curl.h... yes Checking for C++ header file BulletCollision/btBulletCollisionCommon.h... yes Checking for C++ header file BulletDynamics/btBulletDynamicsCommon.h... yes /bin/sh: svnversion: command not found scons: done reading SConscript files. scons: Building targets ... CPP build/aabb.o CPP build/aabbtree.o CPP build/ai/ai_car_experimental.o CPP build/ai/ai_car_standard.o CPP build/ai/ai.o CPP build/autoupdate.o CPP build/bezier.o CPP build/camera_chase.o src/camera_chase.cpp: In member function 'virtual void CameraChase::Reset(const Vec3&, const Quat&)': src/camera_chase.cpp:42:13: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 42 | rotation = focus_facing; | ^~~~~~~~~~~~ In file included from src/camera.h:24, from src/camera_chase.h:23, from src/camera_chase.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/camera_chase.cpp: In member function 'virtual void CameraChase::Update(const Vec3&, const Quat&, float)': src/camera_chase.cpp:59:50: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 59 | rotation = LookAt(position, focus, Direction::Up); | ^ In file included from src/camera.h:24, from src/camera_chase.h:23, from src/camera_chase.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'void Quaternion::Rotate(const T&, const T&, const T&, const T&) [with T = float]': src/camera.h:94:52: required from here src/quaternion.h:305:11: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 305 | (*this) = output * (*this); | ~~~~~~~~^~~~~~~~~~~~~~~~~~ In file included from src/graphics/scenenode.h:25, from src/ai/ai_car_standard.h:26, from src/ai/ai_car_standard.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/scenenode.h:25, from src/ai/ai_car_standard.h:26, from src/ai/ai.cpp:23: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/ai/ai_car_standard.h:26, from src/ai/ai_car_standard.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/scenenode.h:25, from src/ai/ai_car_experimental.h:27, from src/ai/ai_car_experimental.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/ai/ai_car_experimental.h:27, from src/ai/ai_car_experimental.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/ai/ai_car_standard.h:26, from src/ai/ai.cpp:23: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/camera.h:111:9: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/camera_free.o CPP build/camera_mount.o src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_standard.h:26, from src/ai/ai.cpp:23: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]': /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_standard.h:26, from src/ai/ai.cpp:23: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_standard.h:26, from src/ai/ai.cpp:23: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_standard.h:26, from src/ai/ai.cpp:23: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_standard.h:26, from src/ai/ai.cpp:23: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_standard.h:26, from src/ai/ai.cpp:23: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/vector:65, from src/ai/ai_car.h:24, from src/ai/ai.h:23, from src/ai/ai.cpp:20: /usr/include/c++/10/bits/stl_construct.h:109:7: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 109 | { ::new(static_cast(__p)) _Tp(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_standard.h:26, from src/ai/ai.cpp:23: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]' /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ In file included from src/ai/ai_car_experimental.cpp:24: src/track.h: At global scope: src/track.h:197:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 197 | std::auto_ptr loader; | ^~~~~~~~ In file included from /usr/include/c++/10/bits/locale_conv.h:41, from /usr/include/c++/10/locale:43, from /usr/include/c++/10/iomanip:43, from src/joeserialize.h:31, from src/keyed_container.h:23, from src/graphics/gl3v/rendermodelentry.h:23, from src/graphics/gl3v/rendermodelext.h:26, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_experimental.h:27, from src/ai/ai_car_experimental.cpp:20: /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from src/ai/ai_car_standard.cpp:24: src/track.h: At global scope: src/track.h:197:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 197 | std::auto_ptr loader; | ^~~~~~~~ In file included from /usr/include/c++/10/bits/locale_conv.h:41, from /usr/include/c++/10/locale:43, from /usr/include/c++/10/iomanip:43, from src/joeserialize.h:31, from src/keyed_container.h:23, from src/graphics/gl3v/rendermodelentry.h:23, from src/graphics/gl3v/rendermodelext.h:26, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_standard.h:26, from src/ai/ai_car_standard.cpp:20: /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ CPP build/camera_orbit.o In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/ai/ai_car_experimental.h:27, from src/ai/ai_car_experimental.cpp:20: src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/ai/ai_car_standard.h:26, from src/ai/ai_car_standard.cpp:20: src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/camera_free.cpp: In member function 'virtual void CameraFree::Reset(const Vec3&, const Quat&)': src/camera_free.cpp:45:13: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 45 | rotation = newquat; | ^~~~~~~ In file included from src/camera.h:24, from src/camera_free.h:23, from src/camera_free.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'void Quaternion::Rotate(const T&, const T&, const T&, const T&) [with T = float]': src/camera.h:94:52: required from here src/quaternion.h:305:11: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 305 | (*this) = output * (*this); | ~~~~~~~~^~~~~~~~~~~~~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/camera.h:111:9: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'void Quaternion::Rotate(const T&, const MathVector&) [with T = float]': src/camera_free.cpp:57:51: required from here src/quaternion.h:313:11: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 313 | (*this) = output * (*this); | ~~~~~~~~^~~~~~~~~~~~~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_experimental.h:27, from src/ai/ai_car_experimental.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]': /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_standard.h:26, from src/ai/ai_car_standard.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]': /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/camera_mount.cpp:20: src/camera_mount.h: In member function 'void CameraMount::SetOffset(const Vec3&, const Vec3&)': src/camera_mount.h:38:53: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 38 | offsetrot = LookAt(lookfrom, lookat, Direction::Up); | ^ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_experimental.h:27, from src/ai/ai_car_experimental.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/camera.h:24, from src/camera_mount.h:23, from src/camera_mount.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_standard.h:26, from src/ai/ai_car_standard.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_experimental.h:27, from src/ai/ai_car_experimental.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_experimental.h:27, from src/ai/ai_car_experimental.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_standard.h:26, from src/ai/ai_car_standard.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_standard.h:26, from src/ai/ai_car_standard.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ src/camera_mount.cpp: In member function 'virtual void CameraMount::Reset(const Vec3&, const Quat&)': src/camera_mount.cpp:37:23: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 37 | rotation = newquat * offsetrot; | ^~~~~~~~~ In file included from src/camera.h:24, from src/camera_mount.h:23, from src/camera_mount.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/camera_mount.cpp: In member function 'virtual void CameraMount::Update(const Vec3&, const Quat&, float)': src/camera_mount.cpp:45:22: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 45 | rotation = newdir * offsetrot; | ^~~~~~~~~ In file included from src/camera.h:24, from src/camera_mount.h:23, from src/camera_mount.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_experimental.h:27, from src/ai/ai_car_experimental.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_standard.h:26, from src/ai/ai_car_standard.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_standard.h:26, from src/ai/ai_car_standard.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_experimental.h:27, from src/ai/ai_car_experimental.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/vector:65, from src/ai/ai_car.h:24, from src/ai/ai_car_standard.h:23, from src/ai/ai_car_standard.cpp:20: /usr/include/c++/10/bits/stl_construct.h:109:7: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 109 | { ::new(static_cast(__p)) _Tp(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/10/vector:65, from src/ai/ai_car.h:24, from src/ai/ai_car_experimental.h:23, from src/ai/ai_car_experimental.cpp:20: /usr/include/c++/10/bits/stl_construct.h:109:7: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 109 | { ::new(static_cast(__p)) _Tp(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_standard.h:26, from src/ai/ai_car_standard.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]' /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/ai/ai_car_experimental.h:27, from src/ai/ai_car_experimental.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]' /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ CPP build/carcontrolmap.o src/quaternion.h: In instantiation of 'void Quaternion::Rotate(const T&, const T&, const T&, const T&) [with T = float]': src/camera.h:94:52: required from here src/quaternion.h:305:11: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 305 | (*this) = output * (*this); | ~~~~~~~~^~~~~~~~~~~~~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/camera.h:111:9: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/cargraphics.o CPP build/carsound.o In file included from src/camera.h:24, from src/camera_orbit.h:23, from src/camera_orbit.cpp:20: src/quaternion.h: In instantiation of 'void Quaternion::Rotate(const T&, const T&, const T&, const T&) [with T = float]': src/camera.h:94:52: required from here src/quaternion.h:305:11: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 305 | (*this) = output * (*this); | ~~~~~~~~^~~~~~~~~~~~~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/camera.h:111:9: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'void Quaternion::Rotate(const T&, const MathVector&) [with T = float]': src/camera_orbit.cpp:67:51: required from here src/quaternion.h:313:11: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 313 | (*this) = output * (*this); | ~~~~~~~~^~~~~~~~~~~~~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/cfg/config.o CPP build/cfg/ptree.o In file included from src/graphics/scenenode.h:25, from src/cargraphics.h:23, from src/cargraphics.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/cargraphics.h:23, from src/cargraphics.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/cfg/ptree_inf.o CPP build/cfg/ptree_ini.o src/cargraphics.cpp: In member function 'bool CarGraphics::Load(const PTree&, const string&, const string&, const string&, const string&, const Vec3&, int, float, ContentManager&, std::ostream&)': src/cargraphics.cpp:294:63: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 294 | steer_orientation = steernoderef.GetTransform().GetRotation(); | ^ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/cargraphics.h:23, from src/cargraphics.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/cargraphics.cpp: In member function 'void CarGraphics::Update(const std::vector&)': src/cargraphics.cpp:368:39: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 368 | steer_rotation = steer_orientation * steer; | ^~~~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/cargraphics.h:23, from src/cargraphics.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'void Quaternion::Rotate(const T&, const T&, const T&, const T&) [with T = float]': src/camera.h:94:52: required from here src/quaternion.h:305:11: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 305 | (*this) = output * (*this); | ~~~~~~~~^~~~~~~~~~~~~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/camera.h:111:9: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/cfg/ptree_xml.o In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/cargraphics.h:23, from src/cargraphics.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]': /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/cargraphics.cpp:479:46: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/cargraphics.h:23, from src/cargraphics.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/cargraphics.h:23, from src/cargraphics.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/cargraphics.h:23, from src/cargraphics.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/cargraphics.h:23, from src/cargraphics.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/cargraphics.h:23, from src/cargraphics.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/x86_64-mageia-linux-gnu/bits/c++allocator.h:33, from /usr/include/c++/10/bits/allocator.h:46, from /usr/include/c++/10/tr1/unordered_map:36, from src/unordered_map.h:26, from src/graphics/gl3v/stringidmap.h:23, from src/graphics/gl3v/rendertextureentry.h:23, from src/graphics/gl3v/rendermodelext.h:23, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/cargraphics.h:23, from src/cargraphics.cpp:20: /usr/include/c++/10/ext/new_allocator.h:150:4: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 150 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/cargraphics.h:23, from src/cargraphics.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/cargraphics.cpp:479:46: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ CPP build/containeralgorithm.o CPP build/content/configfactory.o CPP build/content/contentmanager.o CPP build/content/modelfactory.o CPP build/content/soundfactory.o CPP build/content/texturefactory.o CPP build/crashdetection.o CPP build/downloadable.o CPP build/dynamicsdraw.o CPP build/eventsystem.o CPP build/forcefeedback.o CPP build/game.o CPP build/graphics/dds.o CPP build/graphics/drawable.o CPP build/graphics/fbobject.o In file included from src/graphics/scenenode.h:25, from src/dynamicsdraw.h:23, from src/dynamicsdraw.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/dynamicsdraw.h:23, from src/dynamicsdraw.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/graphics/fbtexture.o CPP build/graphics/gl3v/glenums.o src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/dynamicsdraw.h:23, from src/dynamicsdraw.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]': /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/dynamicsdraw.cpp:30:50: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/dynamicsdraw.h:23, from src/dynamicsdraw.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/dynamicsdraw.h:23, from src/dynamicsdraw.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/dynamicsdraw.h:23, from src/dynamicsdraw.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/dynamicsdraw.h:23, from src/dynamicsdraw.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/dynamicsdraw.h:23, from src/dynamicsdraw.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/x86_64-mageia-linux-gnu/bits/c++allocator.h:33, from /usr/include/c++/10/bits/allocator.h:46, from /usr/include/c++/10/tr1/unordered_map:36, from src/unordered_map.h:26, from src/graphics/gl3v/stringidmap.h:23, from src/graphics/gl3v/rendertextureentry.h:23, from src/graphics/gl3v/rendermodelext.h:23, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/dynamicsdraw.h:23, from src/dynamicsdraw.cpp:20: /usr/include/c++/10/ext/new_allocator.h:150:4: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 150 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/dynamicsdraw.h:23, from src/dynamicsdraw.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/dynamicsdraw.cpp:30:50: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ CPP build/graphics/gl3v/glwrapper.o CPP build/graphics/gl3v/renderdimensions.o In file included from src/graphics/scenenode.h:25, from src/track.h:26, from src/game.h:29, from src/game.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/graphics/graphics.h:24, from src/game.h:24, from src/game.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/graphics/gl3v/renderer.o In file included from src/game.h:29, from src/game.cpp:20: src/track.h: At global scope: src/track.h:197:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 197 | std::auto_ptr loader; | ^~~~~~~~ In file included from /usr/include/c++/10/bits/locale_conv.h:41, from /usr/include/c++/10/locale:43, from /usr/include/c++/10/iomanip:43, from src/joeserialize.h:31, from src/mathvector.h:23, from src/graphics/graphics.h:23, from src/game.h:24, from src/game.cpp:20: /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ CPP build/graphics/gl3v/rendermodel.o CPP build/graphics/gl3v/rendermodelext.o In file included from src/game.cpp:20: src/game.h:348:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 348 | std::auto_ptr forcefeedback; | ^~~~~~~~ In file included from /usr/include/c++/10/bits/locale_conv.h:41, from /usr/include/c++/10/locale:43, from /usr/include/c++/10/iomanip:43, from src/joeserialize.h:31, from src/mathvector.h:23, from src/graphics/graphics.h:23, from src/game.h:24, from src/game.cpp:20: /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ CPP build/graphics/gl3v/renderpass.o CPP build/graphics/gl3v/rendersampler.o CPP build/graphics/gl3v/renderstate.o CPP build/graphics/gl3v/rendertextureentry.o src/game.cpp: In member function 'void Game::AdvanceGameLogic()': src/game.cpp:958:40: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 958 | rot = active_camera->GetOrientation(); | ^ In file included from src/graphics/graphics.h:24, from src/game.h:24, from src/game.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'void Quaternion::Rotate(const T&, const T&, const T&, const T&) [with T = float]': src/camera.h:94:52: required from here src/quaternion.h:305:11: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 305 | (*this) = output * (*this); | ~~~~~~~~^~~~~~~~~~~~~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/camera.h:111:9: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/graphics/gl3v/renderuniform.o CPP build/graphics/gl3v/renderuniformentry.o CPP build/graphics/gl3v/stringidmap.o CPP build/graphics/glcore.o In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/game.h:29, from src/game.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]': /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/text_draw.h:91:57: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/game.h:29, from src/game.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/game.h:29, from src/game.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/game.h:29, from src/game.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/game.h:29, from src/game.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/game.h:29, from src/game.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/x86_64-mageia-linux-gnu/bits/c++allocator.h:33, from /usr/include/c++/10/bits/allocator.h:46, from /usr/include/c++/10/string:41, from src/window.h:24, from src/game.h:23, from src/game.cpp:20: /usr/include/c++/10/ext/new_allocator.h:150:4: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 150 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/graphics/gl3v/renderstate.cpp: In member function 'void RenderState::debugPrint(std::ostream&, const GLEnums&) const': src/graphics/gl3v/renderstate.cpp:150:23: warning: this statement may fall through [-Wimplicit-fallthrough=] 150 | out << fparam[2] << ","; | ^~~ src/graphics/gl3v/renderstate.cpp:152:3: note: here 152 | case SS_FLOAT2: | ^~~~ src/graphics/gl3v/renderstate.cpp:153:23: warning: this statement may fall through [-Wimplicit-fallthrough=] 153 | out << fparam[1] << ","; | ^~~ src/graphics/gl3v/renderstate.cpp:155:3: note: here 155 | case SS_FLOAT: | ^~~~ CPP build/graphics/glutil.o In file included from src/graphics/graphics.h:23, from src/game.h:24, from src/game.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/text_draw.h:91:57: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ CPP build/graphics/graphics_config_condition.o CPP build/graphics/graphics_config.o CPP build/graphics/graphics_gl2.o CPP build/graphics/graphics_gl3v.o CPP build/graphics/mesh_gen.o In file included from src/graphics/scenenode.h:25, from src/graphics/graphics_gl2.cpp:22: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/graphics/graphics.h:24, from src/graphics/graphics_gl2.h:23, from src/graphics/graphics_gl2.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/graphics/model.o In file included from src/graphics/drawable_container.h:23, from src/graphics/graphics_gl2.h:28, from src/graphics/graphics_gl2.cpp:20: src/graphics/drawable.h: In member function 'Drawable& Drawable::operator=(const Drawable&)': src/graphics/drawable.h:32:7: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 32 | class Drawable | ^~~~~~~~ In file included from src/graphics/graphics.h:23, from src/graphics/graphics_gl2.h:23, from src/graphics/graphics_gl2.cpp:20: src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ src/graphics/graphics_gl2.cpp: In member function 'virtual void GraphicsGL2::BindDynamicVertexData(std::vector)': src/graphics/graphics_gl2.cpp:434:52: note: synthesized method 'Drawable& Drawable::operator=(const Drawable&)' first required here 434 | screen_quad = quad_node.GetDrawList().twodim.get(d); | ^ src/graphics/graphics_gl2.cpp: In member function 'virtual void GraphicsGL2::SetupScene(float, float, Vec3, const Quat&, const Vec3&, std::ostream&)': src/graphics/graphics_gl2.cpp:477:13: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 477 | cam.rot = cam_rotation; | ^~~~~~~~~~~~ In file included from src/graphics/graphics.h:24, from src/graphics/graphics_gl2.h:23, from src/graphics/graphics_gl2.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/graphics/graphics_gl2.cpp:564:14: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 564 | cam.rot = light_rotation; | ^~~~~~~~~~~~~~ In file included from src/graphics/graphics.h:24, from src/graphics/graphics_gl2.h:23, from src/graphics/graphics_gl2.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/graphics/graphics_gl2.cpp: In member function 'void GraphicsGL2::CullScenePass(const GraphicsConfigPass&, std::ostream&)': src/graphics/graphics_gl2.cpp:1020:69: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 1020 | cam.rot = GetCubeSideOrientation(cubeside, cam.rot, error_output); | ^ In file included from src/graphics/graphics.h:24, from src/graphics/graphics_gl2.h:23, from src/graphics/graphics_gl2.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/graphics/graphics_gl2.cpp:144:16: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'void Quaternion::Rotate(const T&, const T&, const T&, const T&) [with T = float]': src/graphics/graphics_gl2.cpp:149:32: required from here src/quaternion.h:305:11: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 305 | (*this) = output * (*this); | ~~~~~~~~^~~~~~~~~~~~~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/scenenode.h:25, from src/graphics/graphics_gl3v.cpp:21: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/graphics/graphics.h:24, from src/graphics/graphics_gl3v.h:23, from src/graphics/graphics_gl3v.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/graphics_gl3v.h:25, from src/graphics/graphics_gl3v.cpp:20: src/graphics/drawable.h: In member function 'Drawable& Drawable::operator=(const Drawable&)': src/graphics/drawable.h:32:7: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 32 | class Drawable | ^~~~~~~~ In file included from src/graphics/graphics.h:23, from src/graphics/graphics_gl3v.h:23, from src/graphics/graphics_gl3v.cpp:20: src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ src/graphics/graphics_gl3v.cpp: In member function 'virtual void GraphicsGL3::BindDynamicVertexData(std::vector)': src/graphics/graphics_gl3v.cpp:139:55: note: synthesized method 'Drawable& Drawable::operator=(const Drawable&)' first required here 139 | fullscreenquad = quad_node.GetDrawList().twodim.get(d); | ^ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/graphics_gl2.h:28, from src/graphics/graphics_gl2.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]': /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/graphics/graphics_gl2.cpp:429:81: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/graphics_gl2.h:28, from src/graphics/graphics_gl2.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/graphics_gl2.h:28, from src/graphics/graphics_gl2.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/graphics_gl2.h:28, from src/graphics/graphics_gl2.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/graphics_gl2.h:28, from src/graphics/graphics_gl2.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/graphics_gl2.h:28, from src/graphics/graphics_gl2.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/x86_64-mageia-linux-gnu/bits/c++allocator.h:33, from /usr/include/c++/10/bits/allocator.h:46, from /usr/include/c++/10/list:61, from src/joeserialize.h:23, from src/mathvector.h:23, from src/graphics/graphics.h:23, from src/graphics/graphics_gl2.h:23, from src/graphics/graphics_gl2.cpp:20: /usr/include/c++/10/ext/new_allocator.h:150:4: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 150 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/graphics.h:23, from src/graphics/graphics_gl2.h:23, from src/graphics/graphics_gl2.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/graphics/graphics_gl2.cpp:429:81: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ In file included from src/graphics/graphics.h:24, from src/graphics/graphics_gl3v.h:23, from src/graphics/graphics_gl3v.cpp:20: src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/quaternion.h:356:14: required from 'void Quaternion::RotateVector(T2&) const [with T2 = MathVector; T = float]' src/graphics/graphics_gl3v.cpp:184:44: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/graphics_gl3v.h:25, from src/graphics/graphics_gl3v.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]': /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/graphics/graphics_gl3v.cpp:134:84: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/graphics_gl3v.h:25, from src/graphics/graphics_gl3v.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/graphics_gl3v.h:25, from src/graphics/graphics_gl3v.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/graphics_gl3v.h:25, from src/graphics/graphics_gl3v.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/graphics_gl3v.h:25, from src/graphics/graphics_gl3v.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/graphics_gl3v.h:25, from src/graphics/graphics_gl3v.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/x86_64-mageia-linux-gnu/bits/c++allocator.h:33, from /usr/include/c++/10/bits/allocator.h:46, from /usr/include/c++/10/list:61, from src/joeserialize.h:23, from src/mathvector.h:23, from src/graphics/graphics.h:23, from src/graphics/graphics_gl3v.h:23, from src/graphics/graphics_gl3v.cpp:20: /usr/include/c++/10/ext/new_allocator.h:150:4: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 150 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CPP build/graphics/model_joe03.o In file included from src/graphics/graphics.h:23, from src/graphics/graphics_gl3v.h:23, from src/graphics/graphics_gl3v.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/graphics/graphics_gl3v.cpp:134:84: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ CPP build/graphics/model_obj.o In file included from src/graphics/model.h:25, from src/graphics/model_joe03.h:23, from src/graphics/model_joe03.cpp:20: src/mathvector.h: In instantiation of 'void MathVector::Set(const T*) [with T = float]': src/graphics/model_joe03.cpp:180:87: required from here src/mathvector.h:333:14: warning: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'struct MathVector::Vector3' from an array of 'const float' [-Wclass-memaccess] 333 | std::memcpy(&v,array_pointer,sizeof(Vector3)); //high performance, but portability issues? | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/mathvector.h:278:9: note: 'struct MathVector::Vector3' declared here 278 | struct Vector3 | ^~~~~~~ CPP build/graphics/render_input_postprocess.o CPP build/graphics/render_input_scene.o src/graphics/render_input_postprocess.cpp: In member function 'void RenderInputPostprocess::SetCamera(const GraphicsCamera&)': src/graphics/render_input_postprocess.cpp:134:21: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 134 | cam_rotation = cam.rot; | ^~~ In file included from src/graphics/render_input_postprocess.h:25, from src/graphics/render_input_postprocess.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/graphics/render_input_postprocess.cpp: In member function 'virtual void RenderInputPostprocess::Render(GraphicsState&, std::ostream&)': src/graphics/render_input_postprocess.cpp:194:46: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 194 | cube_rotation = (-cam_look) * (-cam_rotation); // experimentally derived | ^ In file included from src/graphics/render_input_postprocess.h:25, from src/graphics/render_input_postprocess.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/graphics/render_output.o src/quaternion.h: In instantiation of 'void Quaternion::Rotate(const T&, const T&, const T&, const T&) [with T = float]': src/graphics/render_input_postprocess.cpp:191:33: required from here src/quaternion.h:305:11: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 305 | (*this) = output * (*this); | ~~~~~~~~^~~~~~~~~~~~~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/quaternion.h:296:10: required from 'Quaternion Quaternion::operator-() const [with T = float]' src/graphics/render_input_postprocess.cpp:152:8: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/graphics/render_input_scene.cpp: In member function 'void RenderInputScene::SetCamera(const GraphicsCamera&)': src/graphics/render_input_scene.cpp:139:21: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 139 | cam_rotation = cam.rot; | ^~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/render_input_scene.h:25, from src/graphics/render_input_scene.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/graphics/render_input_scene.cpp: In member function 'virtual void RenderInputScene::Render(GraphicsState&, std::ostream&)': src/graphics/render_input_scene.cpp:167:29: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 167 | drawable_color = Vec4(-1.0f); | ^ In file included from src/graphics/render_input_scene.h:24, from src/graphics/render_input_scene.cpp:20: src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ src/graphics/render_input_scene.cpp:174:46: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 174 | cube_rotation = (-cam_look) * (-cam_rotation); // experimentally derived | ^ In file included from src/graphics/render_input_scene.h:25, from src/graphics/render_input_scene.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/graphics/render_input_scene.cpp: In member function 'void RenderInputScene::SetFlags(const Drawable&, GraphicsState&)': src/graphics/render_input_scene.cpp:212:31: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 212 | drawable_color = d.GetColor(); | ^ In file included from src/graphics/render_input_scene.h:24, from src/graphics/render_input_scene.cpp:20: src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ CPP build/graphics/scenenode.o CPP build/graphics/shader.o In file included from src/graphics/render_input_scene.h:25, from src/graphics/render_input_scene.cpp:20: src/quaternion.h: In instantiation of 'void Quaternion::Rotate(const T&, const T&, const T&, const T&) [with T = float]': src/graphics/render_input_scene.cpp:40:37: required from here src/quaternion.h:305:11: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 305 | (*this) = output * (*this); | ~~~~~~~~^~~~~~~~~~~~~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/quaternion.h:356:14: required from 'void Quaternion::RotateVector(T2&) const [with T2 = MathVector; T = float]' src/graphics/render_input_scene.cpp:41:33: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/graphics/sky.o CPP build/graphics/texture.o In file included from src/graphics/scenenode.h:25, from src/graphics/scenenode.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/graphics/scenenode.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/graphics/vertexarray.o src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/graphics/scenenode.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]': /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/graphics/scenenode.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/graphics/scenenode.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/graphics/scenenode.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/graphics/scenenode.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/graphics/scenenode.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/bits/alloc_traits.h:33, from /usr/include/c++/10/ext/alloc_traits.h:34, from /usr/include/c++/10/tr1/hashtable.h:37, from /usr/include/c++/10/tr1/unordered_map:41, from src/unordered_map.h:26, from src/graphics/gl3v/stringidmap.h:23, from src/graphics/gl3v/rendertextureentry.h:23, from src/graphics/gl3v/rendermodelext.h:23, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/graphics/scenenode.cpp:20: /usr/include/c++/10/bits/stl_construct.h:109:7: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 109 | { ::new(static_cast(__p)) _Tp(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/graphics/scenenode.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]' /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ CPP build/graphics/vertexbuffer.o CPP build/graphics/vertexformat.o CPP build/gui/font.o src/graphics/vertexarray.cpp: In member function 'void VertexArray::SetTo2DButton(float, float, float, float, float, bool)': src/graphics/vertexarray.cpp:315:25: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 315 | corner1 = center - dim*0.5; | ^~~ In file included from src/quaternion.h:23, from src/graphics/vertexarray.cpp:21: src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 2]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ src/graphics/vertexarray.cpp:316:25: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 316 | corner2 = center + dim*0.5; | ^~~ In file included from src/quaternion.h:23, from src/graphics/vertexarray.cpp:21: src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 2]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ src/graphics/vertexarray.cpp: In member function 'void VertexArray::SetTo2DBox(float, float, float, float, float, float, float)': src/graphics/vertexarray.cpp:362:25: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 362 | corner1 = center - dim*0.5; | ^~~ In file included from src/quaternion.h:23, from src/graphics/vertexarray.cpp:21: src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 2]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ src/graphics/vertexarray.cpp:363:25: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 363 | corner2 = center + dim*0.5; | ^~~ In file included from src/quaternion.h:23, from src/graphics/vertexarray.cpp:21: src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 2]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ In file included from src/graphics/vertexarray.cpp:21: src/quaternion.h: In instantiation of 'void Quaternion::Rotate(const T&, const T&, const T&, const T&) [with T = float]': src/graphics/vertexarray.cpp:525:18: required from here src/quaternion.h:305:11: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 305 | (*this) = output * (*this); | ~~~~~~~~^~~~~~~~~~~~~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/quaternion.h:23, from src/graphics/vertexarray.cpp:21: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 2]': src/mathvector.h:179:10: required from 'MathVector MathVector::operator*(const T&) const [with T = float; unsigned int dimension = 2]' src/graphics/vertexarray.cpp:315:25: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 2]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ In file included from src/graphics/vertexarray.cpp:21: src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/quaternion.h:356:14: required from 'void Quaternion::RotateVector(T2&) const [with T2 = float*; T = float]' src/graphics/vertexarray.cpp:531:22: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/scenenode.h:25, from src/graphics/vertexbuffer.cpp:21: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/graphics/vertexbuffer.cpp:21: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/gui/guicontrol.o In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/graphics/vertexbuffer.cpp:21: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]': /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/graphics/vertexbuffer.cpp:21: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/graphics/vertexbuffer.cpp:21: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/graphics/vertexbuffer.cpp:21: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/graphics/vertexbuffer.cpp:21: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/graphics/vertexbuffer.cpp:21: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/vector:65, from src/graphics/vertexbuffer.h:24, from src/graphics/vertexbuffer.cpp:20: /usr/include/c++/10/bits/stl_construct.h:109:7: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 109 | { ::new(static_cast(__p)) _Tp(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/graphics/vertexbuffer.cpp:21: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]' /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ CPP build/gui/guicontrollist.o CPP build/gui/gui.o CPP build/gui/guiimage.o In file included from src/graphics/scenenode.h:25, from src/gui/guipage.h:23, from src/gui/gui.h:23, from src/gui/gui.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/gui/guipage.h:23, from src/gui/gui.h:23, from src/gui/gui.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/gui/guiimagelist.o In file included from src/graphics/scenenode.h:25, from src/gui/guiimage.h:24, from src/gui/guiimage.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/gui/guiimage.h:24, from src/gui/guiimage.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/gui.h:23, from src/gui/gui.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]': /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/text_draw.h:91:57: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/gui.h:23, from src/gui/gui.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/gui.h:23, from src/gui/gui.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/gui.h:23, from src/gui/gui.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/gui.h:23, from src/gui/gui.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/gui.h:23, from src/gui/gui.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/x86_64-mageia-linux-gnu/bits/c++allocator.h:33, from /usr/include/c++/10/bits/allocator.h:46, from /usr/include/c++/10/tr1/unordered_map:36, from src/unordered_map.h:26, from src/graphics/gl3v/stringidmap.h:23, from src/graphics/gl3v/rendertextureentry.h:23, from src/graphics/gl3v/rendermodelext.h:23, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/gui.h:23, from src/gui/gui.cpp:20: /usr/include/c++/10/ext/new_allocator.h:150:4: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 150 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/gui.h:23, from src/gui/gui.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/text_draw.h:91:57: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guiimage.h:24, from src/gui/guiimage.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]': /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/guiimage.cpp:64:55: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guiimage.h:24, from src/gui/guiimage.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guiimage.h:24, from src/gui/guiimage.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guiimage.h:24, from src/gui/guiimage.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guiimage.h:24, from src/gui/guiimage.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guiimage.h:24, from src/gui/guiimage.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/x86_64-mageia-linux-gnu/bits/c++allocator.h:33, from /usr/include/c++/10/bits/allocator.h:46, from /usr/include/c++/10/vector:64, from src/signalslot.h:24, from src/gui/guiwidget.h:23, from src/gui/guiimage.h:23, from src/gui/guiimage.cpp:20: /usr/include/c++/10/ext/new_allocator.h:150:4: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 150 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guiimage.h:24, from src/gui/guiimage.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/guiimage.cpp:64:55: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ CPP build/gui/guilabel.o CPP build/gui/guilabellist.o In file included from src/graphics/scenenode.h:25, from src/gui/guiimage.h:24, from src/gui/guiimagelist.cpp:21: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/gui/guiimage.h:24, from src/gui/guiimagelist.cpp:21: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guiimage.h:24, from src/gui/guiimagelist.cpp:21: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]': /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guiimage.h:24, from src/gui/guiimagelist.cpp:21: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guiimage.h:24, from src/gui/guiimagelist.cpp:21: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guiimage.h:24, from src/gui/guiimagelist.cpp:21: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guiimage.h:24, from src/gui/guiimagelist.cpp:21: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guiimage.h:24, from src/gui/guiimagelist.cpp:21: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/vector:65, from src/signalslot.h:24, from src/gui/guiwidget.h:23, from src/gui/guiwidgetlist.h:24, from src/gui/guiimagelist.h:23, from src/gui/guiimagelist.cpp:20: /usr/include/c++/10/bits/stl_construct.h:109:7: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 109 | { ::new(static_cast(__p)) _Tp(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guiimage.h:24, from src/gui/guiimagelist.cpp:21: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]' /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ CPP build/gui/guilanguage.o CPP build/gui/guioption.o In file included from src/graphics/scenenode.h:25, from src/gui/text_draw.h:24, from src/gui/guilabel.h:24, from src/gui/guilabel.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/gui/text_draw.h:24, from src/gui/guilabel.h:24, from src/gui/guilabel.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/scenenode.h:25, from src/gui/text_draw.h:24, from src/gui/guilabel.h:24, from src/gui/guilabellist.cpp:21: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/gui/text_draw.h:24, from src/gui/guilabel.h:24, from src/gui/guilabellist.cpp:21: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/gui/guipage.o In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/guilabel.h:24, from src/gui/guilabel.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]': /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/text_draw.h:91:57: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/guilabel.h:24, from src/gui/guilabel.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/guilabel.h:24, from src/gui/guilabel.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/guilabel.h:24, from src/gui/guilabel.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/guilabel.h:24, from src/gui/guilabel.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/guilabel.h:24, from src/gui/guilabel.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/x86_64-mageia-linux-gnu/bits/c++allocator.h:33, from /usr/include/c++/10/bits/allocator.h:46, from /usr/include/c++/10/vector:64, from src/signalslot.h:24, from src/gui/guiwidget.h:23, from src/gui/guilabel.h:23, from src/gui/guilabel.cpp:20: /usr/include/c++/10/ext/new_allocator.h:150:4: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 150 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/guilabel.h:24, from src/gui/guilabel.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/text_draw.h:91:57: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/gui/guioption.cpp: In member function 'GuiOption& GuiOption::operator=(const GuiOption&)': src/gui/guioption.cpp:64:24: warning: implicitly-declared 'Signal1&>& Signal1&>::operator=(const Signal1&>&)' is deprecated [-Wdeprecated-copy] 64 | signal_update = other.signal_update; | ^~~~~~~~~~~~~ In file included from src/gui/guioption.h:23, from src/gui/guioption.cpp:20: src/signalslot.h:254:8: note: because 'Signal1&>' has user-provided 'Signal1

::Signal1(const Signal1

&) [with P = const std::__cxx11::basic_string&]' 254 | inline Signal1

::Signal1(const Signal1 & other) : | ^~~~~~~~~~ src/gui/guioption.cpp:65:22: warning: implicitly-declared 'Signal1&>& Signal1&>::operator=(const Signal1&>&)' is deprecated [-Wdeprecated-copy] 65 | signal_valn = other.signal_valn; | ^~~~~~~~~~~ In file included from src/gui/guioption.h:23, from src/gui/guioption.cpp:20: src/signalslot.h:254:8: note: because 'Signal1&>' has user-provided 'Signal1

::Signal1(const Signal1

&) [with P = const std::__cxx11::basic_string&]' 254 | inline Signal1

::Signal1(const Signal1 & other) : | ^~~~~~~~~~ src/gui/guioption.cpp:66:21: warning: implicitly-declared 'Signal1&>& Signal1&>::operator=(const Signal1&>&)' is deprecated [-Wdeprecated-copy] 66 | signal_val = other.signal_val; | ^~~~~~~~~~ In file included from src/gui/guioption.h:23, from src/gui/guioption.cpp:20: src/signalslot.h:254:8: note: because 'Signal1&>' has user-provided 'Signal1

::Signal1(const Signal1

&) [with P = const std::__cxx11::basic_string&]' 254 | inline Signal1

::Signal1(const Signal1 & other) : | ^~~~~~~~~~ src/gui/guioption.cpp:67:21: warning: implicitly-declared 'Signal1&>& Signal1&>::operator=(const Signal1&>&)' is deprecated [-Wdeprecated-copy] 67 | signal_str = other.signal_str; | ^~~~~~~~~~ In file included from src/gui/guioption.h:23, from src/gui/guioption.cpp:20: src/signalslot.h:254:8: note: because 'Signal1&>' has user-provided 'Signal1

::Signal1(const Signal1

&) [with P = const std::__cxx11::basic_string&]' 254 | inline Signal1

::Signal1(const Signal1 & other) : | ^~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/guilabel.h:24, from src/gui/guilabellist.cpp:21: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]': /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/text_draw.h:91:57: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/guilabel.h:24, from src/gui/guilabellist.cpp:21: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/guilabel.h:24, from src/gui/guilabellist.cpp:21: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/guilabel.h:24, from src/gui/guilabellist.cpp:21: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/guilabel.h:24, from src/gui/guilabellist.cpp:21: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/guilabel.h:24, from src/gui/guilabellist.cpp:21: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/x86_64-mageia-linux-gnu/bits/c++allocator.h:33, from /usr/include/c++/10/bits/allocator.h:46, from /usr/include/c++/10/vector:64, from src/signalslot.h:24, from src/gui/guiwidget.h:23, from src/gui/guiwidgetlist.h:24, from src/gui/guilabellist.h:23, from src/gui/guilabellist.cpp:20: /usr/include/c++/10/ext/new_allocator.h:150:4: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 150 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CPP build/gui/guislider.o In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/guilabel.h:24, from src/gui/guilabellist.cpp:21: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/text_draw.h:91:57: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ CPP build/gui/guiwidget.o In file included from src/graphics/scenenode.h:25, from src/gui/guipage.h:23, from src/gui/guipage.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/gui/guipage.h:23, from src/gui/guipage.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/scenenode.h:25, from src/sprite2d.h:23, from src/gui/guislider.h:24, from src/gui/guislider.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/sprite2d.h:23, from src/gui/guislider.h:24, from src/gui/guislider.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/gui/guiwidgetlist.o src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/gui/guipage.cpp: In member function 'GuiPage::SignalVal& GuiPage::SignalVal::operator=(const GuiPage::SignalVal&)': src/gui/guipage.cpp:892:17: warning: implicitly-declared 'Signal1&>& Signal1&>::operator=(const Signal1&>&)' is deprecated [-Wdeprecated-copy] 892 | signal = other.signal; | ^~~~~~ In file included from src/gui/guipage.h:24, from src/gui/guipage.cpp:20: src/signalslot.h:254:8: note: because 'Signal1&>' has user-provided 'Signal1

::Signal1(const Signal1

&) [with P = const std::__cxx11::basic_string&]' 254 | inline Signal1

::Signal1(const Signal1 & other) : | ^~~~~~~~~~ src/gui/guipage.cpp: In member function 'GuiPage::SignalValn& GuiPage::SignalValn::operator=(const GuiPage::SignalValn&)': src/gui/guipage.cpp:916:17: warning: implicitly-declared 'Signal2&>& Signal2&>::operator=(const Signal2&>&)' is deprecated [-Wdeprecated-copy] 916 | signal = other.signal; | ^~~~~~ In file included from src/gui/guipage.h:24, from src/gui/guipage.cpp:20: src/signalslot.h:276:8: note: because 'Signal2&>' has user-provided 'Signal2::Signal2(const Signal2&) [with P = int; R = const std::__cxx11::basic_string&]' 276 | inline Signal2::Signal2(const Signal2 & other) : | ^~~~~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/sprite2d.h:23, from src/gui/guislider.h:24, from src/gui/guislider.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]': /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/sprite2d.h:23, from src/gui/guislider.h:24, from src/gui/guislider.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/sprite2d.h:23, from src/gui/guislider.h:24, from src/gui/guislider.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/sprite2d.h:23, from src/gui/guislider.h:24, from src/gui/guislider.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/sprite2d.h:23, from src/gui/guislider.h:24, from src/gui/guislider.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/sprite2d.h:23, from src/gui/guislider.h:24, from src/gui/guislider.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/vector:65, from src/signalslot.h:24, from src/gui/guiwidget.h:23, from src/gui/guislider.h:23, from src/gui/guislider.cpp:20: /usr/include/c++/10/bits/stl_construct.h:109:7: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 109 | { ::new(static_cast(__p)) _Tp(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/sprite2d.h:23, from src/gui/guislider.h:24, from src/gui/guislider.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]' /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/gui/guipage.h:23, from src/gui/guipage.cpp:20: src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/gui/text_draw.o CPP build/http.o CPP build/hudbar.o CPP build/hud.o CPP build/hudgauge.o In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/guipage.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]': /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/text_draw.h:91:57: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/guipage.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/guipage.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/guipage.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/guipage.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/guipage.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/x86_64-mageia-linux-gnu/bits/c++allocator.h:33, from /usr/include/c++/10/bits/allocator.h:46, from /usr/include/c++/10/tr1/unordered_map:36, from src/unordered_map.h:26, from src/graphics/gl3v/stringidmap.h:23, from src/graphics/gl3v/rendertextureentry.h:23, from src/graphics/gl3v/rendermodelext.h:23, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/guipage.cpp:20: /usr/include/c++/10/ext/new_allocator.h:150:4: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 150 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/guipage.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/text_draw.h:91:57: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ CPP build/joepack.o In file included from src/graphics/scenenode.h:25, from src/gui/text_draw.h:24, from src/hud.h:23, from src/hud.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/gui/text_draw.h:24, from src/hud.h:23, from src/hud.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/scenenode.h:25, from src/gui/text_draw.h:24, from src/gui/text_draw.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/gui/text_draw.h:24, from src/gui/text_draw.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/scenenode.h:25, from src/hudgauge.h:23, from src/hudgauge.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/hudgauge.h:23, from src/hudgauge.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/scenenode.h:25, from src/hudbar.h:24, from src/hudbar.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/hudbar.h:24, from src/hudbar.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/joeserialize.o src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/text_draw.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]': /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/text_draw.h:91:57: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/text_draw.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/text_draw.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/text_draw.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/text_draw.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/text_draw.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/x86_64-mageia-linux-gnu/bits/c++allocator.h:33, from /usr/include/c++/10/bits/allocator.h:46, from /usr/include/c++/10/memory:64, from src/memory.h:23, from src/gui/font.h:23, from src/gui/text_draw.h:23, from src/gui/text_draw.cpp:20: /usr/include/c++/10/ext/new_allocator.h:150:4: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 150 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/gui/text_draw.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/text_draw.h:91:57: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/hudbar.h:24, from src/hudbar.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]': /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/hudbar.cpp:31:54: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/hudbar.h:24, from src/hudbar.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/hudbar.h:24, from src/hudbar.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/hudbar.h:24, from src/hudbar.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/hudbar.h:24, from src/hudbar.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/hudbar.h:24, from src/hudbar.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/x86_64-mageia-linux-gnu/bits/c++allocator.h:33, from /usr/include/c++/10/bits/allocator.h:46, from /usr/include/c++/10/list:61, from src/joeserialize.h:23, from src/graphics/vertexarray.h:24, from src/hudbar.h:23, from src/hudbar.cpp:20: /usr/include/c++/10/ext/new_allocator.h:150:4: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 150 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/hudgauge.h:23, from src/hudgauge.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = Drawable; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]': src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/hudgauge.cpp:40:45: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/hudgauge.h:23, from src/hudgauge.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/hudgauge.h:23, from src/hudgauge.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/hudgauge.h:23, from src/hudgauge.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/hudgauge.h:23, from src/hudgauge.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/hudgauge.h:23, from src/hudgauge.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/bits/stl_pair.h:59, from /usr/include/c++/10/utility:70, from /usr/include/c++/10/tr1/unordered_map:34, from src/unordered_map.h:26, from src/graphics/gl3v/stringidmap.h:23, from src/graphics/gl3v/rendertextureentry.h:23, from src/graphics/gl3v/rendermodelext.h:23, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/hudgauge.h:23, from src/hudgauge.cpp:20: /usr/include/c++/10/bits/move.h:197:11: note: synthesized method 'Drawable::Drawable(Drawable&&)' first required here 197 | _Tp __tmp = _GLIBCXX_MOVE(__a); | ^~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/hudgauge.h:23, from src/hudgauge.cpp:20: src/graphics/drawable.h:32:7: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 32 | class Drawable | ^~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/hudgauge.h:23, from src/hudgauge.cpp:20: src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ In file included from /usr/include/c++/10/bits/stl_pair.h:59, from /usr/include/c++/10/utility:70, from /usr/include/c++/10/tr1/unordered_map:34, from src/unordered_map.h:26, from src/graphics/gl3v/stringidmap.h:23, from src/graphics/gl3v/rendertextureentry.h:23, from src/graphics/gl3v/rendermodelext.h:23, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/hudgauge.h:23, from src/hudgauge.cpp:20: /usr/include/c++/10/bits/move.h:198:11: note: synthesized method 'Drawable& Drawable::operator=(Drawable&&)' first required here 198 | __a = _GLIBCXX_MOVE(__b); | ^ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/hudbar.h:24, from src/hudbar.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/hudbar.cpp:31:54: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/hudgauge.h:23, from src/hudgauge.cpp:20: src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/hud.h:23, from src/hud.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]': /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/text_draw.h:91:57: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/hud.h:23, from src/hud.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/hud.h:23, from src/hud.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/hud.h:23, from src/hud.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/hud.h:23, from src/hud.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/hud.h:23, from src/hud.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/x86_64-mageia-linux-gnu/bits/c++allocator.h:33, from /usr/include/c++/10/bits/allocator.h:46, from /usr/include/c++/10/memory:64, from src/memory.h:23, from src/gui/font.h:23, from src/gui/text_draw.h:23, from src/hud.h:23, from src/hud.cpp:20: /usr/include/c++/10/ext/new_allocator.h:150:4: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 150 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/hudgauge.h:23, from src/hudgauge.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = Drawable; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/hudgauge.cpp:40:45: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/hud.h:23, from src/hud.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/text_draw.h:91:57: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ CPP build/k1999.o CPP build/keyed_container.o CPP build/linearinterp.o CPP build/loadcamera.o CPP build/loadcollisionshape.o In file included from src/loadcamera.cpp:23: src/camera_mount.h: In member function 'void CameraMount::SetOffset(const Vec3&, const Vec3&)': src/camera_mount.h:38:53: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 38 | offsetrot = LookAt(lookfrom, lookat, Direction::Up); | ^ In file included from src/camera.h:24, from src/camera_chase.h:23, from src/loadcamera.cpp:21: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'void Quaternion::Rotate(const T&, const T&, const T&, const T&) [with T = float]': src/camera.h:94:52: required from here src/quaternion.h:305:11: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 305 | (*this) = output * (*this); | ~~~~~~~~^~~~~~~~~~~~~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/camera.h:111:9: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/loaddrawable.o CPP build/loadingscreen.o CPP build/main.o CPP build/mathplane.o CPP build/mathvector.o In file included from src/graphics/scenenode.h:25, from src/loaddrawable.h:23, from src/loaddrawable.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/loaddrawable.h:23, from src/loaddrawable.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/scenenode.h:25, from src/gui/text_draw.h:24, from src/loadingscreen.h:23, from src/loadingscreen.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/gui/text_draw.h:24, from src/loadingscreen.h:23, from src/loadingscreen.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/loadingscreen.h:23, from src/loadingscreen.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]': /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/text_draw.h:91:57: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/loadingscreen.h:23, from src/loadingscreen.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/loadingscreen.h:23, from src/loadingscreen.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/loadingscreen.h:23, from src/loadingscreen.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/loadingscreen.h:23, from src/loadingscreen.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/loadingscreen.h:23, from src/loadingscreen.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/x86_64-mageia-linux-gnu/bits/c++allocator.h:33, from /usr/include/c++/10/bits/allocator.h:46, from /usr/include/c++/10/memory:64, from src/memory.h:23, from src/gui/font.h:23, from src/gui/text_draw.h:23, from src/loadingscreen.h:23, from src/loadingscreen.cpp:20: /usr/include/c++/10/ext/new_allocator.h:150:4: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 150 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/text_draw.h:24, from src/loadingscreen.h:23, from src/loadingscreen.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/text_draw.h:91:57: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.cpp: In member function 'virtual void mathvector_testTest::run(quicktest::TestResult&)': src/mathvector.cpp:33:19: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 33 | test3 = test1 + test2; | ^~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/mathvector.cpp:20: src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = int; unsigned int dimension = 1]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 2]': src/mathvector.cpp:41:26: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 2]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ src/mathvector.h: In instantiation of 'void MathVector::Set(const T*) [with T = float]': src/mathvector.cpp:73:18: required from here src/mathvector.h:333:14: warning: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'struct MathVector::Vector3' from an array of 'const float' [-Wclass-memaccess] 333 | std::memcpy(&v,array_pointer,sizeof(Vector3)); //high performance, but portability issues? | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/mathvector.h:278:9: note: 'struct MathVector::Vector3' declared here 278 | struct Vector3 | ^~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/loaddrawable.h:23, from src/loaddrawable.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]': /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/loaddrawable.cpp:170:63: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/loaddrawable.h:23, from src/loaddrawable.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/loaddrawable.h:23, from src/loaddrawable.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/loaddrawable.h:23, from src/loaddrawable.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/loaddrawable.h:23, from src/loaddrawable.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/loaddrawable.h:23, from src/loaddrawable.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/x86_64-mageia-linux-gnu/bits/c++allocator.h:33, from /usr/include/c++/10/bits/allocator.h:46, from /usr/include/c++/10/tr1/unordered_map:36, from src/unordered_map.h:26, from src/graphics/gl3v/stringidmap.h:23, from src/graphics/gl3v/rendertextureentry.h:23, from src/graphics/gl3v/rendermodelext.h:23, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/loaddrawable.h:23, from src/loaddrawable.cpp:20: /usr/include/c++/10/ext/new_allocator.h:150:4: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 150 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = int; unsigned int dimension = 1]': src/mathvector.h:206:10: required from 'MathVector MathVector::operator+(const MathVector&) const [with T = int; unsigned int dimension = 1]' src/mathvector.cpp:33:19: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = int; unsigned int dimension = 1]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/loaddrawable.h:23, from src/loaddrawable.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/loaddrawable.cpp:170:63: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ In file included from src/graphics/scenenode.h:25, from src/track.h:26, from src/game.h:29, from src/main.cpp:22: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/graphics/graphics.h:24, from src/game.h:24, from src/main.cpp:22: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/game.h:29, from src/main.cpp:22: src/track.h: At global scope: src/track.h:197:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 197 | std::auto_ptr loader; | ^~~~~~~~ In file included from /usr/include/c++/10/bits/locale_conv.h:41, from /usr/include/c++/10/locale:43, from /usr/include/c++/10/iomanip:43, from src/joeserialize.h:31, from src/mathvector.h:23, from src/graphics/graphics.h:23, from src/game.h:24, from src/main.cpp:22: /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ CPP build/matrix4.o CPP build/optional.o CPP build/parallel_task.o In file included from src/main.cpp:22: src/game.h:348:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 348 | std::auto_ptr forcefeedback; | ^~~~~~~~ In file included from /usr/include/c++/10/bits/locale_conv.h:41, from /usr/include/c++/10/locale:43, from /usr/include/c++/10/iomanip:43, from src/joeserialize.h:31, from src/mathvector.h:23, from src/graphics/graphics.h:23, from src/game.h:24, from src/main.cpp:22: /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ CPP build/particle.o In file included from src/matrix4.cpp:22: src/quaternion.h: In instantiation of 'void Quaternion::Rotate(const T&, const T&, const T&, const T&) [with T = float]': src/matrix4.cpp:32:32: required from here src/quaternion.h:305:11: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 305 | (*this) = output * (*this); | ~~~~~~~~^~~~~~~~~~~~~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/quaternion.h:356:14: required from 'void Quaternion::RotateVector(T2&) const [with T2 = MathVector; T = float]' src/matrix4.cpp:42:24: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/pathmanager.o In file included from src/graphics/graphics.h:24, from src/game.h:24, from src/main.cpp:22: src/quaternion.h: In instantiation of 'void Quaternion::Rotate(const T&, const T&, const T&, const T&) [with T = float]': src/camera.h:94:52: required from here src/quaternion.h:305:11: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 305 | (*this) = output * (*this); | ~~~~~~~~^~~~~~~~~~~~~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/camera.h:111:9: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/game.h:29, from src/main.cpp:22: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]': /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/text_draw.h:91:57: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/game.h:29, from src/main.cpp:22: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/game.h:29, from src/main.cpp:22: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/game.h:29, from src/main.cpp:22: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/game.h:29, from src/main.cpp:22: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/game.h:29, from src/main.cpp:22: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/x86_64-mageia-linux-gnu/bits/c++allocator.h:33, from /usr/include/c++/10/bits/allocator.h:46, from /usr/include/c++/10/string:41, from src/window.h:24, from src/game.h:23, from src/main.cpp:22: /usr/include/c++/10/ext/new_allocator.h:150:4: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 150 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CPP build/performance_testing.o In file included from src/graphics/graphics.h:23, from src/game.h:24, from src/main.cpp:22: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/gui/text_draw.h:91:57: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ In file included from src/graphics/scenenode.h:25, from src/particle.h:23, from src/particle.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/particle.h:23, from src/particle.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/physics/cardifferential.o CPP build/physics/cardynamics.o src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/quaternion.h:296:10: required from 'Quaternion Quaternion::operator-() const [with T = float]' src/particle.cpp:99:35: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/particle.h:23, from src/particle.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]': /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/particle.cpp:58:44: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/particle.h:23, from src/particle.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/particle.h:23, from src/particle.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/particle.h:23, from src/particle.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/particle.h:23, from src/particle.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/particle.h:23, from src/particle.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/x86_64-mageia-linux-gnu/bits/c++allocator.h:33, from /usr/include/c++/10/bits/allocator.h:46, from /usr/include/c++/10/tr1/unordered_map:36, from src/unordered_map.h:26, from src/graphics/gl3v/stringidmap.h:23, from src/graphics/gl3v/rendertextureentry.h:23, from src/graphics/gl3v/rendermodelext.h:23, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/particle.h:23, from src/particle.cpp:20: /usr/include/c++/10/ext/new_allocator.h:150:4: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 150 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/particle.h:23, from src/particle.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = Drawable; _Args = {const Drawable&}; _Tp = Drawable; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Drawable; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = Drawable]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/particle.cpp:58:44: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ CPP build/physics/carengine.o CPP build/physics/carsuspension.o CPP build/physics/cartire.o In file included from src/physics/carengine.h:24, from src/physics/cardynamics.h:23, from src/performance_testing.h:23, from src/performance_testing.cpp:20: /usr/include/bullet/LinearMath/btVector3.h: In member function 'void PerformanceTesting::TestStoppingDistance(bool, std::ostream&, std::ostream&)': /usr/include/bullet/LinearMath/btVector3.h:799:18: warning: 'stopstart.btVector3::m_floats[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] 799 | v1.m_floats[1] - v2.m_floats[1], | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ src/performance_testing.cpp:246:12: note: 'stopstart.btVector3::m_floats[1]' was declared here 246 | btVector3 stopstart; //where the stopping starts | ^~~~~~~~~ In file included from src/physics/carengine.h:24, from src/physics/cardynamics.h:23, from src/performance_testing.h:23, from src/performance_testing.cpp:20: /usr/include/bullet/LinearMath/btVector3.h:800:18: warning: 'stopstart.btVector3::m_floats[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] 800 | v1.m_floats[2] - v2.m_floats[2]); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ src/performance_testing.cpp:246:12: note: 'stopstart.btVector3::m_floats[2]' was declared here 246 | btVector3 stopstart; //where the stopping starts | ^~~~~~~~~ In file included from src/physics/carengine.h:24, from src/physics/cardynamics.h:23, from src/performance_testing.h:23, from src/performance_testing.cpp:20: /usr/include/bullet/LinearMath/btVector3.h:798:18: warning: 'stopstart.btVector3::m_floats[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] 798 | v1.m_floats[0] - v2.m_floats[0], | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ src/performance_testing.cpp:246:12: note: 'stopstart.btVector3::m_floats[0]' was declared here 246 | btVector3 stopstart; //where the stopping starts | ^~~~~~~~~ CPP build/physics/dynamicsworld.o CPP build/physics/fracturebody.o CPP build/physics/tire.o CPP build/quaternion.o In file included from src/graphics/scenenode.h:25, from src/track.h:26, from src/physics/dynamicsworld.cpp:24: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/tobullet.h:24, from src/physics/dynamicsworld.cpp:23: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/radix.o CPP build/random.o In file included from src/physics/dynamicsworld.cpp:24: src/track.h: At global scope: src/track.h:197:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 197 | std::auto_ptr loader; | ^~~~~~~~ In file included from /usr/include/c++/10/memory:83, from src/memory.h:23, from /usr/include/bullet/LinearMath/btSerializer.h:23, from /usr/include/bullet/BulletCollision/CollisionShapes/btTriangleInfoMap.h:20, from /usr/include/bullet/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h:22, from /usr/include/bullet/BulletCollision/btBulletCollisionCommon.h:35, from src/physics/dynamicsworld.h:23, from src/physics/dynamicsworld.cpp:20: /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ CPP build/replay.o In file included from src/tobullet.h:24, from src/physics/dynamicsworld.cpp:23: src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/reseatable_reference.o In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/physics/dynamicsworld.cpp:24: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]': /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/physics/dynamicsworld.cpp:24: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/physics/dynamicsworld.cpp:24: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/physics/dynamicsworld.cpp:24: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/physics/dynamicsworld.cpp:24: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/physics/dynamicsworld.cpp:24: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/bits/alloc_traits.h:33, from /usr/include/c++/10/ext/alloc_traits.h:34, from /usr/include/c++/10/bits/basic_string.h:40, from /usr/include/c++/10/string:55, from /usr/include/bullet/LinearMath/btHashMap.h:19, from /usr/include/bullet/BulletCollision/CollisionShapes/btTriangleInfoMap.h:19, from /usr/include/bullet/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h:22, from /usr/include/bullet/BulletCollision/btBulletCollisionCommon.h:35, from src/physics/dynamicsworld.h:23, from src/physics/dynamicsworld.cpp:20: /usr/include/c++/10/bits/stl_construct.h:109:7: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 109 | { ::new(static_cast(__p)) _Tp(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/tobullet.h:23, from src/physics/dynamicsworld.cpp:23: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]' /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ CPP build/roadpatch.o In file included from src/quaternion.cpp:20: src/quaternion.h: In instantiation of 'void Quaternion::Rotate(const T&, const T&, const T&, const T&) [with T = float]': src/quaternion.cpp:63:42: required from here src/quaternion.h:305:11: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 305 | (*this) = output * (*this); | ~~~~~~~~^~~~~~~~~~~~~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/quaternion.h:356:14: required from 'void Quaternion::RotateVector(T2&) const [with T2 = float [3]; T = float]' src/quaternion.cpp:64:24: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ CPP build/roadstrip.o src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/settings.o CPP build/sound/soundbuffer.o CPP build/sound/sound.o CPP build/sound/soundfilter.o CPP build/sprite2d.o CPP build/suspensionbumpdetection.o CPP build/svn_sourceforge.o CPP build/timer.o In file included from src/graphics/scenenode.h:25, from src/sprite2d.h:23, from src/sprite2d.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/sprite2d.h:23, from src/sprite2d.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/sprite2d.h:23, from src/sprite2d.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = Drawable; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]': src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/sprite2d.cpp:93:42: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/sprite2d.h:23, from src/sprite2d.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/sprite2d.h:23, from src/sprite2d.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/sprite2d.h:23, from src/sprite2d.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/sprite2d.h:23, from src/sprite2d.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/sprite2d.h:23, from src/sprite2d.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/bits/stl_pair.h:59, from /usr/include/c++/10/utility:70, from /usr/include/c++/10/tr1/unordered_map:34, from src/unordered_map.h:26, from src/graphics/gl3v/stringidmap.h:23, from src/graphics/gl3v/rendertextureentry.h:23, from src/graphics/gl3v/rendermodelext.h:23, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/sprite2d.h:23, from src/sprite2d.cpp:20: /usr/include/c++/10/bits/move.h:197:11: note: synthesized method 'Drawable::Drawable(Drawable&&)' first required here 197 | _Tp __tmp = _GLIBCXX_MOVE(__a); | ^~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/sprite2d.h:23, from src/sprite2d.cpp:20: src/graphics/drawable.h:32:7: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 32 | class Drawable | ^~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/sprite2d.h:23, from src/sprite2d.cpp:20: src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ In file included from /usr/include/c++/10/bits/stl_pair.h:59, from /usr/include/c++/10/utility:70, from /usr/include/c++/10/tr1/unordered_map:34, from src/unordered_map.h:26, from src/graphics/gl3v/stringidmap.h:23, from src/graphics/gl3v/rendertextureentry.h:23, from src/graphics/gl3v/rendermodelext.h:23, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/sprite2d.h:23, from src/sprite2d.cpp:20: /usr/include/c++/10/bits/move.h:198:11: note: synthesized method 'Drawable& Drawable::operator=(Drawable&&)' first required here 198 | __a = _GLIBCXX_MOVE(__b); | ^ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/sprite2d.h:23, from src/sprite2d.cpp:20: src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/sprite2d.h:23, from src/sprite2d.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = Drawable; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/sprite2d.cpp:93:42: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ In file included from src/sound/sound.h:27, from src/sound/sound.cpp:20: src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/quaternion.h:296:10: required from 'Quaternion Quaternion::operator-() const [with T = float]' src/sound/sound.cpp:465:7: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/toggle.o CPP build/track.o CPP build/trackloader.o CPP build/trackmap.o In file included from src/graphics/scenenode.h:25, from src/track.h:26, from src/trackloader.h:23, from src/trackloader.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/graphics/scenenode.h:25, from src/track.h:26, from src/track.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/track.h:25, from src/trackloader.h:23, from src/trackloader.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/track.h:25, from src/track.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ CPP build/updatemanager.o CPP build/utils.o In file included from src/trackloader.h:23, from src/trackloader.cpp:20: src/track.h: At global scope: src/track.h:197:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 197 | std::auto_ptr loader; | ^~~~~~~~ In file included from /usr/include/c++/10/bits/locale_conv.h:41, from /usr/include/c++/10/locale:43, from /usr/include/c++/10/iomanip:43, from src/joeserialize.h:31, from src/mathvector.h:23, from src/bezier.h:23, from src/roadpatch.h:23, from src/roadstrip.h:23, from src/track.h:23, from src/trackloader.h:23, from src/trackloader.cpp:20: /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from src/track.cpp:20: src/track.h: At global scope: src/track.h:197:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] 197 | std::auto_ptr loader; | ^~~~~~~~ In file included from /usr/include/c++/10/bits/locale_conv.h:41, from /usr/include/c++/10/locale:43, from /usr/include/c++/10/iomanip:43, from src/joeserialize.h:31, from src/mathvector.h:23, from src/bezier.h:23, from src/roadpatch.h:23, from src/roadstrip.h:23, from src/track.h:23, from src/track.cpp:20: /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ CPP build/window.o In file included from src/graphics/scenenode.h:25, from src/trackmap.h:23, from src/trackmap.cpp:20: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/trackmap.h:23, from src/trackmap.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/trackloader.cpp: In member function 'bool Track::Loader::LoadStartPositions(const PTree&)': src/trackloader.cpp:1050:20: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 1050 | orient = fixer * orient; | ^~~~~~ In file included from src/track.h:25, from src/trackloader.h:23, from src/trackloader.cpp:20: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/track.h:25, from src/track.cpp:20: src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': /usr/include/c++/10/bits/stl_pair.h:314:17: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/quaternion.h: In instantiation of 'void Quaternion::Rotate(const T&, const T&, const T&, const T&) [with T = float]': src/trackloader.cpp:1049:31: required from here src/quaternion.h:305:11: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 305 | (*this) = output * (*this); | ~~~~~~~~^~~~~~~~~~~~~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ src/trackmap.cpp: In static member function 'static void TrackMap::RasterizeTriangle(const float*, const float*, unsigned int, void*, int)': src/trackmap.cpp:432:14: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 432 | (char*&)buffer += stride; | ^~~~~~ src/trackmap.cpp:463:14: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 463 | (char*&)buffer += stride; | ^~~~~~ In file included from src/bezier.h:23, from src/roadpatch.h:23, from src/roadstrip.h:23, from src/track.h:23, from src/trackloader.h:23, from src/trackloader.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = std::__cxx11::basic_string&; _T2 = Track::Loader::Body&; typename std::__strip_reference_wrapper::type>::__type = Track::Loader::Body; typename std::__strip_reference_wrapper::type>::__type = std::__cxx11::basic_string]' src/trackloader.cpp:465:48: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ In file included from src/track.h:25, from src/trackloader.h:23, from src/trackloader.cpp:20: src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/quaternion.h:356:14: required from 'void Quaternion::RotateVector(T2&) const [with T2 = MathVector; T = float]' src/trackloader.cpp:560:37: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/trackmap.h:23, from src/trackmap.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 2]': src/trackmap.cpp:267:18: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 2]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/track.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]': /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/track.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/track.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/track.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/track.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/track.h:26, from src/track.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/bits/alloc_traits.h:33, from /usr/include/c++/10/ext/alloc_traits.h:34, from /usr/include/c++/10/bits/stl_list.h:60, from /usr/include/c++/10/list:63, from src/joeserialize.h:23, from src/mathvector.h:23, from src/bezier.h:23, from src/roadpatch.h:23, from src/roadstrip.h:23, from src/track.h:23, from src/track.cpp:20: /usr/include/c++/10/bits/stl_construct.h:109:7: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 109 | { ::new(static_cast(__p)) _Tp(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/bezier.h:23, from src/roadpatch.h:23, from src/roadstrip.h:23, from src/track.h:23, from src/track.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]' /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ In file included from src/graphics/scenenode.h:25, from src/gui/guipage.h:23, from src/gui/gui.h:23, from src/updatemanager.cpp:23: src/transform.h: In member function 'void Transform::SetRotation(const Quat&)': src/transform.h:31:49: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 31 | void SetRotation(const Quat & rot) {rotation = rot;} | ^~~ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/gui/guipage.h:23, from src/gui/gui.h:23, from src/updatemanager.cpp:23: src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/trackmap.h:23, from src/trackmap.cpp:20: src/graphics/gl3v/rendermodelext.h: In instantiation of 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = Drawable; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]': src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/trackmap.cpp:297:61: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/trackmap.h:23, from src/trackmap.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/trackmap.h:23, from src/trackmap.cpp:20: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/trackmap.h:23, from src/trackmap.cpp:20: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/trackmap.h:23, from src/trackmap.cpp:20: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/trackmap.h:23, from src/trackmap.cpp:20: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/bits/stl_pair.h:59, from /usr/include/c++/10/utility:70, from /usr/include/c++/10/tr1/unordered_map:34, from src/unordered_map.h:26, from src/graphics/gl3v/stringidmap.h:23, from src/graphics/gl3v/rendertextureentry.h:23, from src/graphics/gl3v/rendermodelext.h:23, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/trackmap.h:23, from src/trackmap.cpp:20: /usr/include/c++/10/bits/move.h:197:11: note: synthesized method 'Drawable::Drawable(Drawable&&)' first required here 197 | _Tp __tmp = _GLIBCXX_MOVE(__a); | ^~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/trackmap.h:23, from src/trackmap.cpp:20: src/graphics/drawable.h:32:7: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 32 | class Drawable | ^~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/trackmap.h:23, from src/trackmap.cpp:20: src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ In file included from /usr/include/c++/10/bits/stl_pair.h:59, from /usr/include/c++/10/utility:70, from /usr/include/c++/10/tr1/unordered_map:34, from src/unordered_map.h:26, from src/graphics/gl3v/stringidmap.h:23, from src/graphics/gl3v/rendertextureentry.h:23, from src/graphics/gl3v/rendermodelext.h:23, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/trackmap.h:23, from src/trackmap.cpp:20: /usr/include/c++/10/bits/move.h:198:11: note: synthesized method 'Drawable& Drawable::operator=(Drawable&&)' first required here 198 | __a = _GLIBCXX_MOVE(__b); | ^ In file included from src/transform.h:23, from src/graphics/scenenode.h:25, from src/trackmap.h:23, from src/trackmap.cpp:20: src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/trackmap.h:23, from src/trackmap.cpp:20: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = Drawable; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = Drawable; keyed_container< >::handle = keyed_container_handle]' src/trackmap.cpp:297:61: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/quaternion.h: In instantiation of 'Quaternion::Quaternion(const Quaternion&) [with T = float]': src/transform.h:26:7: required from 'std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > std::swap(_Tp&, _Tp&) [with _Tp = SceneNode; std::_Require >, std::is_move_constructible<_Tp>, std::is_move_assignable<_Tp> > = void]' src/keyed_container.h:276:13: required from 'void keyed_container< >::erase(const handle&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:51:52: required from here src/quaternion.h:62:9: warning: implicitly-declared 'constexpr Quaternion& Quaternion::operator=(const Quaternion&)' is deprecated [-Wdeprecated-copy] 62 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ src/quaternion.h:60:2: note: because 'Quaternion' has user-provided 'Quaternion::Quaternion(const Quaternion&) [with T = float]' 60 | Quaternion(const Quaternion & other) | ^~~~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/gui.h:23, from src/updatemanager.cpp:23: src/graphics/gl3v/rendermodelext.h: In instantiation of 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]': /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/gui.h:23, from src/updatemanager.cpp:23: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/gui.h:23, from src/updatemanager.cpp:23: src/graphics/gl3v/rendermodelext.h:36:7: warning: implicitly-declared 'RenderCacheVector >::RenderCacheVector(const RenderCacheVector >&)' is deprecated [-Wdeprecated-copy] 36 | class RenderModelExt | ^~~~~~~~~~~~~~ In file included from src/graphics/gl3v/rendermodelext.h:27, from src/graphics/rendermodelext_drawable.h:23, from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/gui.h:23, from src/updatemanager.cpp:23: src/graphics/gl3v/rendercachevector.h:40:23: note: because 'RenderCacheVector >' has user-provided 'RenderCacheVector& RenderCacheVector::operator=(const RenderCacheVector&) [with T = std::vector]' 40 | RenderCacheVector & operator=(const RenderCacheVector & other) {Set(other); return *this;} | ^~~~~~~~ In file included from src/graphics/drawable.h:23, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/gui.h:23, from src/updatemanager.cpp:23: src/graphics/rendermodelext_drawable.h:26:7: note: synthesized method 'RenderModelExt::RenderModelExt(const RenderModelExt&)' first required here 26 | class RenderModelExtDrawable : public RenderModelExt | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/gui.h:23, from src/updatemanager.cpp:23: src/graphics/drawable.h:32:7: note: synthesized method 'RenderModelExtDrawable::RenderModelExtDrawable(const RenderModelExtDrawable&)' first required here 32 | class Drawable | ^~~~~~~~ In file included from /usr/include/c++/10/bits/alloc_traits.h:33, from /usr/include/c++/10/ext/alloc_traits.h:34, from /usr/include/c++/10/bits/stl_tree.h:67, from /usr/include/c++/10/set:60, from src/cfg/config.h:23, from src/autoupdate.h:23, from src/updatemanager.h:23, from src/updatemanager.cpp:20: /usr/include/c++/10/bits/stl_construct.h:109:7: note: synthesized method 'Drawable::Drawable(const Drawable&)' first required here 109 | { ::new(static_cast(__p)) _Tp(std::forward<_Args>(__args)...); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/graphics/drawable.h:25, from src/graphics/drawable_container.h:23, from src/graphics/scenenode.h:23, from src/gui/guipage.h:23, from src/gui/gui.h:23, from src/updatemanager.cpp:23: src/mathvector.h: In instantiation of 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]': src/graphics/drawable.h:32:7: required from 'void std::_Construct(_Tp*, _Args&& ...) [with _Tp = Drawable; _Args = {const Drawable&}]' /usr/include/c++/10/bits/stl_uninitialized.h:91:18: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; bool _TrivialValueTypes = false]' /usr/include/c++/10/bits/stl_uninitialized.h:150:15: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*]' /usr/include/c++/10/bits/stl_uninitialized.h:325:37: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator > >; _ForwardIterator = Drawable*; _Tp = Drawable]' /usr/include/c++/10/bits/stl_vector.h:558:31: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = Drawable; _Alloc = std::allocator]' src/keyed_container.h:135:7: required from 'void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode]' /usr/include/c++/10/bits/alloc_traits.h:512:17: required from 'static void std::allocator_traits >::construct(std::allocator_traits >::allocator_type&, _Up*, _Args&& ...) [with _Up = SceneNode; _Args = {const SceneNode&}; _Tp = SceneNode; std::allocator_traits >::allocator_type = std::allocator]' /usr/include/c++/10/bits/stl_vector.h:1192:30: required from 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = SceneNode; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::value_type = SceneNode]' src/keyed_container.h:211:17: required from 'keyed_container< >::handle keyed_container< >::insert(const DATATYPE&) [with DATATYPE = SceneNode; keyed_container< >::handle = keyed_container_handle]' src/graphics/scenenode.h:35:55: required from here src/mathvector.h:58:9: warning: implicitly-declared 'constexpr MathVector& MathVector::operator=(const MathVector&)' is deprecated [-Wdeprecated-copy] 58 | *this = other; | ~~~~~~^~~~~~~ src/mathvector.h:56:2: note: because 'MathVector' has user-provided 'MathVector::MathVector(const MathVector&) [with T = float; unsigned int dimension = 4]' 56 | MathVector(const MathVector & other) | ^~~~~~~~~~ LINK build/vdrift scons: done building targets. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wIdVgO + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/vdrift-20141020-12.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/vdrift-20141020-12.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/vdrift-20141020-12.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/vdrift-20141020-12.mga8.x86_64 + cd vdrift + '[' 1 -eq 1 ']' + install -D -m755 build/vdrift /home/iurt/rpmbuild/BUILDROOT/vdrift-20141020-12.mga8.x86_64/usr/games/vdrift + install -d /home/iurt/rpmbuild/BUILDROOT/vdrift-20141020-12.mga8.x86_64/usr/share/games/vdrift/data + cp -a data /home/iurt/rpmbuild/BUILDROOT/vdrift-20141020-12.mga8.x86_64/usr/share/games/vdrift + find /home/iurt/rpmbuild/BUILDROOT/vdrift-20141020-12.mga8.x86_64/usr/share/games/vdrift -name 'SConscript*' -delete -o -name '*.po*' -delete -o -name '*.py*' -delete + find /home/iurt/rpmbuild/BUILDROOT/vdrift-20141020-12.mga8.x86_64/usr/share/games/vdrift -type f -exec chmod 644 '{}' ';' + install -D -m644 vdrift.appdata.xml /home/iurt/rpmbuild/BUILDROOT/vdrift-20141020-12.mga8.x86_64/usr/share/appdata/vdrift.appdata.xml + install -d /home/iurt/rpmbuild/BUILDROOT/vdrift-20141020-12.mga8.x86_64/usr/share/applications + cat + install -D -m644 data/textures/icons/vdrift-64x64.png /home/iurt/rpmbuild/BUILDROOT/vdrift-20141020-12.mga8.x86_64/usr/share/icons/hicolor/64x64/apps/vdrift.png + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 20141020-12.mga8 --unique-debug-suffix -20141020-12.mga8.x86_64 --unique-debug-src-base vdrift-20141020-12.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/vdrift explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/vdrift-20141020-12.mga8.x86_64/usr/games/vdrift extracting debug info from /home/iurt/rpmbuild/BUILDROOT/vdrift-20141020-12.mga8.x86_64/usr/games/vdrift original debug info size: 103020kB, size after compression: 90672kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 4265 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/main.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/k1999.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/window.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/http.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/roadpatch.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/loadingscreen.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/loadcamera.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/spline.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/matrix4.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/camera_orbit.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/loadcollisionshape.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/hud.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/aabbtree.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/suspensionbumpdetection.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/camera_free.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/track.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/cargraphics.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/tripplebuffer.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/reseatable_reference.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/mathplane.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/downloadable.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/camera_mount.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/game_downloader.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/pairsort.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/quaternion.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/hsvtorgb.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/cargraphics.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/keyed_container.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/joepack.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/trackloader.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/updatemanager.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/dynamicsdraw.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/cfg/ptree.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/cfg/ptree_inf.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/cfg/ptree_ini.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/cfg/ptree.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/cfg/config.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/cfg/ptree_xml.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/cfg/config.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/pathmanager.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/reseatable_reference.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/roadpatch.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/utils.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/mathplane.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/k1999.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/crashdetection.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/bezier.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/transform.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/camera_chase.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/roadstrip.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/replay.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/optional.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/delegate.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/quickprof.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/inputgraph.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/suspensionbumpdetection.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/particle.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/optional.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/ai/ai.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/ai/ai_car_standard.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/ai/ai_factory.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/ai/ai_car_standard.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/ai/ai.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/ai/ai_car.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/ai/ai_car_experimental.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/ai/ai_car_experimental.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/random.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/cardifferential.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/carsuspension.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/carengine.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/carinput.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/carwheel.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/tire.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/aerodevice.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/dynamicsworld.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/fracturebody.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/carbrake.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/motionstate.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/carfueltank.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/fracturebody.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/cartire.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/cardynamics.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/driveshaft.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/dynamicsworld.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/carengine.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/cardynamics.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/carclutch.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/tire.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/carsuspension.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/cardifferential.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/carwheelposition.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/tracksurface.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/cartire.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/collision_contact.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/physics/cartransmission.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/aabb.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/hudbar.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/aabbtree.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/roadstrip.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/autoupdate.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/toggle.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/macros.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/trackloader.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/dynamicsdraw.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/enginesoundinfo.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/pathmanager.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/radix.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/replay.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/containeralgorithm.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/eventsystem.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/game.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/joepack.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/svn_sourceforge.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/parallel_task.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/performance_testing.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/logging.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/carsound.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/eventsystem.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/quaternion.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/frustum.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/timer.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/sound/soundbuffer.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/sound/sound.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/sound/soundfilter.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/sound/soundbuffer.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/sound/soundfilter.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/sound/sound.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/sound/soundinfo.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/loadingscreen.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/joeserialize.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/mathvector.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/particle.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gameinput.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/parallel_task.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/utils.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/http.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/random.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/downloadable.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/tobullet.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/settings.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/sprite2d.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/signalslot.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/timer.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/forcefeedback.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/track.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/keyed_container.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/carcontrolmap.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/loadcollisionshape.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/game.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/carinfo.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/trackmap.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/hudgauge.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/loaddrawable.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/trackmap.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/texture.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/renderpass.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/glenums.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/renderuniformvector.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/glwrapper.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/rendermodelext.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/glwrapper.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/renderstate.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/rendercachevector.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/renderpass.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/renderstate.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/rendermodelentry.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/rendermodelext.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/rendertextureentry.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/renderdimensions.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/glenums.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/renderpassinfo.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/renderer.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/rendertexture.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/renderuniformentry.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/renderstatusverbosity.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/glenums.def is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/renderdimensions.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/rendermodel.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/stringidmap.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/rendersampler.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/renderuniform.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/stringidmap.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/renderer.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/rendershader.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/renderuniform.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/rendertextureentry.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/renderuniformentry.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/rendersampler.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/gl3v/rendermodel.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/model.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/graphics_gl3v.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/shader.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/model_joe03.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/graphics_camera.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/render_output.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/vertexformat.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/scenenode.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/dds.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/fbobject.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/graphics_config_condition.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/glutil.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/vertexarray.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/model.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/fbobject.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/vertexbuffer.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/sky.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/render_input_postprocess.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/rendermodelext_drawable.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/graphics_gl2.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/graphics_config_condition.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/render_input_scene.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/fbtexture.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/mesh_gen.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/aabb_tree_adapter.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/render_input.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/glutil.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/graphics_gl3v.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/drawable_container.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/render_input_scene.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/drawable.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/render_output.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/sky.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/model_joe03.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/scenenode.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/vertexformat.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/model_obj.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/mesh_gen.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/texture_interface.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/render_input_postprocess.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/textureinfo.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/vertexarray.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/drawable.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/graphics.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/graphics_config.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/graphics_gl2.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/dds.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/graphicsstate.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/vertexbuffer.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/glcore.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/model_obj.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/vertexattrib.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/glcore.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/texture.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/uniforms.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/graphics_config.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/fbtexture.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/graphics/shader.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/loadcamera.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/linearinterp.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/carsound.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/updatemanager.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/joeserialize.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/crashdetection.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/camera_mount.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/linearinterp.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/loaddrawable.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/performance_testing.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/camera.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/hudgauge.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/coordinatesystem.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/unittest.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/numprocessors.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/camera_chase.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/sprite2d.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/containeralgorithm.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/mathvector.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/camera_orbit.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/content/contentmanager.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/content/contentmanager.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/content/texturefactory.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/content/configfactory.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/content/modelfactory.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/content/modelfactory.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/content/texturefactory.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/content/soundfactory.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/content/configfactory.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/content/soundfactory.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guiwidgetlist.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guislider.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/gui.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guilanguage.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guipage.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guicontrol.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guiimage.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guilanguage.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guilabellist.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/font.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/font.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guicontrollist.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guicontrol.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/gui.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guiimagelist.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/text_draw.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/text_draw.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guiwidgetlist.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guilabellist.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guioption.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guipage.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guiimagelist.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guioption.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guiwidget.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guislider.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guiwidget.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guilabel.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guicontrollist.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guilabel.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guiimage.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/gui/guilist.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/hudbar.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/window.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/hud.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/carcontrolmap.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/radix.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/svn_sourceforge.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/aabb.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/settings.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/bezier.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/matrix4.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/forcefeedback.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/camera_free.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/autoupdate.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/vdrift-20141020-12.mga8.x86_64/src/toggle.cpp is executable but has no shebang, removing executable bit Processing files: vdrift-20141020-12.mga8.x86_64 Provides: application() application(vdrift.desktop) metainfo() metainfo(vdrift.appdata.xml) vdrift = 20141020-12.mga8 vdrift(x86-64) = 20141020-12.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libBulletCollision.so.3.05()(64bit) libBulletDynamics.so.3.05()(64bit) libGL.so.1()(64bit) libLinearMath.so.3.05()(64bit) libSDL2-2.0.so.0()(64bit) libSDL2_image-2.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcurl.so.4()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libm.so.6(GLIBC_2.27)(64bit) libm.so.6(GLIBC_2.29)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.10)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.26)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libvorbisfile.so.3()(64bit) Processing files: vdrift-data-20141020-12.mga8.noarch Provides: vdrift-data = 20141020-12.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: vdrift-debugsource-20141020-12.mga8.x86_64 Provides: vdrift-debugsource = 20141020-12.mga8 vdrift-debugsource(x86-64) = 20141020-12.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: vdrift-debuginfo-20141020-12.mga8.x86_64 Provides: debuginfo(build-id) = 48d9202d9b75860e133ebbc539ccda1d3bc301f2 vdrift-debuginfo = 20141020-12.mga8 vdrift-debuginfo(x86-64) = 20141020-12.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: vdrift-debugsource(x86-64) = 20141020-12.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/vdrift-20141020-12.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/vdrift-debugsource-20141020-12.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/vdrift-20141020-12.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/vdrift-debuginfo-20141020-12.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/vdrift-data-20141020-12.mga8.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1UB43N + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd vdrift + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/vdrift-20141020-12.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.SPaWxN + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf vdrift + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!