+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/sicktoolbox.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eXfCoM + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sicktoolbox-1.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/sicktoolbox-1.0.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd sicktoolbox-1.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (sicktoolbox-1.0.1-fixbuild.patch):' Patch #0 (sicktoolbox-1.0.1-fixbuild.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file ./c++/drivers/base/src/SickBufferMonitor.hh patching file ./c++/drivers/base/src/SickLIDAR.hh + echo 'Patch #1 (sicktoolbox-1.0.1-g++14.patch):' Patch #1 (sicktoolbox-1.0.1-g++14.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file c++/drivers/ld/sickld-1.0/SickLD.cc patching file c++/drivers/ld/sickld-1.0/SickLD.hh patching file c++/examples/ld/ld_config/src/main.cc + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YGIW5d + umask 022 + cd /builddir/build/BUILD + cd sicktoolbox-1.0.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./misc/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./misc/config.sub ++ basename ./misc/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./misc/config.sub '/usr/lib/rpm/redhat/config.sub' -> './misc/config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./misc/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./misc/config.guess ++ basename ./misc/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./misc/config.guess '/usr/lib/rpm/redhat/config.guess' -> './misc/config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./misc/ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-static --program-prefix=sick_ checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for riscv64-redhat-linux-gnu-g++... no checking for riscv64-redhat-linux-gnu-c++... no checking for riscv64-redhat-linux-gnu-gpp... no checking for riscv64-redhat-linux-gnu-aCC... no checking for riscv64-redhat-linux-gnu-CC... no checking for riscv64-redhat-linux-gnu-cxx... no checking for riscv64-redhat-linux-gnu-cc++... no checking for riscv64-redhat-linux-gnu-cl.exe... no checking for riscv64-redhat-linux-gnu-FCC... no checking for riscv64-redhat-linux-gnu-KCC... no checking for riscv64-redhat-linux-gnu-RCC... no checking for riscv64-redhat-linux-gnu-xlC_r... no checking for riscv64-redhat-linux-gnu-xlC... no checking for g++... g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... none checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking for riscv64-redhat-linux-gnu-g77... no checking for riscv64-redhat-linux-gnu-xlf... no checking for riscv64-redhat-linux-gnu-f77... no checking for riscv64-redhat-linux-gnu-frt... no checking for riscv64-redhat-linux-gnu-pgf77... no checking for riscv64-redhat-linux-gnu-cf77... no checking for riscv64-redhat-linux-gnu-fort77... no checking for riscv64-redhat-linux-gnu-fl32... no checking for riscv64-redhat-linux-gnu-af77... no checking for riscv64-redhat-linux-gnu-xlf90... no checking for riscv64-redhat-linux-gnu-f90... no checking for riscv64-redhat-linux-gnu-pgf90... no checking for riscv64-redhat-linux-gnu-pghpf... no checking for riscv64-redhat-linux-gnu-epcf90... no checking for riscv64-redhat-linux-gnu-gfortran... no checking for riscv64-redhat-linux-gnu-g95... no checking for riscv64-redhat-linux-gnu-xlf95... no checking for riscv64-redhat-linux-gnu-f95... no checking for riscv64-redhat-linux-gnu-fort... no checking for riscv64-redhat-linux-gnu-ifort... no checking for riscv64-redhat-linux-gnu-ifc... no checking for riscv64-redhat-linux-gnu-efc... no checking for riscv64-redhat-linux-gnu-pgf95... no checking for riscv64-redhat-linux-gnu-lf95... no checking for riscv64-redhat-linux-gnu-ftn... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for gnuplot... no configure: WARNING: *** gnuplot not found, some examples will not be built. checking for riscv64-redhat-linux-gnu-doxygen... no checking for doxygen... no configure: WARNING: doxygen not found - will not generate any doxygen documentation checking for riscv64-redhat-linux-gnu-perl... no checking for perl... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for ANSI C header files... (cached) yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking linux/serial.h usability... yes checking linux/serial.h presence... yes checking for linux/serial.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether byte ordering is bigendian... no checking whether time.h and sys/time.h may both be included... yes checking for int16_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking whether gcc needs -traditional... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking for gettimeofday... yes checking for memset... yes checking for select... yes checking for socket... yes checking for strcasecmp... yes configure: creating ./config.status config.status: creating Makefile config.status: creating c++/Makefile config.status: creating c++/examples/Makefile config.status: creating c++/examples/ld/Makefile config.status: creating c++/examples/ld/ld_config/Makefile config.status: creating c++/examples/ld/ld_config/src/Makefile config.status: creating c++/examples/ld/ld_more_config/Makefile config.status: creating c++/examples/ld/ld_more_config/src/Makefile config.status: creating c++/examples/ld/ld_multi_sector/Makefile config.status: creating c++/examples/ld/ld_multi_sector/src/Makefile config.status: creating c++/examples/ld/ld_single_sector/Makefile config.status: creating c++/examples/ld/ld_single_sector/src/Makefile config.status: creating c++/examples/lms/Makefile config.status: creating c++/examples/lms/lms_config/Makefile config.status: creating c++/examples/lms/lms_config/src/Makefile config.status: creating c++/examples/lms/lms_mean_values/Makefile config.status: creating c++/examples/lms/lms_mean_values/src/Makefile config.status: creating c++/examples/lms/lms_partial_scan/Makefile config.status: creating c++/examples/lms/lms_partial_scan/src/Makefile config.status: creating c++/examples/lms/lms_plot_values/Makefile config.status: creating c++/examples/lms/lms_plot_values/src/Makefile config.status: creating c++/examples/lms/lms_real_time_indices/Makefile config.status: creating c++/examples/lms/lms_real_time_indices/src/Makefile config.status: creating c++/examples/lms/lms_set_variant/Makefile config.status: creating c++/examples/lms/lms_set_variant/src/Makefile config.status: creating c++/examples/lms/lms_simple_app/Makefile config.status: creating c++/examples/lms/lms_simple_app/src/Makefile config.status: creating c++/examples/lms/lms_stream_range_and_reflect/Makefile config.status: creating c++/examples/lms/lms_stream_range_and_reflect/src/Makefile config.status: creating c++/examples/lms/lms_subrange/Makefile config.status: creating c++/examples/lms/lms_subrange/src/Makefile config.status: creating c++/drivers/Makefile config.status: creating c++/drivers/ld/Makefile config.status: creating c++/drivers/ld/sickld-1.0/Makefile config.status: creating c++/drivers/lms/Makefile config.status: creating c++/drivers/lms/sicklms-1.0/Makefile config.status: creating c++/drivers/base/src/SickConfig.hh config.status: executing depfiles commands + sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool + sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool + make -j4 Making all in c++ make[1]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++' Making all in drivers make[2]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers' Making all in ld make[3]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld' Making all in sickld-1.0 make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld/sickld-1.0' /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../c++/drivers/base/src -I../../../../c++/drivers/base/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o SickLD.lo SickLD.cc /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../c++/drivers/base/src -I../../../../c++/drivers/base/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o SickLDMessage.lo SickLDMessage.cc /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../c++/drivers/base/src -I../../../../c++/drivers/base/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o SickLDBufferMonitor.lo SickLDBufferMonitor.cc mkdir .libs g++ -DHAVE_CONFIG_H -I. -I../../../../c++/drivers/base/src -I../../../../c++/drivers/base/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c SickLD.cc -fPIC -DPIC -o .libs/SickLD.o g++ -DHAVE_CONFIG_H -I. -I../../../../c++/drivers/base/src -I../../../../c++/drivers/base/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c SickLDBufferMonitor.cc -fPIC -DPIC -o .libs/SickLDBufferMonitor.o g++ -DHAVE_CONFIG_H -I. -I../../../../c++/drivers/base/src -I../../../../c++/drivers/base/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c SickLDMessage.cc -fPIC -DPIC -o .libs/SickLDMessage.o In file included from SickLDBufferMonitor.hh:24:0, from SickLDBufferMonitor.cc:24: ../../../../c++/drivers/base/src/SickBufferMonitor.hh:37:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetDataStream( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:43:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StartMonitor( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:46:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:49:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StopMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:52:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void AcquireDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:58:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ReleaseDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:61:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ~SickBufferMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:69:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _readBytes( uint8_t * const dest_buffer, const int num_bytes_to_read, const unsigned int timeout_value = 0 ) const throw ( SickTimeoutException, SickIOException ); ^~~~~ In file included from SickLDBufferMonitor.hh:24:0, from SickLDBufferMonitor.cc:24: ../../../../c++/drivers/base/src/SickBufferMonitor.hh:92:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _acquireMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:95:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _releaseMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:107:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ) : ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:127:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SetDataStream( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:160:108: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StartMonitor( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:178:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:224:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StopMonitor( ) throw ( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:260:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::AcquireDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:273:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::ReleaseDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:286:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::~SickBufferMonitor( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:304:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_acquireMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:317:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_releaseMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:335:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw ( SickTimeoutException, SickIOException ) { ^~~~~ In file included from SickLDBufferMonitor.cc:24:0: SickLDBufferMonitor.hh:41:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetNextMessageFromDataStream( SickLDMessage &sick_message ) throw( SickIOException ); ^~~~~ SickLDBufferMonitor.cc:41:89: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLDBufferMonitor::GetNextMessageFromDataStream( SickLDMessage &sick_message ) throw( SickIOException ) { ^~~~~ In file included from SickLD.hh:40:0, from SickLD.cc:37: ../../../../c++/drivers/base/src/SickLIDAR.hh:87:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _startListening( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:90:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _stopListening( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:96:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:99:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setNonBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:103:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:106:95: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _recvMessage( SICK_MSG_CLASS &sick_message, const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:112:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ In file included from SickLD.hh:40:0, from SickLD.cc:37: ../../../../c++/drivers/base/src/SickLIDAR.hh:124:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickTimeoutException, SickIOException); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:162:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_startListening( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:190:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_stopListening( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:218:81: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setBlockingIO( ) const throw( SickIOException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:237:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setNonBlockingIO( ) const throw ( SickIOException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:259:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:302:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:340:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw( SickTimeoutException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:403:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ) { ^~~~~ In file included from SickLDBufferMonitor.hh:24:0, from SickLD.hh:41, from SickLD.cc:37: ../../../../c++/drivers/base/src/SickBufferMonitor.hh:37:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetDataStream( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:43:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StartMonitor( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:46:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:49:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StopMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:52:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void AcquireDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:58:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ReleaseDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:61:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ~SickBufferMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:69:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _readBytes( uint8_t * const dest_buffer, const int num_bytes_to_read, const unsigned int timeout_value = 0 ) const throw ( SickTimeoutException, SickIOException ); ^~~~~ In file included from SickLDBufferMonitor.hh:24:0, from SickLD.hh:41, from SickLD.cc:37: ../../../../c++/drivers/base/src/SickBufferMonitor.hh:92:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _acquireMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:95:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _releaseMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:107:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ) : ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:127:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SetDataStream( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:160:108: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StartMonitor( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:178:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:224:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StopMonitor( ) throw ( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:260:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::AcquireDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:273:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::ReleaseDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:286:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::~SickBufferMonitor( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:304:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_acquireMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:317:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_releaseMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:335:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw ( SickTimeoutException, SickIOException ) { ^~~~~ In file included from SickLD.hh:41:0, from SickLD.cc:37: SickLDBufferMonitor.hh:41:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetNextMessageFromDataStream( SickLDMessage &sick_message ) throw( SickIOException ); ^~~~~ In file included from SickLD.cc:37:0: SickLD.hh:373:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Initialize( ) throw( SickIOException, SickThreadException, SickTimeoutException, SickErrorException ); ^~~~~ SickLD.hh:377:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException ); ^~~~~ SickLD.hh:382:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ SickLD.hh:386:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ SickLD.hh:390:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ SickLD.hh:394:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ SickLD.hh:398:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ SickLD.hh:401:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetSickSignals( uint8_t &sick_signal_flags ) throw( SickIOException, SickTimeoutException ); ^~~~~ SickLD.hh:404:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void EnableNearfieldSuppression( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:407:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void DisableNearfieldSuppression( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:420:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickIOException, SickTimeoutException, SickConfigException ); ^~~~~ SickLD.hh:424:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:428:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:432:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ SickLD.hh:440:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException, SickErrorException ); ^~~~~ SickLD.hh:446:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException, SickErrorException ); ^~~~~ SickLD.hh:450:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ SickLD.hh:540:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Uninitialize( ) throw( SickIOException, SickTimeoutException, SickErrorException, SickThreadException ); ^~~~~ SickLD.hh:584:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setupConnection( ) throw( SickIOException, SickTimeoutException ); ^~~~~ SickLD.hh:587:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _syncDriverWithSick( ) throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ SickLD.hh:592:8: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ SickLD.hh:596:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:599:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickSensorModeToIdle( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:602:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickSensorModeToRotate( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:605:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickSensorModeToMeasure( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:609:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:613:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ SickLD.hh:619:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _cancelSickScanProfiles( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:623:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:626:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickIdentity( ) throw( SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:629:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickStatus( ) throw( SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:633:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:636:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickGlobalConfig( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:639:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickEthernetConfig( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:642:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickSectorConfig( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:646:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:649:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorPartNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:652:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorName( ) throw( SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:655:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorVersion( ) throw( SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:658:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorSerialNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:661:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorEDMSerialNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:664:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getFirmwarePartNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:667:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getFirmwareName( ) throw( SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:670:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getFirmwareVersion( ) throw( SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:673:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getApplicationSoftwarePartNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:676:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getApplicationSoftwareName( ) throw( SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:679:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getApplicationSoftwareVersion( ) throw( SickTimeoutException, SickIOException ); ^~~~~ SickLD.hh:686:8: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException, SickErrorException ); ^~~~~ SickLD.hh:692:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ SickLD.hh:697:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ SickLD.hh:701:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ SickLD.hh:706:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException ); ^~~~~ SickLD.hh:709:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _flushTCPRecvBuffer( ) throw ( SickIOException, SickThreadException ); ^~~~~ SickLD.hh:712:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _teardownConnection( ) throw( SickIOException ); ^~~~~ SickLD.cc:91:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::Initialize( ) throw( SickIOException, SickThreadException, SickTimeoutException, SickErrorException ) { ^~~~~ SickLD.cc:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException ){ ^~~~~ SickLD.cc:192:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException ) { ^~~~~ SickLD.cc:242:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ) { ^~~~~ SickLD.cc:348:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ) { ^~~~~ SickLD.cc:454:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException, SickErrorException ) { ^~~~~ SickLD.cc:497:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::GetSickSignals( uint8_t &sick_signal_flags ) throw( SickIOException, SickTimeoutException ) { ^~~~~ SickLD.cc:558:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException, SickErrorException ) { ^~~~~ SickLD.cc:620:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:669:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:750:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickIOException, SickTimeoutException, SickConfigException ){ ^~~~~ SickLD.cc:992:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ){ ^~~~~ SickLD.cc:1041:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:1103:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException ) { ^~~~~ SickLD.cc:1145:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException, SickErrorException ) { ^~~~~ SickLD.cc:1201:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException, SickErrorException ) { ^~~~~ SickLD.cc:1253:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ) { ^~~~~ SickLD.cc:1659:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::Uninitialize( ) throw( SickIOException, SickTimeoutException, SickErrorException, SickThreadException ){ ^~~~~ SickLD.cc:1732:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::_setupConnection( ) throw( SickIOException, SickTimeoutException ) { ^~~~~ SickLD.cc:1841:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::_syncDriverWithSick( ) throw( SickIOException, SickTimeoutException, SickErrorException ) { ^~~~~ SickLD.cc:1892:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ) { ^~~~~ SickLD.cc:2017:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:2121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:2164:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:2207:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:2251:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:2390:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ) { ^~~~~ SickLD.cc:2688:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:2791:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:2885:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::_getSickIdentity( ) throw( SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:2927:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::_getSickStatus( ) throw( SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:2989:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:3088:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::_getSickGlobalConfig( ) throw( SickErrorException, SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:3193:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:3319:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:3396:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:3448:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::_getSensorPartNumber( ) throw( SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:3479:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::_getSensorName( ) throw( SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:3510:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::_getSensorVersion( ) throw( SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:3541:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::_getSensorSerialNumber( ) throw( SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:3571:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::_getSensorEDMSerialNumber( ) throw( SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:3601:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::_getFirmwarePartNumber( ) throw( SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:3631:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::_getFirmwareName( ) throw( SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:3661:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::_getFirmwareVersion( ) throw( SickTimeoutException, SickIOException ){ ^~~~~ SickLD.cc:3691:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::_getApplicationSoftwarePartNumber( ) throw( SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:3721:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::_getApplicationSoftwareName( ) throw( SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:3751:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::_getApplicationSoftwareVersion( ) throw( SickTimeoutException, SickIOException ) { ^~~~~ SickLD.cc:3790:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException, SickErrorException ) { ^~~~~ SickLD.cc:3887:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_active_sectors ) throw( SickTimeoutException, SickIOException, SickConfigException ) { ^~~~~ SickLD.cc:3965:10: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ) { ^~~~~ SickLD.cc:4023:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::_setSickSignals( const uint8_t sick_signal_flags ) throw( SickIOException, SickTimeoutException, SickErrorException ) { ^~~~~ SickLD.cc:4085:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) throw( SickIOException, SickTimeoutException ) { ^~~~~ SickLD.cc:4120:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::_flushTCPRecvBuffer( ) throw( SickIOException, SickThreadException ) { ^~~~~ SickLD.cc:4168:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLD::_teardownConnection( ) throw( SickIOException ) { ^~~~~ SickLD.cc: In member function 'void SickToolbox::SickLD::_flushTCPRecvBuffer()': SickLD.cc:4137:12: warning: ignoring return value of 'ssize_t read(int, void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] read(_sick_fd,&null_byte,1); ~~~~^~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../../../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libsickld-1.0.la -rpath /usr/lib64 SickLD.lo SickLDMessage.lo SickLDBufferMonitor.lo g++ -shared -nostdlib /usr/lib/gcc/riscv64-redhat-linux/7/crti.o /usr/lib/gcc/riscv64-redhat-linux/7/crtbeginS.o .libs/SickLD.o .libs/SickLDMessage.o .libs/SickLDBufferMonitor.o -L/usr/lib/gcc/riscv64-redhat-linux/7 -L/lib64/lp64d -L/usr/lib64/lp64d -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/riscv64-redhat-linux/7/crtendS.o /usr/lib/gcc/riscv64-redhat-linux/7/crtn.o -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z -Wl,relro -Wl,-soname -Wl,libsickld-1.0.so.0 -o .libs/libsickld-1.0.so.0.0.0 (cd .libs && rm -f libsickld-1.0.so.0 && ln -s libsickld-1.0.so.0.0.0 libsickld-1.0.so.0) (cd .libs && rm -f libsickld-1.0.so && ln -s libsickld-1.0.so.0.0.0 libsickld-1.0.so) creating libsickld-1.0.la (cd .libs && rm -f libsickld-1.0.la && ln -s ../libsickld-1.0.la libsickld-1.0.la) make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld/sickld-1.0' make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld' make[3]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld' Making all in lms make[3]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms' Making all in sicklms-1.0 make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0' /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../c++/drivers/base/src -I../../../../c++/drivers/base/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o SickLMS.lo SickLMS.cc /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../c++/drivers/base/src -I../../../../c++/drivers/base/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o SickLMSMessage.lo SickLMSMessage.cc /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../c++/drivers/base/src -I../../../../c++/drivers/base/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o SickLMSBufferMonitor.lo SickLMSBufferMonitor.cc mkdir .libs g++ -DHAVE_CONFIG_H -I. -I../../../../c++/drivers/base/src -I../../../../c++/drivers/base/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c SickLMSBufferMonitor.cc -fPIC -DPIC -o .libs/SickLMSBufferMonitor.o g++ -DHAVE_CONFIG_H -I. -I../../../../c++/drivers/base/src -I../../../../c++/drivers/base/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c SickLMSMessage.cc -fPIC -DPIC -o .libs/SickLMSMessage.o g++ -DHAVE_CONFIG_H -I. -I../../../../c++/drivers/base/src -I../../../../c++/drivers/base/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c SickLMS.cc -fPIC -DPIC -o .libs/SickLMS.o In file included from SickLMS.hh:23:0, from SickLMSBufferMonitor.cc:24: ../../../../c++/drivers/base/src/SickLIDAR.hh:87:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _startListening( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:90:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _stopListening( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:96:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:99:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setNonBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:103:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:106:95: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _recvMessage( SICK_MSG_CLASS &sick_message, const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:112:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ In file included from SickLMS.hh:23:0, from SickLMSBufferMonitor.cc:24: ../../../../c++/drivers/base/src/SickLIDAR.hh:124:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickTimeoutException, SickIOException); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:162:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_startListening( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:190:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_stopListening( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:218:81: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setBlockingIO( ) const throw( SickIOException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:237:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setNonBlockingIO( ) const throw ( SickIOException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:259:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:302:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:340:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw( SickTimeoutException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:403:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ) { ^~~~~ In file included from SickLMSBufferMonitor.hh:24:0, from SickLMS.hh:24, from SickLMSBufferMonitor.cc:24: ../../../../c++/drivers/base/src/SickBufferMonitor.hh:37:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetDataStream( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:43:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StartMonitor( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:46:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:49:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StopMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:52:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void AcquireDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:58:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ReleaseDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:61:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ~SickBufferMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:69:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _readBytes( uint8_t * const dest_buffer, const int num_bytes_to_read, const unsigned int timeout_value = 0 ) const throw ( SickTimeoutException, SickIOException ); ^~~~~ In file included from SickLMSBufferMonitor.hh:24:0, from SickLMS.hh:24, from SickLMSBufferMonitor.cc:24: ../../../../c++/drivers/base/src/SickBufferMonitor.hh:92:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _acquireMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:95:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _releaseMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:107:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ) : ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:127:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SetDataStream( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:160:108: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StartMonitor( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:178:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:224:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StopMonitor( ) throw ( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:260:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::AcquireDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:273:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::ReleaseDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:286:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::~SickBufferMonitor( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:304:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_acquireMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:317:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_releaseMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:335:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw ( SickTimeoutException, SickIOException ) { ^~~~~ In file included from SickLMS.hh:24:0, from SickLMSBufferMonitor.cc:24: SickLMSBufferMonitor.hh:41:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetNextMessageFromDataStream( SickLMSMessage &sick_message ) throw( SickIOException ); ^~~~~ In file included from SickLMSBufferMonitor.cc:24:0: SickLMS.hh:517:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:520:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Uninitialize( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:523:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_type_t GetSickType( ) const throw( SickConfigException ); ^~~~~ SickLMS.hh:526:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanAngle( ) const throw( SickConfigException ); ^~~~~ SickLMS.hh:529:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanResolution( ) const throw( SickConfigException ); ^~~~~ SickLMS.hh:533:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:536:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickLMS::sick_lms_measuring_units_t GetSickMeasuringUnits( ) const throw( SickConfigException ); ^~~~~ SickLMS.hh:540:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:543:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_sensitivity_t GetSickSensitivity( ) const throw( SickConfigException ); ^~~~~ SickLMS.hh:547:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:550:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_peak_threshold_t GetSickPeakThreshold( ) const throw( SickConfigException );; ^~~~~ SickLMS.hh:554:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:557:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_measuring_mode_t GetSickMeasuringMode( ) const throw( SickConfigException ); ^~~~~ SickLMS.hh:560:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_operating_mode_t GetSickOperatingMode( ) const throw( SickConfigException ); ^~~~~ SickLMS.hh:564:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:567:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t GetSickAvailability( ) const throw( SickConfigException ); ^~~~~ SickLMS.hh:571:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:580:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:591:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:602:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:612:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:619:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:628:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:631:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_status_t GetSickStatus( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:634:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool IsSickLMSFast( ) const throw( SickConfigException ); ^~~~~ SickLMS.hh:637:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ResetSick( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:752:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setupConnection( ) throw( SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:755:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _teardownConnection( ) throw( SickIOException ); ^~~~~ SickLMS.hh:761:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ SickLMS.hh:768:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ SickLMS.hh:771:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _flushTerminalBuffer( ) throw ( SickThreadException ); ^~~~~ SickLMS.hh:774:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSessionBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ SickLMS.hh:777:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool _testSickBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:780:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setTerminalBaud( const sick_lms_baud_t sick_baud ) throw( SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:783:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickType( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:786:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickConfig( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:789:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickConfig( const sick_lms_device_config_t &sick_config ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:792:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickStatus( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:797:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t * const error_num_buffer = NULL ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:801:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:805:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:809:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:813:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:817:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:821:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:825:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:829:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:833:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:837:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMSBufferMonitor.cc:42:91: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLMSBufferMonitor::GetNextMessageFromDataStream( SickLMSMessage &sick_message ) throw( SickIOException ) { ^~~~~ In file included from SickLMS.hh:23:0, from SickLMS.cc:26: ../../../../c++/drivers/base/src/SickLIDAR.hh:87:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _startListening( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:90:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _stopListening( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:96:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:99:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setNonBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:103:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:106:95: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _recvMessage( SICK_MSG_CLASS &sick_message, const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:112:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ In file included from SickLMS.hh:23:0, from SickLMS.cc:26: ../../../../c++/drivers/base/src/SickLIDAR.hh:124:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickTimeoutException, SickIOException); ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:162:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_startListening( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:190:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_stopListening( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:218:81: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setBlockingIO( ) const throw( SickIOException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:237:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setNonBlockingIO( ) const throw ( SickIOException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:259:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:302:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:340:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw( SickTimeoutException ) { ^~~~~ ../../../../c++/drivers/base/src/SickLIDAR.hh:403:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ) { ^~~~~ In file included from SickLMSBufferMonitor.hh:24:0, from SickLMS.hh:24, from SickLMS.cc:26: ../../../../c++/drivers/base/src/SickBufferMonitor.hh:37:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetDataStream( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:43:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StartMonitor( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:46:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:49:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StopMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:52:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void AcquireDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:58:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ReleaseDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:61:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ~SickBufferMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:69:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _readBytes( uint8_t * const dest_buffer, const int num_bytes_to_read, const unsigned int timeout_value = 0 ) const throw ( SickTimeoutException, SickIOException ); ^~~~~ In file included from SickLMSBufferMonitor.hh:24:0, from SickLMS.hh:24, from SickLMS.cc:26: ../../../../c++/drivers/base/src/SickBufferMonitor.hh:92:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _acquireMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:95:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _releaseMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:107:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ) : ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:127:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SetDataStream( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:160:108: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StartMonitor( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:178:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:224:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StopMonitor( ) throw ( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:260:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::AcquireDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:273:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::ReleaseDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:286:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::~SickBufferMonitor( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:304:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_acquireMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:317:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_releaseMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../c++/drivers/base/src/SickBufferMonitor.hh:335:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw ( SickTimeoutException, SickIOException ) { ^~~~~ In file included from SickLMS.hh:24:0, from SickLMS.cc:26: SickLMSBufferMonitor.hh:41:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetNextMessageFromDataStream( SickLMSMessage &sick_message ) throw( SickIOException ); ^~~~~ In file included from SickLMS.cc:26:0: SickLMS.hh:517:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:520:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Uninitialize( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:523:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_type_t GetSickType( ) const throw( SickConfigException ); ^~~~~ SickLMS.hh:526:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanAngle( ) const throw( SickConfigException ); ^~~~~ SickLMS.hh:529:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanResolution( ) const throw( SickConfigException ); ^~~~~ SickLMS.hh:533:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:536:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickLMS::sick_lms_measuring_units_t GetSickMeasuringUnits( ) const throw( SickConfigException ); ^~~~~ SickLMS.hh:540:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:543:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_sensitivity_t GetSickSensitivity( ) const throw( SickConfigException ); ^~~~~ SickLMS.hh:547:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:550:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_peak_threshold_t GetSickPeakThreshold( ) const throw( SickConfigException );; ^~~~~ SickLMS.hh:554:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:557:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_measuring_mode_t GetSickMeasuringMode( ) const throw( SickConfigException ); ^~~~~ SickLMS.hh:560:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_operating_mode_t GetSickOperatingMode( ) const throw( SickConfigException ); ^~~~~ SickLMS.hh:564:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:567:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t GetSickAvailability( ) const throw( SickConfigException ); ^~~~~ SickLMS.hh:571:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:580:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:591:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:602:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:612:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:619:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:628:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:631:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_status_t GetSickStatus( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:634:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool IsSickLMSFast( ) const throw( SickConfigException ); ^~~~~ SickLMS.hh:637:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ResetSick( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:752:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setupConnection( ) throw( SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:755:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _teardownConnection( ) throw( SickIOException ); ^~~~~ SickLMS.hh:761:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ SickLMS.hh:768:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ SickLMS.hh:771:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _flushTerminalBuffer( ) throw ( SickThreadException ); ^~~~~ SickLMS.hh:774:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSessionBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ SickLMS.hh:777:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool _testSickBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:780:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setTerminalBaud( const sick_lms_baud_t sick_baud ) throw( SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:783:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickType( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:786:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickConfig( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:789:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickConfig( const sick_lms_device_config_t &sick_config ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:792:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickStatus( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:797:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t * const error_num_buffer = NULL ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ SickLMS.hh:801:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:805:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:809:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:813:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:817:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:821:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:825:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:829:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:833:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.hh:837:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ SickLMS.cc:98:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ) { ^~~~~ SickLMS.cc:228:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLMS::Uninitialize( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ) { ^~~~~ SickLMS.cc:294:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_type_t SickLMS::GetSickType( ) const throw( SickConfigException ) { ^~~~~ SickLMS.cc:310:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double SickLMS::GetSickScanAngle( ) const throw( SickConfigException ) { ^~~~~ SickLMS.cc:326:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double SickLMS::GetSickScanResolution( ) const throw( SickConfigException ) { ^~~~~ SickLMS.cc:343:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ) { ^~~~~ SickLMS.cc:415:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_measuring_units_t SickLMS::GetSickMeasuringUnits( ) const throw( SickConfigException ) { ^~~~~ SickLMS.cc:432:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ) { ^~~~~ SickLMS.cc:510:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ) { ^~~~~ SickLMS.cc:587:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_sensitivity_t SickLMS::GetSickSensitivity( ) const throw( SickConfigException ) { ^~~~~ SickLMS.cc:609:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_peak_threshold_t SickLMS::GetSickPeakThreshold( ) const throw( SickConfigException ) { ^~~~~ SickLMS.cc:632:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ) { ^~~~~ SickLMS.cc:704:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_measuring_mode_t SickLMS::GetSickMeasuringMode( ) const throw( SickConfigException ) { ^~~~~ SickLMS.cc:720:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_operating_mode_t SickLMS::GetSickOperatingMode( ) const throw( SickConfigException ) { ^~~~~ SickLMS.cc:737:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ) { ^~~~~ SickLMS.cc:812:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t SickLMS::GetSickAvailability( ) const throw( SickConfigException ) { ^~~~~ SickLMS.cc:830:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ) { ^~~~~ SickLMS.cc:974:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException) { ^~~~~ SickLMS.cc:1106:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException) { ^~~~~ SickLMS.cc:1249:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException) { ^~~~~ SickLMS.cc:1386:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException) { ^~~~~ SickLMS.cc:1514:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException) { ^~~~~ SickLMS.cc:1630:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException) { ^~~~~ SickLMS.cc:1729:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_status_t SickLMS::GetSickStatus( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ) { ^~~~~ SickLMS.cc:1774:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool SickLMS::IsSickLMSFast() const throw(SickConfigException) { ^~~~~ SickLMS.cc:1791:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLMS::ResetSick( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ) { ^~~~~ SickLMS.cc:2312:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLMS::_setupConnection( ) throw ( SickIOException, SickThreadException ) { ^~~~~ SickLMS.cc:2354:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLMS::_teardownConnection( ) throw( SickIOException ) { ^~~~~ SickLMS.cc:2376:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLMS::_flushTerminalBuffer( ) throw ( SickThreadException ) { ^~~~~ SickLMS.cc:2420:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ) { ^~~~~ SickLMS.cc:2469:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ) { ^~~~~ SickLMS.cc:2510:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLMS::_setSessionBaud(const sick_lms_baud_t baud_rate) throw ( SickIOException, SickThreadException, SickTimeoutException ){ ^~~~~ SickLMS.cc:2570:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool SickLMS::_testSickBaud(const sick_lms_baud_t baud_rate) throw( SickIOException, SickThreadException ) { ^~~~~ SickLMS.cc:2633:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLMS::_setTerminalBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException ) { ^~~~~ SickLMS.cc:2761:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLMS::_getSickType( ) throw( SickTimeoutException, SickIOException, SickThreadException ) { ^~~~~ SickLMS.cc:2879:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLMS::_getSickConfig( ) throw( SickTimeoutException, SickIOException, SickThreadException ) { ^~~~~ SickLMS.cc:2938:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ) { ^~~~~ SickLMS.cc:3119:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t * const error_num_buffer ) throw( SickTimeoutException, SickIOException, SickThreadException ) { ^~~~~ SickLMS.cc:3196:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLMS::_getSickStatus( ) throw( SickTimeoutException, SickIOException, SickThreadException ) { ^~~~~ SickLMS.cc:3483:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickIOException, SickThreadException, SickTimeoutException) { ^~~~~ SickLMS.cc:3542:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickIOException, SickThreadException, SickTimeoutException) { ^~~~~ SickLMS.cc:3602:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickIOException, SickThreadException, SickTimeoutException) { ^~~~~ SickLMS.cc:3658:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickIOException, SickThreadException, SickTimeoutException) { ^~~~~ SickLMS.cc:3718:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickIOException, SickThreadException, SickTimeoutException) { ^~~~~ SickLMS.cc:3786:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickIOException, SickThreadException, SickTimeoutException) { ^~~~~ SickLMS.cc:3846:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickIOException, SickThreadException, SickTimeoutException) { ^~~~~ SickLMS.cc:3917:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickIOException, SickThreadException, SickTimeoutException) { ^~~~~ SickLMS.cc:4006:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickIOException, SickThreadException, SickTimeoutException) { ^~~~~ SickLMS.cc:4103:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickIOException, SickThreadException, SickTimeoutException) { ^~~~~ /bin/sh ../../../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libsicklms-1.0.la -rpath /usr/lib64 SickLMS.lo SickLMSMessage.lo SickLMSBufferMonitor.lo g++ -shared -nostdlib /usr/lib/gcc/riscv64-redhat-linux/7/crti.o /usr/lib/gcc/riscv64-redhat-linux/7/crtbeginS.o .libs/SickLMS.o .libs/SickLMSMessage.o .libs/SickLMSBufferMonitor.o -L/usr/lib/gcc/riscv64-redhat-linux/7 -L/lib64/lp64d -L/usr/lib64/lp64d -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/riscv64-redhat-linux/7/crtendS.o /usr/lib/gcc/riscv64-redhat-linux/7/crtn.o -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z -Wl,relro -Wl,-soname -Wl,libsicklms-1.0.so.0 -o .libs/libsicklms-1.0.so.0.0.0 (cd .libs && rm -f libsicklms-1.0.so.0 && ln -s libsicklms-1.0.so.0.0.0 libsicklms-1.0.so.0) (cd .libs && rm -f libsicklms-1.0.so && ln -s libsicklms-1.0.so.0.0.0 libsicklms-1.0.so) creating libsicklms-1.0.la (cd .libs && rm -f libsicklms-1.0.la && ln -s ../libsicklms-1.0.la libsicklms-1.0.la) make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0' make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms' make[3]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms' make[3]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers' make[2]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers' Making all in examples make[2]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples' Making all in ld make[3]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld' Making all in ld_config make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_config' Making all in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_config/src' g++ -DHAVE_CONFIG_H -I. -I../../../../../c++/drivers/base/src -I../../../../../c++/drivers/ld -I../../../../../c++/drivers/ld/src -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o main.o main.cc g++ -DHAVE_CONFIG_H -I. -I../../../../../c++/drivers/base/src -I../../../../../c++/drivers/ld -I../../../../../c++/drivers/ld/src -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o ConfigFile.o ConfigFile.cpp In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:40:0, from main.cc:27: ../../../../../c++/drivers/base/src/SickLIDAR.hh:87:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _startListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:90:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _stopListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:96:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:99:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setNonBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:103:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:106:95: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _recvMessage( SICK_MSG_CLASS &sick_message, const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:112:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:40:0, from main.cc:27: ../../../../../c++/drivers/base/src/SickLIDAR.hh:124:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickTimeoutException, SickIOException); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:162:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_startListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:190:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_stopListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:218:81: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setBlockingIO( ) const throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:237:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setNonBlockingIO( ) const throw ( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:259:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:302:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:340:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:403:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLDBufferMonitor.hh:24:0, from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:41, from main.cc:27: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:37:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetDataStream( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:43:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StartMonitor( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:46:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:49:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StopMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:52:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void AcquireDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:58:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ReleaseDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:61:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ~SickBufferMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:69:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _readBytes( uint8_t * const dest_buffer, const int num_bytes_to_read, const unsigned int timeout_value = 0 ) const throw ( SickTimeoutException, SickIOException ); ^~~~~ In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLDBufferMonitor.hh:24:0, from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:41, from main.cc:27: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:92:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _acquireMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:95:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _releaseMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:107:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ) : ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:127:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SetDataStream( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:160:108: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StartMonitor( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:178:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:224:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StopMonitor( ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:260:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::AcquireDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:273:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::ReleaseDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:286:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::~SickBufferMonitor( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:304:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_acquireMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:317:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_releaseMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:335:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw ( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:41:0, from main.cc:27: ../../../../../c++/drivers/ld/sickld-1.0/SickLDBufferMonitor.hh:41:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetNextMessageFromDataStream( SickLDMessage &sick_message ) throw( SickIOException ); ^~~~~ In file included from main.cc:27:0: ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:373:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Initialize( ) throw( SickIOException, SickThreadException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:377:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:382:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:386:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:390:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:394:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:398:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:401:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetSickSignals( uint8_t &sick_signal_flags ) throw( SickIOException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:404:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void EnableNearfieldSuppression( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:407:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void DisableNearfieldSuppression( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:420:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickIOException, SickTimeoutException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:424:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:428:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:432:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:440:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:446:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:450:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:540:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Uninitialize( ) throw( SickIOException, SickTimeoutException, SickErrorException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:584:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setupConnection( ) throw( SickIOException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:587:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _syncDriverWithSick( ) throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:592:8: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:596:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:599:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickSensorModeToIdle( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:602:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickSensorModeToRotate( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:605:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickSensorModeToMeasure( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:609:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:613:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:619:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _cancelSickScanProfiles( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:623:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:626:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickIdentity( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:629:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickStatus( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:633:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:636:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickGlobalConfig( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:639:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickEthernetConfig( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:642:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickSectorConfig( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:646:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:649:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorPartNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:652:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorName( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:655:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorVersion( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:658:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorSerialNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:661:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorEDMSerialNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:664:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getFirmwarePartNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:667:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getFirmwareName( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:670:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getFirmwareVersion( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:673:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getApplicationSoftwarePartNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:676:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getApplicationSoftwareName( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:679:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getApplicationSoftwareVersion( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:686:8: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:692:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:697:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:701:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:706:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:709:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _flushTCPRecvBuffer( ) throw ( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:712:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _teardownConnection( ) throw( SickIOException ); ^~~~~ /bin/sh ../../../../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -L../../../../../c++/drivers/ld/sickld-1.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o ld_config main.o ConfigFile.o -lsickld-1.0 -pthread mkdir .libs DIE_RPATH_DIE="/usr/lib64:$DIE_RPATH_DIE" g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/ld_config main.o ConfigFile.o -pthread -L/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld/sickld-1.0 /builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld/sickld-1.0/.libs/libsickld-1.0.so creating ld_config make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_config/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_config' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_config' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_config' Making all in ld_more_config make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_more_config' Making all in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_more_config/src' g++ -DHAVE_CONFIG_H -I. -I../../../../../c++/drivers/base/src -I../../../../../c++/drivers/ld -I../../../../../c++/drivers/base/src -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o main.o main.cc In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:40:0, from main.cc:22: ../../../../../c++/drivers/base/src/SickLIDAR.hh:87:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _startListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:90:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _stopListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:96:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:99:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setNonBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:103:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:106:95: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _recvMessage( SICK_MSG_CLASS &sick_message, const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:112:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:40:0, from main.cc:22: ../../../../../c++/drivers/base/src/SickLIDAR.hh:124:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickTimeoutException, SickIOException); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:162:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_startListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:190:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_stopListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:218:81: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setBlockingIO( ) const throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:237:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setNonBlockingIO( ) const throw ( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:259:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:302:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:340:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:403:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLDBufferMonitor.hh:24:0, from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:41, from main.cc:22: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:37:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetDataStream( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:43:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StartMonitor( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:46:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:49:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StopMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:52:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void AcquireDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:58:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ReleaseDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:61:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ~SickBufferMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:69:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _readBytes( uint8_t * const dest_buffer, const int num_bytes_to_read, const unsigned int timeout_value = 0 ) const throw ( SickTimeoutException, SickIOException ); ^~~~~ In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLDBufferMonitor.hh:24:0, from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:41, from main.cc:22: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:92:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _acquireMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:95:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _releaseMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:107:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ) : ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:127:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SetDataStream( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:160:108: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StartMonitor( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:178:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:224:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StopMonitor( ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:260:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::AcquireDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:273:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::ReleaseDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:286:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::~SickBufferMonitor( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:304:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_acquireMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:317:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_releaseMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:335:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw ( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:41:0, from main.cc:22: ../../../../../c++/drivers/ld/sickld-1.0/SickLDBufferMonitor.hh:41:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetNextMessageFromDataStream( SickLDMessage &sick_message ) throw( SickIOException ); ^~~~~ In file included from main.cc:22:0: ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:373:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Initialize( ) throw( SickIOException, SickThreadException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:377:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:382:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:386:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:390:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:394:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:398:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:401:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetSickSignals( uint8_t &sick_signal_flags ) throw( SickIOException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:404:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void EnableNearfieldSuppression( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:407:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void DisableNearfieldSuppression( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:420:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickIOException, SickTimeoutException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:424:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:428:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:432:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:440:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:446:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:450:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:540:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Uninitialize( ) throw( SickIOException, SickTimeoutException, SickErrorException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:584:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setupConnection( ) throw( SickIOException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:587:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _syncDriverWithSick( ) throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:592:8: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:596:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:599:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickSensorModeToIdle( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:602:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickSensorModeToRotate( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:605:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickSensorModeToMeasure( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:609:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:613:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:619:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _cancelSickScanProfiles( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:623:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:626:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickIdentity( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:629:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickStatus( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:633:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:636:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickGlobalConfig( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:639:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickEthernetConfig( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:642:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickSectorConfig( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:646:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:649:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorPartNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:652:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorName( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:655:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorVersion( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:658:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorSerialNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:661:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorEDMSerialNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:664:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getFirmwarePartNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:667:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getFirmwareName( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:670:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getFirmwareVersion( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:673:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getApplicationSoftwarePartNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:676:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getApplicationSoftwareName( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:679:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getApplicationSoftwareVersion( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:686:8: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:692:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:697:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:701:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:706:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:709:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _flushTCPRecvBuffer( ) throw ( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:712:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _teardownConnection( ) throw( SickIOException ); ^~~~~ /bin/sh ../../../../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -L../../../../../c++/drivers/ld/sickld-1.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o ld_more_config main.o -lsickld-1.0 -pthread mkdir .libs DIE_RPATH_DIE="/usr/lib64:$DIE_RPATH_DIE" g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/ld_more_config main.o -pthread -L/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld/sickld-1.0 /builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld/sickld-1.0/.libs/libsickld-1.0.so creating ld_more_config make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_more_config/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_more_config' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_more_config' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_more_config' Making all in ld_multi_sector make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_multi_sector' Making all in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_multi_sector/src' g++ -DHAVE_CONFIG_H -I. -I../../../../../c++/drivers/base/src -I../../../../../c++/drivers/ld -I../../../../../c++/drivers/base/src -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o main.o main.cc In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:40:0, from main.cc:20: ../../../../../c++/drivers/base/src/SickLIDAR.hh:87:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _startListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:90:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _stopListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:96:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:99:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setNonBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:103:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:106:95: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _recvMessage( SICK_MSG_CLASS &sick_message, const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:112:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:40:0, from main.cc:20: ../../../../../c++/drivers/base/src/SickLIDAR.hh:124:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickTimeoutException, SickIOException); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:162:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_startListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:190:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_stopListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:218:81: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setBlockingIO( ) const throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:237:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setNonBlockingIO( ) const throw ( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:259:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:302:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:340:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:403:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLDBufferMonitor.hh:24:0, from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:41, from main.cc:20: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:37:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetDataStream( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:43:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StartMonitor( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:46:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:49:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StopMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:52:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void AcquireDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:58:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ReleaseDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:61:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ~SickBufferMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:69:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _readBytes( uint8_t * const dest_buffer, const int num_bytes_to_read, const unsigned int timeout_value = 0 ) const throw ( SickTimeoutException, SickIOException ); ^~~~~ In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLDBufferMonitor.hh:24:0, from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:41, from main.cc:20: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:92:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _acquireMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:95:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _releaseMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:107:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ) : ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:127:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SetDataStream( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:160:108: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StartMonitor( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:178:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:224:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StopMonitor( ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:260:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::AcquireDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:273:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::ReleaseDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:286:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::~SickBufferMonitor( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:304:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_acquireMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:317:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_releaseMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:335:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw ( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:41:0, from main.cc:20: ../../../../../c++/drivers/ld/sickld-1.0/SickLDBufferMonitor.hh:41:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetNextMessageFromDataStream( SickLDMessage &sick_message ) throw( SickIOException ); ^~~~~ In file included from main.cc:20:0: ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:373:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Initialize( ) throw( SickIOException, SickThreadException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:377:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:382:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:386:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:390:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:394:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:398:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:401:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetSickSignals( uint8_t &sick_signal_flags ) throw( SickIOException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:404:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void EnableNearfieldSuppression( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:407:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void DisableNearfieldSuppression( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:420:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickIOException, SickTimeoutException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:424:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:428:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:432:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:440:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:446:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:450:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:540:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Uninitialize( ) throw( SickIOException, SickTimeoutException, SickErrorException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:584:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setupConnection( ) throw( SickIOException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:587:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _syncDriverWithSick( ) throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:592:8: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:596:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:599:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickSensorModeToIdle( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:602:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickSensorModeToRotate( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:605:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickSensorModeToMeasure( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:609:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:613:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:619:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _cancelSickScanProfiles( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:623:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:626:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickIdentity( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:629:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickStatus( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:633:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:636:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickGlobalConfig( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:639:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickEthernetConfig( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:642:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickSectorConfig( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:646:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:649:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorPartNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:652:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorName( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:655:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorVersion( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:658:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorSerialNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:661:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorEDMSerialNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:664:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getFirmwarePartNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:667:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getFirmwareName( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:670:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getFirmwareVersion( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:673:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getApplicationSoftwarePartNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:676:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getApplicationSoftwareName( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:679:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getApplicationSoftwareVersion( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:686:8: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:692:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:697:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:701:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:706:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:709:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _flushTCPRecvBuffer( ) throw ( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:712:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _teardownConnection( ) throw( SickIOException ); ^~~~~ /bin/sh ../../../../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -L../../../../../c++/drivers/ld/sickld-1.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o ld_multi_sector main.o -lsickld-1.0 -pthread mkdir .libs DIE_RPATH_DIE="/usr/lib64:$DIE_RPATH_DIE" g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/ld_multi_sector main.o -pthread -L/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld/sickld-1.0 /builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld/sickld-1.0/.libs/libsickld-1.0.so creating ld_multi_sector make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_multi_sector/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_multi_sector' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_multi_sector' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_multi_sector' Making all in ld_single_sector make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_single_sector' Making all in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_single_sector/src' g++ -DHAVE_CONFIG_H -I. -I../../../../../c++/drivers/base/src -I../../../../../c++/drivers/ld -I../../../../../c++/drivers/base/src -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o main.o main.cc In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:40:0, from main.cc:20: ../../../../../c++/drivers/base/src/SickLIDAR.hh:87:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _startListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:90:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _stopListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:96:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:99:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setNonBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:103:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:106:95: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _recvMessage( SICK_MSG_CLASS &sick_message, const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:112:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:40:0, from main.cc:20: ../../../../../c++/drivers/base/src/SickLIDAR.hh:124:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickTimeoutException, SickIOException); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:162:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_startListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:190:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_stopListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:218:81: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setBlockingIO( ) const throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:237:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setNonBlockingIO( ) const throw ( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:259:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:302:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:340:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:403:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLDBufferMonitor.hh:24:0, from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:41, from main.cc:20: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:37:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetDataStream( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:43:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StartMonitor( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:46:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:49:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StopMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:52:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void AcquireDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:58:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ReleaseDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:61:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ~SickBufferMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:69:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _readBytes( uint8_t * const dest_buffer, const int num_bytes_to_read, const unsigned int timeout_value = 0 ) const throw ( SickTimeoutException, SickIOException ); ^~~~~ In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLDBufferMonitor.hh:24:0, from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:41, from main.cc:20: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:92:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _acquireMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:95:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _releaseMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:107:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ) : ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:127:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SetDataStream( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:160:108: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StartMonitor( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:178:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:224:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StopMonitor( ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:260:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::AcquireDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:273:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::ReleaseDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:286:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::~SickBufferMonitor( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:304:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_acquireMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:317:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_releaseMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:335:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw ( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:41:0, from main.cc:20: ../../../../../c++/drivers/ld/sickld-1.0/SickLDBufferMonitor.hh:41:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetNextMessageFromDataStream( SickLDMessage &sick_message ) throw( SickIOException ); ^~~~~ In file included from main.cc:20:0: ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:373:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Initialize( ) throw( SickIOException, SickThreadException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:377:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:382:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:386:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:390:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:394:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:398:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:401:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetSickSignals( uint8_t &sick_signal_flags ) throw( SickIOException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:404:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void EnableNearfieldSuppression( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:407:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void DisableNearfieldSuppression( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:420:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickIOException, SickTimeoutException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:424:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:428:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:432:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:440:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:446:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:450:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:540:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Uninitialize( ) throw( SickIOException, SickTimeoutException, SickErrorException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:584:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setupConnection( ) throw( SickIOException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:587:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _syncDriverWithSick( ) throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:592:8: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:596:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:599:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickSensorModeToIdle( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:602:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickSensorModeToRotate( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:605:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickSensorModeToMeasure( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:609:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:613:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:619:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _cancelSickScanProfiles( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:623:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:626:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickIdentity( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:629:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickStatus( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:633:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:636:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickGlobalConfig( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:639:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickEthernetConfig( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:642:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickSectorConfig( ) throw( SickErrorException, SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:646:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:649:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorPartNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:652:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorName( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:655:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorVersion( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:658:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorSerialNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:661:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSensorEDMSerialNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:664:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getFirmwarePartNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:667:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getFirmwareName( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:670:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getFirmwareVersion( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:673:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getApplicationSoftwarePartNumber( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:676:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getApplicationSoftwareName( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:679:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getApplicationSoftwareVersion( ) throw( SickTimeoutException, SickIOException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:686:8: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:692:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:697:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickErrorException, SickTimeoutException, SickIOException, SickConfigException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:701:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException, SickErrorException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:706:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:709:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _flushTCPRecvBuffer( ) throw ( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/ld/sickld-1.0/SickLD.hh:712:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _teardownConnection( ) throw( SickIOException ); ^~~~~ /bin/sh ../../../../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -L../../../../../c++/drivers/ld/sickld-1.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o ld_single_sector main.o -lsickld-1.0 -pthread mkdir .libs DIE_RPATH_DIE="/usr/lib64:$DIE_RPATH_DIE" g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/ld_single_sector main.o -pthread -L/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld/sickld-1.0 /builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld/sickld-1.0/.libs/libsickld-1.0.so creating ld_single_sector make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_single_sector/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_single_sector' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_single_sector' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_single_sector' make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld' make[3]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld' Making all in lms make[3]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms' Making all in lms_config make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_config' Making all in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_config/src' g++ -DHAVE_CONFIG_H -I. -I../../../../../c++/drivers/base/src -I../../../../../c++/drivers/lms -I../../../../../c++/drivers/base/src -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o main.o main.cc In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:23:0, from main.cc:22: ../../../../../c++/drivers/base/src/SickLIDAR.hh:87:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _startListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:90:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _stopListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:96:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:99:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setNonBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:103:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:106:95: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _recvMessage( SICK_MSG_CLASS &sick_message, const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:112:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:23:0, from main.cc:22: ../../../../../c++/drivers/base/src/SickLIDAR.hh:124:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickTimeoutException, SickIOException); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:162:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_startListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:190:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_stopListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:218:81: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setBlockingIO( ) const throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:237:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setNonBlockingIO( ) const throw ( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:259:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:302:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:340:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:403:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:24:0, from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24, from main.cc:22: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:37:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetDataStream( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:43:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StartMonitor( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:46:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:49:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StopMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:52:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void AcquireDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:58:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ReleaseDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:61:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ~SickBufferMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:69:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _readBytes( uint8_t * const dest_buffer, const int num_bytes_to_read, const unsigned int timeout_value = 0 ) const throw ( SickTimeoutException, SickIOException ); ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:24:0, from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24, from main.cc:22: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:92:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _acquireMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:95:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _releaseMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:107:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ) : ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:127:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SetDataStream( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:160:108: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StartMonitor( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:178:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:224:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StopMonitor( ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:260:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::AcquireDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:273:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::ReleaseDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:286:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::~SickBufferMonitor( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:304:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_acquireMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:317:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_releaseMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:335:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw ( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24:0, from main.cc:22: ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:41:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetNextMessageFromDataStream( SickLMSMessage &sick_message ) throw( SickIOException ); ^~~~~ In file included from main.cc:22:0: ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:517:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:520:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Uninitialize( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:523:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_type_t GetSickType( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:526:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanAngle( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:529:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanResolution( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:533:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:536:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickLMS::sick_lms_measuring_units_t GetSickMeasuringUnits( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:540:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:543:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_sensitivity_t GetSickSensitivity( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:547:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:550:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_peak_threshold_t GetSickPeakThreshold( ) const throw( SickConfigException );; ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:554:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:557:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_measuring_mode_t GetSickMeasuringMode( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:560:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_operating_mode_t GetSickOperatingMode( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:564:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:567:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t GetSickAvailability( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:571:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:580:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:591:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:602:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:612:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:619:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:628:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:631:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_status_t GetSickStatus( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:634:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool IsSickLMSFast( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:637:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ResetSick( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:752:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setupConnection( ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:755:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _teardownConnection( ) throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:761:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:768:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:771:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _flushTerminalBuffer( ) throw ( SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:774:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSessionBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:777:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool _testSickBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:780:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setTerminalBaud( const sick_lms_baud_t sick_baud ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:783:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickType( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:786:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickConfig( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:789:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickConfig( const sick_lms_device_config_t &sick_config ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:792:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickStatus( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:797:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t * const error_num_buffer = NULL ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:801:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:805:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:809:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:813:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:817:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:821:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:825:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:829:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:833:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:837:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ /bin/sh ../../../../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -L../../../../../c++/drivers/lms/sicklms-1.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o lms_config main.o -lsicklms-1.0 -pthread mkdir .libs DIE_RPATH_DIE="/usr/lib64:$DIE_RPATH_DIE" g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/lms_config main.o -pthread -L/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0 /builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0/.libs/libsicklms-1.0.so creating lms_config make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_config/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_config' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_config' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_config' Making all in lms_mean_values make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_mean_values' Making all in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_mean_values/src' g++ -DHAVE_CONFIG_H -I. -I../../../../../c++/drivers/base/src -I../../../../../c++/drivers/lms -I../../../../../c++/drivers/base/src -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o main.o main.cc In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:23:0, from main.cc:20: ../../../../../c++/drivers/base/src/SickLIDAR.hh:87:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _startListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:90:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _stopListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:96:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:99:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setNonBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:103:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:106:95: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _recvMessage( SICK_MSG_CLASS &sick_message, const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:112:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:23:0, from main.cc:20: ../../../../../c++/drivers/base/src/SickLIDAR.hh:124:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickTimeoutException, SickIOException); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:162:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_startListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:190:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_stopListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:218:81: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setBlockingIO( ) const throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:237:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setNonBlockingIO( ) const throw ( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:259:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:302:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:340:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:403:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:24:0, from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24, from main.cc:20: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:37:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetDataStream( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:43:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StartMonitor( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:46:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:49:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StopMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:52:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void AcquireDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:58:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ReleaseDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:61:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ~SickBufferMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:69:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _readBytes( uint8_t * const dest_buffer, const int num_bytes_to_read, const unsigned int timeout_value = 0 ) const throw ( SickTimeoutException, SickIOException ); ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:24:0, from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24, from main.cc:20: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:92:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _acquireMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:95:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _releaseMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:107:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ) : ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:127:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SetDataStream( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:160:108: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StartMonitor( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:178:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:224:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StopMonitor( ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:260:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::AcquireDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:273:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::ReleaseDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:286:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::~SickBufferMonitor( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:304:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_acquireMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:317:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_releaseMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:335:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw ( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24:0, from main.cc:20: ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:41:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetNextMessageFromDataStream( SickLMSMessage &sick_message ) throw( SickIOException ); ^~~~~ In file included from main.cc:20:0: ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:517:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:520:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Uninitialize( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:523:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_type_t GetSickType( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:526:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanAngle( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:529:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanResolution( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:533:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:536:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickLMS::sick_lms_measuring_units_t GetSickMeasuringUnits( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:540:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:543:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_sensitivity_t GetSickSensitivity( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:547:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:550:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_peak_threshold_t GetSickPeakThreshold( ) const throw( SickConfigException );; ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:554:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:557:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_measuring_mode_t GetSickMeasuringMode( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:560:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_operating_mode_t GetSickOperatingMode( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:564:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:567:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t GetSickAvailability( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:571:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:580:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:591:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:602:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:612:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:619:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:628:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:631:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_status_t GetSickStatus( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:634:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool IsSickLMSFast( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:637:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ResetSick( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:752:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setupConnection( ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:755:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _teardownConnection( ) throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:761:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:768:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:771:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _flushTerminalBuffer( ) throw ( SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:774:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSessionBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:777:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool _testSickBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:780:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setTerminalBaud( const sick_lms_baud_t sick_baud ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:783:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickType( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:786:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickConfig( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:789:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickConfig( const sick_lms_device_config_t &sick_config ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:792:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickStatus( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:797:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t * const error_num_buffer = NULL ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:801:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:805:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:809:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:813:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:817:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:821:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:825:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:829:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:833:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:837:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ /bin/sh ../../../../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -L../../../../../c++/drivers/lms/sicklms-1.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o lms_mean_values main.o -lsicklms-1.0 -pthread mkdir .libs DIE_RPATH_DIE="/usr/lib64:$DIE_RPATH_DIE" g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/lms_mean_values main.o -pthread -L/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0 /builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0/.libs/libsicklms-1.0.so creating lms_mean_values make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_mean_values/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_mean_values' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_mean_values' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_mean_values' Making all in lms_partial_scan make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_partial_scan' Making all in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_partial_scan/src' g++ -DHAVE_CONFIG_H -I. -I../../../../../c++/drivers/base/src -I../../../../../c++/drivers/lms -I../../../../../c++/drivers/base/src -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o main.o main.cc In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:23:0, from main.cc:21: ../../../../../c++/drivers/base/src/SickLIDAR.hh:87:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _startListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:90:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _stopListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:96:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:99:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setNonBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:103:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:106:95: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _recvMessage( SICK_MSG_CLASS &sick_message, const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:112:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:23:0, from main.cc:21: ../../../../../c++/drivers/base/src/SickLIDAR.hh:124:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickTimeoutException, SickIOException); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:162:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_startListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:190:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_stopListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:218:81: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setBlockingIO( ) const throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:237:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setNonBlockingIO( ) const throw ( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:259:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:302:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:340:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:403:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:24:0, from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24, from main.cc:21: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:37:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetDataStream( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:43:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StartMonitor( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:46:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:49:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StopMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:52:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void AcquireDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:58:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ReleaseDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:61:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ~SickBufferMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:69:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _readBytes( uint8_t * const dest_buffer, const int num_bytes_to_read, const unsigned int timeout_value = 0 ) const throw ( SickTimeoutException, SickIOException ); ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:24:0, from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24, from main.cc:21: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:92:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _acquireMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:95:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _releaseMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:107:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ) : ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:127:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SetDataStream( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:160:108: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StartMonitor( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:178:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:224:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StopMonitor( ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:260:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::AcquireDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:273:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::ReleaseDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:286:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::~SickBufferMonitor( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:304:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_acquireMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:317:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_releaseMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:335:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw ( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24:0, from main.cc:21: ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:41:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetNextMessageFromDataStream( SickLMSMessage &sick_message ) throw( SickIOException ); ^~~~~ In file included from main.cc:21:0: ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:517:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:520:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Uninitialize( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:523:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_type_t GetSickType( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:526:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanAngle( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:529:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanResolution( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:533:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:536:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickLMS::sick_lms_measuring_units_t GetSickMeasuringUnits( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:540:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:543:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_sensitivity_t GetSickSensitivity( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:547:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:550:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_peak_threshold_t GetSickPeakThreshold( ) const throw( SickConfigException );; ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:554:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:557:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_measuring_mode_t GetSickMeasuringMode( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:560:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_operating_mode_t GetSickOperatingMode( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:564:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:567:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t GetSickAvailability( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:571:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:580:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:591:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:602:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:612:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:619:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:628:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:631:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_status_t GetSickStatus( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:634:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool IsSickLMSFast( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:637:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ResetSick( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:752:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setupConnection( ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:755:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _teardownConnection( ) throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:761:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:768:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:771:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _flushTerminalBuffer( ) throw ( SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:774:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSessionBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:777:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool _testSickBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:780:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setTerminalBaud( const sick_lms_baud_t sick_baud ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:783:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickType( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:786:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickConfig( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:789:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickConfig( const sick_lms_device_config_t &sick_config ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:792:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickStatus( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:797:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t * const error_num_buffer = NULL ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:801:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:805:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:809:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:813:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:817:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:821:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:825:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:829:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:833:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:837:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ /bin/sh ../../../../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -L../../../../../c++/drivers/lms/sicklms-1.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o lms_partial_scan main.o -lsicklms-1.0 -pthread mkdir .libs DIE_RPATH_DIE="/usr/lib64:$DIE_RPATH_DIE" g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/lms_partial_scan main.o -pthread -L/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0 /builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0/.libs/libsicklms-1.0.so creating lms_partial_scan make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_partial_scan/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_partial_scan' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_partial_scan' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_partial_scan' Making all in lms_plot_values make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_plot_values' Making all in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_plot_values/src' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_plot_values/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_plot_values' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_plot_values' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_plot_values' Making all in lms_real_time_indices make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_real_time_indices' Making all in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_real_time_indices/src' g++ -DHAVE_CONFIG_H -I. -I../../../../../c++/drivers/base/src -I../../../../../c++/drivers/lms -I../../../../../c++/drivers/base/src -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o main.o main.cc In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:23:0, from main.cc:21: ../../../../../c++/drivers/base/src/SickLIDAR.hh:87:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _startListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:90:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _stopListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:96:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:99:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setNonBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:103:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:106:95: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _recvMessage( SICK_MSG_CLASS &sick_message, const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:112:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:23:0, from main.cc:21: ../../../../../c++/drivers/base/src/SickLIDAR.hh:124:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickTimeoutException, SickIOException); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:162:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_startListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:190:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_stopListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:218:81: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setBlockingIO( ) const throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:237:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setNonBlockingIO( ) const throw ( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:259:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:302:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:340:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:403:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:24:0, from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24, from main.cc:21: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:37:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetDataStream( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:43:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StartMonitor( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:46:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:49:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StopMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:52:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void AcquireDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:58:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ReleaseDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:61:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ~SickBufferMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:69:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _readBytes( uint8_t * const dest_buffer, const int num_bytes_to_read, const unsigned int timeout_value = 0 ) const throw ( SickTimeoutException, SickIOException ); ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:24:0, from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24, from main.cc:21: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:92:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _acquireMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:95:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _releaseMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:107:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ) : ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:127:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SetDataStream( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:160:108: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StartMonitor( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:178:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:224:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StopMonitor( ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:260:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::AcquireDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:273:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::ReleaseDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:286:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::~SickBufferMonitor( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:304:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_acquireMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:317:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_releaseMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:335:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw ( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24:0, from main.cc:21: ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:41:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetNextMessageFromDataStream( SickLMSMessage &sick_message ) throw( SickIOException ); ^~~~~ In file included from main.cc:21:0: ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:517:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:520:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Uninitialize( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:523:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_type_t GetSickType( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:526:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanAngle( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:529:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanResolution( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:533:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:536:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickLMS::sick_lms_measuring_units_t GetSickMeasuringUnits( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:540:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:543:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_sensitivity_t GetSickSensitivity( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:547:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:550:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_peak_threshold_t GetSickPeakThreshold( ) const throw( SickConfigException );; ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:554:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:557:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_measuring_mode_t GetSickMeasuringMode( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:560:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_operating_mode_t GetSickOperatingMode( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:564:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:567:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t GetSickAvailability( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:571:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:580:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:591:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:602:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:612:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:619:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:628:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:631:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_status_t GetSickStatus( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:634:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool IsSickLMSFast( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:637:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ResetSick( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:752:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setupConnection( ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:755:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _teardownConnection( ) throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:761:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:768:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:771:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _flushTerminalBuffer( ) throw ( SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:774:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSessionBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:777:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool _testSickBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:780:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setTerminalBaud( const sick_lms_baud_t sick_baud ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:783:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickType( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:786:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickConfig( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:789:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickConfig( const sick_lms_device_config_t &sick_config ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:792:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickStatus( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:797:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t * const error_num_buffer = NULL ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:801:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:805:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:809:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:813:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:817:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:821:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:825:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:829:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:833:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:837:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ /bin/sh ../../../../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -L../../../../../c++/drivers/lms/sicklms-1.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o lms_real_time_indices main.o -lsicklms-1.0 -pthread mkdir .libs DIE_RPATH_DIE="/usr/lib64:$DIE_RPATH_DIE" g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/lms_real_time_indices main.o -pthread -L/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0 /builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0/.libs/libsicklms-1.0.so creating lms_real_time_indices make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_real_time_indices/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_real_time_indices' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_real_time_indices' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_real_time_indices' Making all in lms_set_variant make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_set_variant' Making all in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_set_variant/src' g++ -DHAVE_CONFIG_H -I. -I../../../../../c++/drivers/base/src -I../../../../../c++/drivers/lms -I../../../../../c++/drivers/base/src -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o main.o main.cc In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:23:0, from main.cc:24: ../../../../../c++/drivers/base/src/SickLIDAR.hh:87:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _startListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:90:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _stopListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:96:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:99:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setNonBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:103:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:106:95: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _recvMessage( SICK_MSG_CLASS &sick_message, const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:112:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:23:0, from main.cc:24: ../../../../../c++/drivers/base/src/SickLIDAR.hh:124:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickTimeoutException, SickIOException); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:162:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_startListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:190:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_stopListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:218:81: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setBlockingIO( ) const throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:237:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setNonBlockingIO( ) const throw ( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:259:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:302:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:340:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:403:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:24:0, from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24, from main.cc:24: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:37:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetDataStream( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:43:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StartMonitor( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:46:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:49:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StopMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:52:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void AcquireDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:58:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ReleaseDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:61:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ~SickBufferMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:69:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _readBytes( uint8_t * const dest_buffer, const int num_bytes_to_read, const unsigned int timeout_value = 0 ) const throw ( SickTimeoutException, SickIOException ); ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:24:0, from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24, from main.cc:24: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:92:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _acquireMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:95:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _releaseMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:107:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ) : ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:127:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SetDataStream( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:160:108: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StartMonitor( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:178:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:224:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StopMonitor( ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:260:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::AcquireDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:273:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::ReleaseDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:286:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::~SickBufferMonitor( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:304:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_acquireMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:317:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_releaseMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:335:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw ( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24:0, from main.cc:24: ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:41:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetNextMessageFromDataStream( SickLMSMessage &sick_message ) throw( SickIOException ); ^~~~~ In file included from main.cc:24:0: ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:517:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:520:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Uninitialize( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:523:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_type_t GetSickType( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:526:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanAngle( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:529:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanResolution( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:533:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:536:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickLMS::sick_lms_measuring_units_t GetSickMeasuringUnits( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:540:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:543:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_sensitivity_t GetSickSensitivity( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:547:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:550:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_peak_threshold_t GetSickPeakThreshold( ) const throw( SickConfigException );; ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:554:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:557:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_measuring_mode_t GetSickMeasuringMode( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:560:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_operating_mode_t GetSickOperatingMode( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:564:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:567:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t GetSickAvailability( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:571:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:580:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:591:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:602:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:612:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:619:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:628:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:631:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_status_t GetSickStatus( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:634:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool IsSickLMSFast( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:637:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ResetSick( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:752:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setupConnection( ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:755:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _teardownConnection( ) throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:761:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:768:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:771:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _flushTerminalBuffer( ) throw ( SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:774:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSessionBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:777:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool _testSickBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:780:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setTerminalBaud( const sick_lms_baud_t sick_baud ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:783:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickType( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:786:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickConfig( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:789:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickConfig( const sick_lms_device_config_t &sick_config ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:792:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickStatus( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:797:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t * const error_num_buffer = NULL ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:801:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:805:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:809:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:813:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:817:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:821:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:825:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:829:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:833:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:837:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ /bin/sh ../../../../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -L../../../../../c++/drivers/lms/sicklms-1.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o lms_set_variant main.o -lsicklms-1.0 -pthread mkdir .libs DIE_RPATH_DIE="/usr/lib64:$DIE_RPATH_DIE" g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/lms_set_variant main.o -pthread -L/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0 /builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0/.libs/libsicklms-1.0.so creating lms_set_variant make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_set_variant/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_set_variant' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_set_variant' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_set_variant' Making all in lms_simple_app make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_simple_app' Making all in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_simple_app/src' g++ -DHAVE_CONFIG_H -I. -I../../../../../c++/drivers/base/src -I../../../../../c++/drivers/lms -I../../../../../c++/drivers/base/src -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o main.o main.cc In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:23:0, from main.cc:19: ../../../../../c++/drivers/base/src/SickLIDAR.hh:87:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _startListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:90:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _stopListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:96:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:99:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setNonBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:103:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:106:95: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _recvMessage( SICK_MSG_CLASS &sick_message, const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:112:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:23:0, from main.cc:19: ../../../../../c++/drivers/base/src/SickLIDAR.hh:124:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickTimeoutException, SickIOException); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:162:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_startListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:190:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_stopListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:218:81: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setBlockingIO( ) const throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:237:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setNonBlockingIO( ) const throw ( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:259:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:302:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:340:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:403:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:24:0, from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24, from main.cc:19: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:37:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetDataStream( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:43:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StartMonitor( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:46:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:49:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StopMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:52:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void AcquireDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:58:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ReleaseDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:61:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ~SickBufferMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:69:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _readBytes( uint8_t * const dest_buffer, const int num_bytes_to_read, const unsigned int timeout_value = 0 ) const throw ( SickTimeoutException, SickIOException ); ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:24:0, from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24, from main.cc:19: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:92:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _acquireMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:95:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _releaseMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:107:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ) : ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:127:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SetDataStream( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:160:108: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StartMonitor( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:178:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:224:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StopMonitor( ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:260:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::AcquireDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:273:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::ReleaseDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:286:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::~SickBufferMonitor( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:304:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_acquireMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:317:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_releaseMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:335:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw ( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24:0, from main.cc:19: ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:41:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetNextMessageFromDataStream( SickLMSMessage &sick_message ) throw( SickIOException ); ^~~~~ In file included from main.cc:19:0: ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:517:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:520:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Uninitialize( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:523:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_type_t GetSickType( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:526:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanAngle( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:529:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanResolution( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:533:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:536:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickLMS::sick_lms_measuring_units_t GetSickMeasuringUnits( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:540:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:543:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_sensitivity_t GetSickSensitivity( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:547:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:550:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_peak_threshold_t GetSickPeakThreshold( ) const throw( SickConfigException );; ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:554:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:557:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_measuring_mode_t GetSickMeasuringMode( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:560:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_operating_mode_t GetSickOperatingMode( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:564:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:567:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t GetSickAvailability( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:571:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:580:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:591:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:602:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:612:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:619:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:628:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:631:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_status_t GetSickStatus( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:634:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool IsSickLMSFast( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:637:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ResetSick( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:752:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setupConnection( ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:755:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _teardownConnection( ) throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:761:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:768:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:771:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _flushTerminalBuffer( ) throw ( SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:774:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSessionBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:777:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool _testSickBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:780:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setTerminalBaud( const sick_lms_baud_t sick_baud ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:783:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickType( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:786:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickConfig( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:789:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickConfig( const sick_lms_device_config_t &sick_config ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:792:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickStatus( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:797:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t * const error_num_buffer = NULL ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:801:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:805:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:809:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:813:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:817:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:821:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:825:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:829:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:833:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:837:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ /bin/sh ../../../../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -L../../../../../c++/drivers/lms/sicklms-1.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o lms_simple_app main.o -lsicklms-1.0 -pthread mkdir .libs DIE_RPATH_DIE="/usr/lib64:$DIE_RPATH_DIE" g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/lms_simple_app main.o -pthread -L/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0 /builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0/.libs/libsicklms-1.0.so creating lms_simple_app make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_simple_app/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_simple_app' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_simple_app' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_simple_app' Making all in lms_stream_range_and_reflect make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_stream_range_and_reflect' Making all in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_stream_range_and_reflect/src' g++ -DHAVE_CONFIG_H -I. -I../../../../../c++/drivers/base/src -I../../../../../c++/drivers/lms -I../../../../../c++/drivers/base/src -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o main.o main.cc In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:23:0, from main.cc:20: ../../../../../c++/drivers/base/src/SickLIDAR.hh:87:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _startListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:90:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _stopListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:96:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:99:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setNonBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:103:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:106:95: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _recvMessage( SICK_MSG_CLASS &sick_message, const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:112:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:23:0, from main.cc:20: ../../../../../c++/drivers/base/src/SickLIDAR.hh:124:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickTimeoutException, SickIOException); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:162:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_startListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:190:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_stopListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:218:81: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setBlockingIO( ) const throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:237:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setNonBlockingIO( ) const throw ( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:259:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:302:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:340:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:403:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:24:0, from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24, from main.cc:20: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:37:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetDataStream( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:43:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StartMonitor( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:46:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:49:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StopMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:52:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void AcquireDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:58:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ReleaseDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:61:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ~SickBufferMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:69:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _readBytes( uint8_t * const dest_buffer, const int num_bytes_to_read, const unsigned int timeout_value = 0 ) const throw ( SickTimeoutException, SickIOException ); ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:24:0, from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24, from main.cc:20: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:92:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _acquireMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:95:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _releaseMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:107:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ) : ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:127:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SetDataStream( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:160:108: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StartMonitor( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:178:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:224:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StopMonitor( ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:260:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::AcquireDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:273:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::ReleaseDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:286:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::~SickBufferMonitor( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:304:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_acquireMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:317:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_releaseMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:335:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw ( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24:0, from main.cc:20: ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:41:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetNextMessageFromDataStream( SickLMSMessage &sick_message ) throw( SickIOException ); ^~~~~ In file included from main.cc:20:0: ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:517:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:520:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Uninitialize( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:523:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_type_t GetSickType( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:526:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanAngle( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:529:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanResolution( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:533:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:536:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickLMS::sick_lms_measuring_units_t GetSickMeasuringUnits( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:540:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:543:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_sensitivity_t GetSickSensitivity( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:547:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:550:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_peak_threshold_t GetSickPeakThreshold( ) const throw( SickConfigException );; ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:554:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:557:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_measuring_mode_t GetSickMeasuringMode( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:560:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_operating_mode_t GetSickOperatingMode( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:564:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:567:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t GetSickAvailability( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:571:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:580:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:591:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:602:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:612:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:619:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:628:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:631:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_status_t GetSickStatus( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:634:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool IsSickLMSFast( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:637:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ResetSick( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:752:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setupConnection( ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:755:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _teardownConnection( ) throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:761:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:768:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:771:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _flushTerminalBuffer( ) throw ( SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:774:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSessionBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:777:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool _testSickBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:780:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setTerminalBaud( const sick_lms_baud_t sick_baud ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:783:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickType( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:786:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickConfig( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:789:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickConfig( const sick_lms_device_config_t &sick_config ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:792:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickStatus( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:797:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t * const error_num_buffer = NULL ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:801:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:805:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:809:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:813:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:817:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:821:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:825:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:829:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:833:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:837:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ /bin/sh ../../../../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -L../../../../../c++/drivers/lms/sicklms-1.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o lms_stream_range_and_reflect main.o -lsicklms-1.0 -pthread mkdir .libs DIE_RPATH_DIE="/usr/lib64:$DIE_RPATH_DIE" g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/lms_stream_range_and_reflect main.o -pthread -L/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0 /builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0/.libs/libsicklms-1.0.so creating lms_stream_range_and_reflect make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_stream_range_and_reflect/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_stream_range_and_reflect' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_stream_range_and_reflect' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_stream_range_and_reflect' Making all in lms_subrange make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_subrange' Making all in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_subrange/src' g++ -DHAVE_CONFIG_H -I. -I../../../../../c++/drivers/base/src -I../../../../../c++/drivers/lms -I../../../../../c++/drivers/base/src -pthread -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o main.o main.cc In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:23:0, from main.cc:20: ../../../../../c++/drivers/base/src/SickLIDAR.hh:87:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _startListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:90:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _stopListening( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:96:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:99:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setNonBlockingIO( ) const throw ( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:103:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:106:95: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _recvMessage( SICK_MSG_CLASS &sick_message, const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:112:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ); ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:23:0, from main.cc:20: ../../../../../c++/drivers/base/src/SickLIDAR.hh:124:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickTimeoutException, SickIOException); ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:162:76: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_startListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:190:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_stopListening( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:218:81: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setBlockingIO( ) const throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:237:84: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickLIDAR< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_setNonBlockingIO( ) const throw ( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:259:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickIOException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:302:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw ( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:340:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int timeout_value ) const throw( SickTimeoutException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickLIDAR.hh:403:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:24:0, from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24, from main.cc:20: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:37:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SetDataStream( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:43:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StartMonitor( const unsigned int sick_fd ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:46:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:49:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void StopMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:52:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void AcquireDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:58:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ReleaseDataStream( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:61:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ~SickBufferMonitor( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:69:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _readBytes( uint8_t * const dest_buffer, const int num_bytes_to_read, const unsigned int timeout_value = 0 ) const throw ( SickTimeoutException, SickIOException ); ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:24:0, from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24, from main.cc:20: ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:92:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _acquireMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:95:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _releaseMessageContainer( ) throw( SickThreadException ); ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:107:125: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SickBufferMonitor( SICK_MONITOR_CLASS * const monitor_instance ) throw( SickThreadException ) : ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:127:109: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::SetDataStream( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:160:108: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StartMonitor( const unsigned int sick_fd ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:178:123: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::GetNextMessageFromMonitor( SICK_MSG_CLASS &sick_message ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:224:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::StopMonitor( ) throw ( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:260:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::AcquireDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:273:86: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::ReleaseDataStream( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:286:82: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::~SickBufferMonitor( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:304:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_acquireMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:317:93: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void SickBufferMonitor< SICK_MONITOR_CLASS, SICK_MSG_CLASS >::_releaseMessageContainer( ) throw( SickThreadException ) { ^~~~~ ../../../../../c++/drivers/base/src/SickBufferMonitor.hh:335:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw ( SickTimeoutException, SickIOException ) { ^~~~~ In file included from ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:24:0, from main.cc:20: ../../../../../c++/drivers/lms/sicklms-1.0/SickLMSBufferMonitor.hh:41:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void GetNextMessageFromDataStream( SickLMSMessage &sick_message ) throw( SickIOException ); ^~~~~ In file included from main.cc:20:0: ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:517:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:520:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void Uninitialize( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:523:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_type_t GetSickType( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:526:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanAngle( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:529:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] double GetSickScanResolution( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:533:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:536:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] SickLMS::sick_lms_measuring_units_t GetSickMeasuringUnits( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:540:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:543:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_sensitivity_t GetSickSensitivity( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:547:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:550:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_peak_threshold_t GetSickPeakThreshold( ) const throw( SickConfigException );; ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:554:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:557:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_measuring_mode_t GetSickMeasuringMode( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:560:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_operating_mode_t GetSickOperatingMode( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:564:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:567:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t GetSickAvailability( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:571:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:580:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:591:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:602:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:612:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_scan_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:619:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:628:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] unsigned int * const sick_real_time_index = NULL ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:631:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] sick_lms_status_t GetSickStatus( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:634:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool IsSickLMSFast( ) const throw( SickConfigException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:637:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void ResetSick( ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:752:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setupConnection( ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:755:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _teardownConnection( ) throw( SickIOException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:761:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:768:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] const unsigned int num_tries ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:771:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _flushTerminalBuffer( ) throw ( SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:774:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSessionBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException, SickTimeoutException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:777:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bool _testSickBaud( const sick_lms_baud_t baud_rate ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:780:62: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setTerminalBaud( const sick_lms_baud_t sick_baud ) throw( SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:783:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickType( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:786:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickConfig( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:789:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _setSickConfig( const sick_lms_device_config_t &sick_config ) throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:792:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void _getSickStatus( ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:797:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] uint8_t * const error_num_buffer = NULL ) throw( SickTimeoutException, SickIOException, SickThreadException ); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:801:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:805:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:809:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:813:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:817:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:821:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:825:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:829:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:833:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ ../../../../../c++/drivers/lms/sicklms-1.0/SickLMS.hh:837:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw( SickConfigException, SickTimeoutException, SickIOException, SickThreadException); ^~~~~ /bin/sh ../../../../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -L../../../../../c++/drivers/lms/sicklms-1.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o lms_subrange main.o -lsicklms-1.0 -pthread mkdir .libs DIE_RPATH_DIE="/usr/lib64:$DIE_RPATH_DIE" g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/lms_subrange main.o -pthread -L/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0 /builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0/.libs/libsicklms-1.0.so creating lms_subrange make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_subrange/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_subrange' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_subrange' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_subrange' make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms' make[3]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms' make[3]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples' make[2]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples' make[2]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++' make[1]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++' make[1]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nRqVah + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64 + cd sicktoolbox-1.0.1 + make install DESTDIR=/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64 Making install in c++ make[1]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++' Making install in drivers make[2]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers' Making install in ld make[3]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld' Making install in sickld-1.0 make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld/sickld-1.0' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld/sickld-1.0' test -z "/usr/lib64" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/lib64" /bin/sh ../../../../libtool --mode=install /usr/bin/install -c 'libsickld-1.0.la' '/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/lib64/libsickld-1.0.la' /usr/bin/install -c .libs/libsickld-1.0.so.0.0.0 /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/lib64/libsickld-1.0.so.0.0.0 (cd /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/lib64 && { ln -s -f libsickld-1.0.so.0.0.0 libsickld-1.0.so.0 || { rm -f libsickld-1.0.so.0 && ln -s libsickld-1.0.so.0.0.0 libsickld-1.0.so.0; }; }) (cd /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/lib64 && { ln -s -f libsickld-1.0.so.0.0.0 libsickld-1.0.so || { rm -f libsickld-1.0.so && ln -s libsickld-1.0.so.0.0.0 libsickld-1.0.so; }; }) /usr/bin/install -c .libs/libsickld-1.0.lai /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/lib64/libsickld-1.0.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' test -z "/usr/include/sickld-1.0/" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/include/sickld-1.0/" /usr/bin/install -c -m 644 'SickLD.hh' '/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/include/sickld-1.0//SickLD.hh' /usr/bin/install -c -m 644 'SickLDMessage.hh' '/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/include/sickld-1.0//SickLDMessage.hh' /usr/bin/install -c -m 644 'SickLDBufferMonitor.hh' '/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/include/sickld-1.0//SickLDBufferMonitor.hh' /usr/bin/install -c -m 644 '../../../../c++/drivers/base/src/SickLIDAR.hh' '/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/include/sickld-1.0//SickLIDAR.hh' /usr/bin/install -c -m 644 '../../../../c++/drivers/base/src/SickMessage.hh' '/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/include/sickld-1.0//SickMessage.hh' /usr/bin/install -c -m 644 '../../../../c++/drivers/base/src/SickBufferMonitor.hh' '/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/include/sickld-1.0//SickBufferMonitor.hh' /usr/bin/install -c -m 644 '../../../../c++/drivers/base/src/SickException.hh' '/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/include/sickld-1.0//SickException.hh' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld/sickld-1.0' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld/sickld-1.0' make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld' make[3]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld' Making install in lms make[3]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms' Making install in sicklms-1.0 make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0' test -z "/usr/lib64" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/lib64" /bin/sh ../../../../libtool --mode=install /usr/bin/install -c 'libsicklms-1.0.la' '/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/lib64/libsicklms-1.0.la' /usr/bin/install -c .libs/libsicklms-1.0.so.0.0.0 /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/lib64/libsicklms-1.0.so.0.0.0 (cd /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/lib64 && { ln -s -f libsicklms-1.0.so.0.0.0 libsicklms-1.0.so.0 || { rm -f libsicklms-1.0.so.0 && ln -s libsicklms-1.0.so.0.0.0 libsicklms-1.0.so.0; }; }) (cd /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/lib64 && { ln -s -f libsicklms-1.0.so.0.0.0 libsicklms-1.0.so || { rm -f libsicklms-1.0.so && ln -s libsicklms-1.0.so.0.0.0 libsicklms-1.0.so; }; }) /usr/bin/install -c .libs/libsicklms-1.0.lai /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/lib64/libsicklms-1.0.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' test -z "/usr/include/sicklms-1.0/" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/include/sicklms-1.0/" /usr/bin/install -c -m 644 'SickLMS.hh' '/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/include/sicklms-1.0//SickLMS.hh' /usr/bin/install -c -m 644 'SickLMSMessage.hh' '/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/include/sicklms-1.0//SickLMSMessage.hh' /usr/bin/install -c -m 644 'SickLMSBufferMonitor.hh' '/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/include/sicklms-1.0//SickLMSBufferMonitor.hh' /usr/bin/install -c -m 644 '../../../../c++/drivers/base/src/SickLIDAR.hh' '/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/include/sicklms-1.0//SickLIDAR.hh' /usr/bin/install -c -m 644 '../../../../c++/drivers/base/src/SickMessage.hh' '/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/include/sicklms-1.0//SickMessage.hh' /usr/bin/install -c -m 644 '../../../../c++/drivers/base/src/SickBufferMonitor.hh' '/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/include/sicklms-1.0//SickBufferMonitor.hh' /usr/bin/install -c -m 644 '../../../../c++/drivers/base/src/SickException.hh' '/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/include/sicklms-1.0//SickException.hh' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0' make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms' make[3]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms' make[3]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers' make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers' make[3]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers' make[2]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers' Making install in examples make[2]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples' Making install in ld make[3]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld' Making install in ld_config make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_config' Making install in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_config/src' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_config/src' test -z "/usr/bin" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/bin" /bin/sh ../../../../../libtool --mode=install /usr/bin/install -c 'ld_config' '/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/bin/sick_ld_config' libtool: install: warning: `/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/ld/sickld-1.0/libsickld-1.0.la' has not been installed in `/usr/lib64' /usr/bin/install -c .libs/ld_config /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/bin/sick_ld_config make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_config/src' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_config/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_config' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_config' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_config' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_config' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_config' Making install in ld_more_config make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_more_config' Making install in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_more_config/src' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_more_config/src' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_more_config/src' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_more_config/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_more_config' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_more_config' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_more_config' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_more_config' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_more_config' Making install in ld_multi_sector make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_multi_sector' Making install in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_multi_sector/src' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_multi_sector/src' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_multi_sector/src' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_multi_sector/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_multi_sector' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_multi_sector' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_multi_sector' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_multi_sector' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_multi_sector' Making install in ld_single_sector make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_single_sector' Making install in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_single_sector/src' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_single_sector/src' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_single_sector/src' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_single_sector/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_single_sector' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_single_sector' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_single_sector' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_single_sector' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld/ld_single_sector' make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld' make[3]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/ld' Making install in lms make[3]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms' Making install in lms_config make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_config' Making install in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_config/src' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_config/src' test -z "/usr/bin" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/bin" /bin/sh ../../../../../libtool --mode=install /usr/bin/install -c 'lms_config' '/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/bin/sick_lms_config' libtool: install: warning: `/builddir/build/BUILD/sicktoolbox-1.0.1/c++/drivers/lms/sicklms-1.0/libsicklms-1.0.la' has not been installed in `/usr/lib64' /usr/bin/install -c .libs/lms_config /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/bin/sick_lms_config make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_config/src' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_config/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_config' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_config' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_config' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_config' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_config' Making install in lms_mean_values make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_mean_values' Making install in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_mean_values/src' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_mean_values/src' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_mean_values/src' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_mean_values/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_mean_values' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_mean_values' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_mean_values' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_mean_values' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_mean_values' Making install in lms_partial_scan make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_partial_scan' Making install in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_partial_scan/src' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_partial_scan/src' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_partial_scan/src' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_partial_scan/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_partial_scan' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_partial_scan' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_partial_scan' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_partial_scan' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_partial_scan' Making install in lms_plot_values make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_plot_values' Making install in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_plot_values/src' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_plot_values/src' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_plot_values/src' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_plot_values/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_plot_values' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_plot_values' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_plot_values' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_plot_values' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_plot_values' Making install in lms_real_time_indices make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_real_time_indices' Making install in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_real_time_indices/src' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_real_time_indices/src' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_real_time_indices/src' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_real_time_indices/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_real_time_indices' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_real_time_indices' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_real_time_indices' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_real_time_indices' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_real_time_indices' Making install in lms_set_variant make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_set_variant' Making install in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_set_variant/src' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_set_variant/src' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_set_variant/src' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_set_variant/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_set_variant' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_set_variant' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_set_variant' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_set_variant' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_set_variant' Making install in lms_simple_app make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_simple_app' Making install in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_simple_app/src' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_simple_app/src' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_simple_app/src' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_simple_app/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_simple_app' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_simple_app' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_simple_app' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_simple_app' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_simple_app' Making install in lms_stream_range_and_reflect make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_stream_range_and_reflect' Making install in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_stream_range_and_reflect/src' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_stream_range_and_reflect/src' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_stream_range_and_reflect/src' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_stream_range_and_reflect/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_stream_range_and_reflect' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_stream_range_and_reflect' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_stream_range_and_reflect' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_stream_range_and_reflect' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_stream_range_and_reflect' Making install in lms_subrange make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_subrange' Making install in src make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_subrange/src' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_subrange/src' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_subrange/src' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_subrange/src' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_subrange' make[6]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_subrange' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_subrange' make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_subrange' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms/lms_subrange' make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms' make[5]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms' make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms' make[3]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples/lms' make[3]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples' make[4]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples' make[3]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples' make[2]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++/examples' make[2]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++' make[3]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++' make[2]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++' make[1]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1/c++' make[1]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1' make[2]: Entering directory '/builddir/build/BUILD/sicktoolbox-1.0.1' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1' make[1]: Leaving directory '/builddir/build/BUILD/sicktoolbox-1.0.1' + rm -rf /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/lib64/libsickld-1.0.la /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/lib64/libsicklms-1.0.la + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: sicktoolbox-1.0.1-8.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JZDl8Q + umask 022 + cd /builddir/build/BUILD + cd sicktoolbox-1.0.1 + DOCDIR=/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/share/doc/sicktoolbox + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/share/doc/sicktoolbox + cp -pr AUTHORS /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/share/doc/sicktoolbox + cp -pr ChangeLog /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/share/doc/sicktoolbox + cp -pr README /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/share/doc/sicktoolbox + cp -pr THANKS /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/share/doc/sicktoolbox + cp -pr NEWS /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/share/doc/sicktoolbox + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.SJx0xk + umask 022 + cd /builddir/build/BUILD + cd sicktoolbox-1.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/share/licenses/sicktoolbox + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/share/licenses/sicktoolbox + cp -pr COPYING /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/share/licenses/sicktoolbox + exit 0 Provides: libsickld-1.0.so.0()(64bit) libsicklms-1.0.so.0()(64bit) sicktoolbox = 1.0.1-8.fc28 sicktoolbox(riscv-64) = 1.0.1-8.fc28 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libsickld-1.0.so.0()(64bit) libsicklms-1.0.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Processing files: sicktoolbox-devel-1.0.1-8.fc28.riscv64 Provides: sicktoolbox-devel = 1.0.1-8.fc28 sicktoolbox-devel(riscv-64) = 1.0.1-8.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libsickld-1.0.so.0()(64bit) libsicklms-1.0.so.0()(64bit) Processing files: sicktoolbox-doc-1.0.1-8.fc28.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fg3Cpl + umask 022 + cd /builddir/build/BUILD + cd sicktoolbox-1.0.1 + DOCDIR=/builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/share/doc/sicktoolbox-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/share/doc/sicktoolbox-doc + cp -pr manuals/sicktoolbox-RS-422.pdf manuals/sicktoolbox-quickstart.pdf /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64/usr/share/doc/sicktoolbox-doc + exit 0 Provides: sicktoolbox-doc = 1.0.1-8.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64 Wrote: /builddir/build/SRPMS/sicktoolbox-1.0.1-8.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/sicktoolbox-1.0.1-8.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/sicktoolbox-devel-1.0.1-8.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/noarch/sicktoolbox-doc-1.0.1-8.fc28.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.rdXfSZ + umask 022 + cd /builddir/build/BUILD + cd sicktoolbox-1.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/sicktoolbox-1.0.1-8.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff