-
Notifications
You must be signed in to change notification settings - Fork 13
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
[gazebo] Gazebo fails to compile with graphviz 10 #94
Comments
Hello, I've found a workaround for this error. The issue is related to the version of Graphviz being used. The version of graphviz in pacman is version 10, but gazebo is compatible with version 9. Below are the detailed steps I followed to resolve the issue: I started by removing the version of graphviz that was currently installed on my system. I did this by executing the following command in the terminal:
Then, I cloned the graphviz version 9 package repository from Arch Linux's GitLab. For this, I used the following command:
Inside the cloned repository directory, I checked out to the specific 9.0.0-1 version of graphviz by executing:
With the correct version of the graphviz source code in the directory, I proceeded with compilation and installation using makepkg with the command:
After successfully installing the correct version of graphviz, I attempted to install Gazebo again through the AUR using makepkg -si command. This time, the installation process completed without the previous compilation errors. |
…allow building with graphviz 10. Fixes acxz#94
…allow building with graphviz 10. Fixes acxz#94
Also getting this error. Please update the PKGBUILD to include this patch. |
Hello, I'm getting this error when installing gazebo via yay, paru, or using makepkg -si
I'm using Arch Linux with kernel 6.6.17-1-lts
The text was updated successfully, but these errors were encountered: