You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
HEAD is now at 501b49a3 clang: Add support for C++ modules in deps
build/get_gn: line 28: python: command not found
CMake Error at /home/user/catkin_ws/src/webrtc_ros/webrtc/CMakeLists.txt:51 (message):
cannot fetch GN build tool
Library Version:
ROS Version: ROS Noetic
Platform / OS: Ubuntu 20.04
Steps To Reproduce
catkin build webrtc_ros
Expected Behavior
successful build
Actual Behavior
build error due to the GN build tool
The text was updated successfully, but these errors were encountered:
I am also having a build issue using the same command. It appears that build.ninja file cannot be found, this was after I removed the FATAL_ERROR from the message in the CMakeLists.txt file that refers to the output of the bash script "prepare_webrtc_build". Perhaps your issue is related to this as well?
Description
HEAD is now at 501b49a3 clang: Add support for C++ modules in deps
build/get_gn: line 28: python: command not found
CMake Error at /home/user/catkin_ws/src/webrtc_ros/webrtc/CMakeLists.txt:51 (message):
cannot fetch GN build tool
Steps To Reproduce
catkin build webrtc_ros
Expected Behavior
successful build
Actual Behavior
build error due to the GN build tool
The text was updated successfully, but these errors were encountered: