grid_map_utils fails to build with "error: cannot deduce template arguments for ‘greater’ from ()" when using gcc 8 #2718
Unanswered
sglee-morai
asked this question in
Q&A
Replies: 1 comment
-
UpdateI managed to build autoware.universe by excluding tensorrt_yolo and lidar_centerpoint, using GCC 9.4.0 For build (successful)colcon build --packages-skip-up-to [tensorrt_yolo [lidar_centerpoint]] --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release To run, (error)morai-bm01@moraibm01-Sys:~/autoware$ source install/setup.bash
not found: "/home/morai-bm01/autoware/install/lidar_centerpoint/share/lidar_centerpoint/local_setup.bash"
not found: "/home/morai-bm01/autoware/install/tensorrt_yolo/share/tensorrt_yolo/local_setup.bash" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I was trying to build Autoware.Universe, where the autoware repository commit is ba9d3c4e
My build fails while building grid_map_utils when using gcc version 8 (8.4 to be specific)
Build Environment
Why did I choose that specific version?
What if using GCC 9?
Error Details
How I tried to build the code
Log (Summary)
Log (Full)
Beta Was this translation helpful? Give feedback.
All reactions