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
Suggestion: error in the message indicates there are missing dependencies and commands in the Dockerfile, which is causing the build to fail. Specifically, the cmake command is not found, and there are no make targets specified.
And ensure that the necessary dependencies are installed in the Docker image/file before running the build script
Or I guess try opening the Dockerfile used for building the image.
Make sure that the required dependencies, including cmake, are installed. example, and you can try adding the following line to install cmake:
$RUN apt-get update && apt-get install -y cmake
And after updating the 'Dockerfile' try building the Docker image again using the:
$sudo bash build.sh
else provide me with the source code to see if i can help :)
Hi
I have Ubuntu.22.04 and ros2 humble. Tried to run the
sudo bash build.sh
but then got this error.Any help?
The text was updated successfully, but these errors were encountered: