acxz / gazebo-arch

A collection of Arch Linux PKGBUILDS for the Gazebo Simulator
18 stars 11 forks source link

[gazebo(-git)] fix build with the protobuf 24.3 and GraphViz 9.0 #85

Closed daizhirui closed 9 months ago

daizhirui commented 1 year ago

With the latest protobuf and protobuf-c installed, the current gazebo-git master branch cannot find the proto compiler successfully. A cmake.patch file is used to fix this issue.

daizhirui commented 12 months ago

The pull request #84 is also included.

acxz commented 9 months ago

@daizhirui thanks for the proposed fix! However, it is best to split up each fix into its own PR. Also for the protobuf fix, for now I believe it is easier to go ahead with solution by @kvkoskin in https://github.com/acxz/gazebo-arch/issues/88#issuecomment-1847543352, since it is much simpler and may not potentially introduce more errors.

daizhirui commented 9 months ago

@acxz Could you also apply the patch to gazebo-git? It is not updated yet in AUR.

acxz commented 9 months ago

rn I'm a bit busy with getting some of the ros-noetic packages up to speed. Do you mind making a PR for this? If you submit one soon, I'll have it merged by the end of the day.