# Pastebin o7TwhcxN In file included from /usr/include/c++/14/vector:62, from /home/mxshift/Projects/thirdparty/github/ngscopeclient/scopehal-apps/lib/scopehal/scopehal-pch.h:39, from /home/mxshift/Projects/thirdparty/github/ngscopeclient/scopehal-apps/build/lib/scopehal/CMakeFiles/scopehal.dir/cmake_pch.hxx:5, from : In static member function ‘static _Up* std::__copy_move<_IsMove, true, std::random_access_iterator_tag>::__copy_m(_Tp*, _Tp*, _Up*) [with _Tp= WaveformBase*; _Up = WaveformBase*; bool _IsMove = false]’, inlined from ‘_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = WaveformBase**; _OI = WaveformBase**]’ at /usr/include/c++/14/bits/stl_algobase.h:521:30, inlined from ‘_OI std::__copy_move_a1(_II, _II, _OI) [with bool _IsMove = false; _II = WaveformBase**; _OI = WaveformBase**]’ at /usr/include/c++/14/bits/stl_algobase.h:548:42, inlined from ‘_OI std::__copy_move_a(_II, _II, _OI) [with bool _IsMove = false; _II = WaveformBase**; _OI = WaveformBase**]’ at /usr/include/c++/14/bits/stl_algobase.h:555:31, inlined from ‘_OI std::copy(_II, _II, _OI) [with _II = WaveformBase**; _OI = WaveformBase**]’ at /usr/include/c++/14/bits/stl_algobase.h:651:7, inlined from ‘static _ForwardIterator std::__uninitialized_copy::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = WaveformBase**; _ForwardIterator = WaveformBase**]’ at /usr/include/c++/14/bits/stl_uninitialized.h:147:27, inlined from ‘_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = WaveformBase**; _ForwardIterator = WaveformBase**]’ at /usr/include/c++/14/bits/stl_uninitialized.h:185:15, inlined from ‘_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = WaveformBase**; _ForwardIterator = WaveformBase**; _Tp = WaveformBase*]’ at /usr/include/c++/14/bits/stl_uninitialized.h:373:37, inlined from ‘std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = WaveformBase*; _Alloc = std::allocator]’ at /usr/include/c++/14/bits/vector.tcc:257:35, inlined from ‘virtual bool SiglentSCPIOscilloscope::AcquireData()’ at /home/mxshift/Projects/thirdparty/github/ngscopeclient/scopehal-apps/lib/scopehal/SiglentSCPIOscilloscope.cpp:1973:20: /usr/include/c++/14/bits/stl_algobase.h:452:30: error: ‘void* __builtin_memmove(void*, const void*, long unsigned int)’ forming offset 8 is out of the bounds [0, 8] [-Werror=array-bounds=] 452 | __builtin_memmove(__result, __first, sizeof(_Tp) * _Num); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1plus: all warnings being treated as errors make[2]: *** [lib/scopehal/CMakeFiles/scopehal.dir/build.make:1789: lib/scopehal/CMakeFiles/scopehal.dir/SiglentSCPIOscilloscope.cpp.o] Error1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [CMakeFiles/Makefile2:1148: lib/scopehal/CMakeFiles/scopehal.dir/all] Error 2 make: *** [Makefile:146: all] Error 2