******************************************************************************** conan install octomap/1.9.7@ --build=octomap --profile=/home/conan/w/BuildSingleReference/25952/d7035d6b-e8c5-4c2f-85f0-f1a6e3242dfb/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 4.9 Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=4.9 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++ compiler.version=4.9 os=Linux os_build=Linux [options] octomap:shared=False [build_requires] [env] octomap/1.9.7: Forced build from source Installing package: octomap/1.9.7 Requirements octomap/1.9.7 from local cache - Cache Packages octomap/1.9.7:3b345617ce2bd705ca33e4a8969fc7eb031ea30a - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK octomap/1.9.7: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK octomap/1.9.7: Copying sources to build folder octomap/1.9.7: Building your package in /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a octomap/1.9.7: Generator cmake created conanbuildinfo.cmake [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK octomap/1.9.7: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="4.9" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCONAN_CMAKE_POSITION_INDEPENDENT_CODE="ON" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DOCTOMAP_OMP="False" -DBUILD_TESTING="False" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a' ----------------- -- The C compiler identification is GNU 4.9.4 -- The CXX compiler identification is GNU 4.9.4 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Adjusting fPIC flag (ON) -- Conan: Checking correct version: 4.9 -- Conan: C++ stdlib: libstdc++ -- octomap building as Debug -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Compile octomap using: make -- Install octomap using: make install -- (be sure to set the correct CMAKE_INSTALL_PREFIX before) -- Compile API-documentation using: make docs -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a' '--' '-j3' ----------------- Scanning dependencies of target octomath-static [ 7%] Building CXX object source_subfolder/octomap/src/math/CMakeFiles/octomath-static.dir/Vector3.cpp.o [ 14%] Building CXX object source_subfolder/octomap/src/math/CMakeFiles/octomath-static.dir/Quaternion.cpp.o [ 21%] Building CXX object source_subfolder/octomap/src/math/CMakeFiles/octomath-static.dir/Pose6D.cpp.o [ 28%] Linking CXX static library ../../../../lib/liboctomath.a [ 28%] Built target octomath-static Scanning dependencies of target octomap-static [ 35%] Building CXX object source_subfolder/octomap/src/CMakeFiles/octomap-static.dir/AbstractOcTree.cpp.o [ 50%] Building CXX object source_subfolder/octomap/src/CMakeFiles/octomap-static.dir/AbstractOccupancyOcTree.cpp.o [ 50%] Building CXX object source_subfolder/octomap/src/CMakeFiles/octomap-static.dir/Pointcloud.cpp.o [ 57%] Building CXX object source_subfolder/octomap/src/CMakeFiles/octomap-static.dir/ScanGraph.cpp.o [ 64%] Building CXX object source_subfolder/octomap/src/CMakeFiles/octomap-static.dir/CountingOcTree.cpp.o [ 71%] Building CXX object source_subfolder/octomap/src/CMakeFiles/octomap-static.dir/OcTree.cpp.o [ 78%] Building CXX object source_subfolder/octomap/src/CMakeFiles/octomap-static.dir/OcTreeNode.cpp.o [ 85%] Building CXX object source_subfolder/octomap/src/CMakeFiles/octomap-static.dir/OcTreeStamped.cpp.o [ 92%] Building CXX object source_subfolder/octomap/src/CMakeFiles/octomap-static.dir/ColorOcTree.cpp.o [100%] Linking CXX static library ../../../lib/liboctomap.a [100%] Built target octomap-static octomap/1.9.7: Package '3b345617ce2bd705ca33e4a8969fc7eb031ea30a' built octomap/1.9.7: Build folder /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a octomap/1.9.7: Generated conaninfo.txt octomap/1.9.7: Generated conanbuildinfo.txt octomap/1.9.7: Generating the package octomap/1.9.7: Package folder /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a octomap/1.9.7: Calling package() ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a' '--target' 'install' '--' '-j3' ----------------- [ 28%] Built target octomath-static [100%] Built target octomap-static Install the project... -- Install configuration: "Debug" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/AbstractOcTree.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/AbstractOccupancyOcTree.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/ColorOcTree.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/CountingOcTree.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/MCTables.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/MapCollection.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/MapCollection.hxx -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/MapNode.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/MapNode.hxx -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/OcTree.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/OcTreeBase.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/OcTreeBaseImpl.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/OcTreeBaseImpl.hxx -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/OcTreeDataNode.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/OcTreeDataNode.hxx -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/OcTreeIterator.hxx -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/OcTreeKey.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/OcTreeNode.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/OcTreeStamped.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/OccupancyOcTreeBase.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/OccupancyOcTreeBase.hxx -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/Pointcloud.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/ScanGraph.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/octomap.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/octomap_deprecated.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/octomap_timing.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/octomap_types.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/octomap_utils.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/math/Pose6D.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/math/Quaternion.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/math/Utils.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/include/octomap/math/Vector3.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/share/octomap/package.xml -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/share/ament_index/resource_index/packages/octomap -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/share/octomap/octomap-config.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/share/octomap/octomap-config-version.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/lib/pkgconfig/octomap.pc -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/lib/liboctomath.a -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/lib/liboctomap.a -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/share/octomap/octomap-targets.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/package/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/share/octomap/octomap-targets-debug.cmake [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK octomap/1.9.7 package(): Packaged 2 '.a' files: liboctomap.a, liboctomath.a octomap/1.9.7 package(): Packaged 1 '.cmake' file: conan-official-octomap-targets.cmake octomap/1.9.7 package(): Packaged 26 '.h' files octomap/1.9.7 package(): Packaged 6 '.hxx' files octomap/1.9.7 package(): Packaged 1 '.txt' file: LICENSE.txt octomap/1.9.7: Package '3b345617ce2bd705ca33e4a8969fc7eb031ea30a' created octomap/1.9.7: Created package revision 5b03876817ea3dfa4fc46de0a025cd5a [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeNode.h:37:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/AbstractOccupancyOcTree.h:39, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/AbstractOccupancyOcTree.cpp:35: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:72:27: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_DEBUG(...) fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:76:27: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_WARNING(...) fprintf(stderr, "WARNING: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:78:25: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_ERROR(...) fprintf(stderr, "ERROR: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.h:42:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTree.h:38, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/AbstractOcTree.cpp:36: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:72:27: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_DEBUG(...) fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:76:27: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_WARNING(...) fprintf(stderr, "WARNING: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:78:25: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_ERROR(...) fprintf(stderr, "ERROR: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/Pointcloud.h:39:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/Pointcloud.cpp:52: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:72:27: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_DEBUG(...) fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:76:27: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_WARNING(...) fprintf(stderr, "WARNING: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:78:25: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_ERROR(...) fprintf(stderr, "ERROR: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeNode.h:37:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/AbstractOccupancyOcTree.h:39, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/AbstractOccupancyOcTree.cpp:35: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/AbstractOccupancyOcTree.cpp: In member function 'bool octomap::AbstractOccupancyOcTree::readBinary(std::istream&)': /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:78:92: warning: ISO C++98 does not support the 'z' gnu_printf length modifier [-Wformat=] #define OCTOMAP_ERROR(...) fprintf(stderr, "ERROR: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/AbstractOccupancyOcTree.cpp:173:7: note: in expansion of macro 'OCTOMAP_ERROR' OCTOMAP_ERROR("Tree size mismatch: # read nodes (%zu) != # expected nodes (%d)\n",this->size(), size); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/Pointcloud.h:39:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/ScanGraph.h:41, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/ScanGraph.cpp:40: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:72:27: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_DEBUG(...) fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:76:27: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_WARNING(...) fprintf(stderr, "WARNING: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:78:25: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_ERROR(...) fprintf(stderr, "ERROR: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.h:44:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTree.h:38, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/AbstractOcTree.cpp:36: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.h:251:19: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] unsigned long long memoryFullGrid() const; ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.h:573:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.h:44, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTree.h:38, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/AbstractOcTree.cpp:36: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx: In member function 'std::istream& octomap::OcTreeBaseImpl::readNodesRecurs(NODE*, std::istream&)': /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx:830:45: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] std::bitset<8> children ((unsigned long long) children_char); ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx: At global scope: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx:850:17: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] unsigned long long OcTreeBaseImpl::memoryFullGrid() const{ ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx: In member function 'long long unsigned int octomap::OcTreeBaseImpl::memoryFullGrid() const': /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx:862:27: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] return (unsigned long long)((size_x/resolution) * (size_y/resolution) * (size_z/resolution) ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.h:506:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTree.h:38, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/AbstractOcTree.cpp:36: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx: In member function 'std::istream& octomap::OccupancyOcTreeBase::readBinaryNode(std::istream&, NODE*)': /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx:963:46: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] std::bitset<8> child1to4 ((unsigned long long) child1to4_char); ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx:964:46: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] std::bitset<8> child5to8 ((unsigned long long) child5to8_char); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.h:42:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTree.h:38, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/AbstractOcTree.cpp:36: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx: In instantiation of 'std::ostream& octomap::OccupancyOcTreeBase::writeBinaryData(std::ostream&) const [with NODE = octomap::OcTreeNode; std::ostream = std::basic_ostream]': /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/AbstractOcTree.cpp:211:1: required from here /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:72:66: warning: ISO C++98 does not support the 'z' gnu_printf length modifier [-Wformat=] #define OCTOMAP_DEBUG(...) fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx:947:5: note: in expansion of macro 'OCTOMAP_DEBUG' OCTOMAP_DEBUG("Writing %zu nodes to output stream...", this->size()); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.h:44:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBase.h:38, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/CountingOcTree.h:39, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/CountingOcTree.cpp:35: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:72:27: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_DEBUG(...) fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:76:27: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_WARNING(...) fprintf(stderr, "WARNING: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:78:25: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_ERROR(...) fprintf(stderr, "ERROR: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.h:42:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTree.h:38, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/OcTree.cpp:34: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:72:27: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_DEBUG(...) fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:76:27: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_WARNING(...) fprintf(stderr, "WARNING: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:78:25: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_ERROR(...) fprintf(stderr, "ERROR: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBase.h:38:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/CountingOcTree.h:39, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/CountingOcTree.cpp:35: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.h:251:19: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] unsigned long long memoryFullGrid() const; ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.h:573:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBase.h:38, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/CountingOcTree.h:39, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/CountingOcTree.cpp:35: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx: In member function 'std::istream& octomap::OcTreeBaseImpl::readNodesRecurs(NODE*, std::istream&)': /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx:830:45: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] std::bitset<8> children ((unsigned long long) children_char); ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx: At global scope: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx:850:17: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] unsigned long long OcTreeBaseImpl::memoryFullGrid() const{ ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx: In member function 'long long unsigned int octomap::OcTreeBaseImpl::memoryFullGrid() const': /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx:862:27: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] return (unsigned long long)((size_x/resolution) * (size_y/resolution) * (size_z/resolution) ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeNode.h:37:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/OcTreeNode.cpp:41: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:72:27: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_DEBUG(...) fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:76:27: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_WARNING(...) fprintf(stderr, "WARNING: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:78:25: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_ERROR(...) fprintf(stderr, "ERROR: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeNode.h:37:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeStamped.h:38, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/OcTreeStamped.cpp:34: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:72:27: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_DEBUG(...) fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:76:27: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_WARNING(...) fprintf(stderr, "WARNING: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:78:25: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_ERROR(...) fprintf(stderr, "ERROR: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.h:44:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTree.h:38, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/OcTree.cpp:34: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.h:251:19: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] unsigned long long memoryFullGrid() const; ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.h:573:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.h:44, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTree.h:38, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/OcTree.cpp:34: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx: In member function 'std::istream& octomap::OcTreeBaseImpl::readNodesRecurs(NODE*, std::istream&)': /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx:830:45: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] std::bitset<8> children ((unsigned long long) children_char); ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx: At global scope: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx:850:17: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] unsigned long long OcTreeBaseImpl::memoryFullGrid() const{ ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx: In member function 'long long unsigned int octomap::OcTreeBaseImpl::memoryFullGrid() const': /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx:862:27: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] return (unsigned long long)((size_x/resolution) * (size_y/resolution) * (size_z/resolution) ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.h:506:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTree.h:38, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/OcTree.cpp:34: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx: In member function 'std::istream& octomap::OccupancyOcTreeBase::readBinaryNode(std::istream&, NODE*)': /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx:963:46: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] std::bitset<8> child1to4 ((unsigned long long) child1to4_char); ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx:964:46: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] std::bitset<8> child5to8 ((unsigned long long) child5to8_char); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.h:44:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeStamped.h:39, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/OcTreeStamped.cpp:34: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.h:251:19: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] unsigned long long memoryFullGrid() const; ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.h:42:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTree.h:38, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/OcTree.cpp:34: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx: In instantiation of 'std::ostream& octomap::OccupancyOcTreeBase::writeBinaryData(std::ostream&) const [with NODE = octomap::OcTreeNode; std::ostream = std::basic_ostream]': /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/OcTree.cpp:54:1: required from here /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:72:66: warning: ISO C++98 does not support the 'z' gnu_printf length modifier [-Wformat=] #define OCTOMAP_DEBUG(...) fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx:947:5: note: in expansion of macro 'OCTOMAP_DEBUG' OCTOMAP_DEBUG("Writing %zu nodes to output stream...", this->size()); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.h:573:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.h:44, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeStamped.h:39, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/OcTreeStamped.cpp:34: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx: In member function 'std::istream& octomap::OcTreeBaseImpl::readNodesRecurs(NODE*, std::istream&)': /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx:830:45: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] std::bitset<8> children ((unsigned long long) children_char); ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx: At global scope: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx:850:17: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] unsigned long long OcTreeBaseImpl::memoryFullGrid() const{ ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx: In member function 'long long unsigned int octomap::OcTreeBaseImpl::memoryFullGrid() const': /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx:862:27: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] return (unsigned long long)((size_x/resolution) * (size_y/resolution) * (size_z/resolution) ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.h:506:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeStamped.h:39, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/OcTreeStamped.cpp:34: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx: In member function 'std::istream& octomap::OccupancyOcTreeBase::readBinaryNode(std::istream&, NODE*)': /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx:963:46: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] std::bitset<8> child1to4 ((unsigned long long) child1to4_char); ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx:964:46: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] std::bitset<8> child5to8 ((unsigned long long) child5to8_char); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeNode.h:37:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeStamped.h:38, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/OcTreeStamped.cpp:34: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx: In instantiation of 'std::ostream& octomap::OccupancyOcTreeBase::writeBinaryData(std::ostream&) const [with NODE = octomap::OcTreeNodeStamped; std::ostream = std::basic_ostream]': /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/OcTreeStamped.cpp:72:1: required from here /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:72:66: warning: ISO C++98 does not support the 'z' gnu_printf length modifier [-Wformat=] #define OCTOMAP_DEBUG(...) fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx:947:5: note: in expansion of macro 'OCTOMAP_DEBUG' OCTOMAP_DEBUG("Writing %zu nodes to output stream...", this->size()); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeNode.h:37:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/ColorOcTree.h:39, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/ColorOcTree.cpp:34: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:72:27: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_DEBUG(...) fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:76:27: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_WARNING(...) fprintf(stderr, "WARNING: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:78:25: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] #define OCTOMAP_ERROR(...) fprintf(stderr, "ERROR: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.h:44:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/ColorOcTree.h:40, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/ColorOcTree.cpp:34: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.h:251:19: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] unsigned long long memoryFullGrid() const; ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.h:573:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.h:44, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/ColorOcTree.h:40, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/ColorOcTree.cpp:34: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx: In member function 'std::istream& octomap::OcTreeBaseImpl::readNodesRecurs(NODE*, std::istream&)': /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx:830:45: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] std::bitset<8> children ((unsigned long long) children_char); ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx: At global scope: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx:850:17: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] unsigned long long OcTreeBaseImpl::memoryFullGrid() const{ ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx: In member function 'long long unsigned int octomap::OcTreeBaseImpl::memoryFullGrid() const': /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeBaseImpl.hxx:862:27: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] return (unsigned long long)((size_x/resolution) * (size_y/resolution) * (size_z/resolution) ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.h:506:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/ColorOcTree.h:40, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/ColorOcTree.cpp:34: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx: In member function 'std::istream& octomap::OccupancyOcTreeBase::readBinaryNode(std::istream&, NODE*)': /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx:963:46: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] std::bitset<8> child1to4 ((unsigned long long) child1to4_char); ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx:964:46: warning: ISO C++ 1998 does not support 'long long' [-Wlong-long] std::bitset<8> child5to8 ((unsigned long long) child5to8_char); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OcTreeNode.h:37:0, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/ColorOcTree.h:39, from /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/ColorOcTree.cpp:34: /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx: In instantiation of 'std::ostream& octomap::OccupancyOcTreeBase::writeBinaryData(std::ostream&) const [with NODE = octomap::ColorOcTreeNode; std::ostream = std::basic_ostream]': /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/src/ColorOcTree.cpp:260:1: required from here /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/octomap_types.h:72:66: warning: ISO C++98 does not support the 'z' gnu_printf length modifier [-Wformat=] #define OCTOMAP_DEBUG(...) fprintf(stderr, __VA_ARGS__), fflush(stderr) ^ /home/conan/w/BuildSingleReference/.conan/data/octomap/1.9.7/_/_/build/3b345617ce2bd705ca33e4a8969fc7eb031ea30a/source_subfolder/octomap/include/octomap/OccupancyOcTreeBase.hxx:947:5: note: in expansion of macro 'OCTOMAP_DEBUG' OCTOMAP_DEBUG("Writing %zu nodes to output stream...", this->size()); ^