-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[sdformat] Error while building #91
Comments
I should note that I am using yay AUR manager, if that wasn't immediatebly obvious. |
Still cannot build on Arch Llinux, building fails with:
|
I cannot build as well with the same error as @BBArikL. I am using yay as AUR manager as well |
Same error here. |
I fixed this by going to |
#107 is a potential fix |
build/src/CMakeFiles/UNIT_parser_urdf_TEST.dir/flags.make:CXX_FLAGS = -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/home/xxxxx/.cache/yay/sdformat/src=/usr/src/debug/sdformat -flto=auto -O3 -DNDEBUG -Wall -Wextra -Wno-long-long -Wno-unused-value -Wfloat-equal -Wshadow -Winit-self -Wswitch-default -Wmissing-include-dirs -pedantic -std=c++17 -fvisibility=hidden -msse -msse2 -mfpmath=sse -msse3 -mssse3 -msse4.1 -msse4.2 -I/usr/include -I/opt/ros/humble/lib/pkgconfig/../../include/urdfdom -I/home/xxxxx/.cache/yay/ros2-humble/src/install/include/urdfdom_headers -I/home/xxxxx/.cache/yay/ros2-humble/src/build/console_bridge_vendor/console_bridge_vendor_install/include/console_bridge_vendor
Bizarre include directory, it is assuming that ros2-humble build location still exists, which it may or may not. In my case, it does not.
The text was updated successfully, but these errors were encountered: