Skip to content

Instantly share code, notes, and snippets.

@v4hn
Created June 26, 2020 13:52
Show Gist options
  • Save v4hn/96dd883a2b116f666539905b663b037c to your computer and use it in GitHub Desktop.
Save v4hn/96dd883a2b116f666539905b663b037c to your computer and use it in GitHub Desktop.
cd /home/v4hn/ros/melodic/moveit/build/libfcl-dev/src && /usr/bin/cmake -E __run_co_compile --iwyu="/home/v4hn/repos/include-what-you-use/build/bin/include-what-you-use;-Xiwyu;any;-Xiwyu;iwyu;-Xiwyu;args" -- /usr/bin/clang++ -Dfcl_EXPORTS -I/home/v4hn/ros/melodic/moveit/build/libfcl-dev/include -I/home/v4hn/ros/melodic/moveit/src/fcl/include -isystem /usr/include/eigen3 -g -fPIC -std=c++11 -W -Wall -Wextra -fvisibility=hidden -mfpmath=sse -msse -msse2 -msse3 -mssse3 -o
CMakeFiles/fcl.dir/narrowphase/collision.cpp.o -c /home/v4hn/ros/melodic/moveit/src/fcl/src/narrowphase/collision.cpp
Error running '/home/v4hn/repos/include-what-you-use/build/bin/include-what-you-use': In file included from /home/v4hn/ros/melodic/moveit/src/fcl/src/narrowphase/collision.cpp:38:
In file included from /home/v4hn/ros/melodic/moveit/src/fcl/include/fcl/narrowphase/collision-inl.h:41:
In file included from /home/v4hn/ros/melodic/moveit/src/fcl/include/fcl/narrowphase/collision.h:41:
In file included from /home/v4hn/ros/melodic/moveit/src/fcl/include/fcl/narrowphase/collision_object.h:41:
In file included from /usr/lib64/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0/memory:63:
In file included from /usr/lib64/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0/bits/allocator.h:46:
In file included from /usr/lib64/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0/x86_64-pc-linux-gnu/bits/c++allocator.h:33:
In file included from /usr/lib64/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0/ext/new_allocator.h:33:
In file included from /usr/lib64/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0/new:40:
In file included from /usr/lib64/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0/exception:143:
In file included from /usr/lib64/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0/bits/exception_ptr.h:38:
/usr/lib64/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../include/c++/9.3.0/bits/cxxabi_init_exception.h:38:10: fatal error: 'stddef.h' file not found
#include <stddef.h>
^~~~~~~~~~
Cycle in include-mapping:
"fcl/narrowphase/detail/convexity_based_algorithm/gjk_libccd.h" ->
"fcl/narrowphase/detail/convexity_based_algorithm/gjk_libccd.h"
/home/v4hn/repos/include-what-you-use/iwyu_include_picker.cc:927: Assertion failed: Cycle in include-mapping
Child aborted
make[2]: *** [src/CMakeFiles/fcl.dir/build.make:980: src/CMakeFiles/fcl.dir/narrowphase/collision.cpp.o] Error 1
make[2]: Leaving directory '/home/v4hn/ros/melodic/moveit/build/libfcl-dev'
make[1]: *** [CMakeFiles/Makefile2:1233: src/CMakeFiles/fcl.dir/all] Error 2
make[1]: Leaving directory '/home/v4hn/ros/melodic/moveit/build/libfcl-dev'
make: *** [Makefile:161: all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment