acxz / gazebo-arch

A collection of Arch Linux PKGBUILDS for the Gazebo Simulator
17 stars 10 forks source link

[sdformat] Error while building #91

Open piratecarrot opened 4 months ago

piratecarrot commented 4 months ago

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.

piratecarrot commented 4 months ago

I should note that I am using yay AUR manager, if that wasn't immediatebly obvious.