acxz / gazebo-arch

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

[gazebo] Can't find zmq.hpp #67

Closed ripxorip closed 1 year ago

ripxorip commented 1 year ago

Hi great work with the package.

It no longer compiles on my system as its looking for zmq.hpp while I have zmq.h under /usr/include/*

Is this a known error?

lounick commented 1 year ago

I also have something similar. ignition-transport fails to build as CMake complains that can't find cppzmq. It must be added as a dependency. For now you can install it manually using pacman -S cppzmq.

ripxorip commented 1 year ago

That makes sense, thank you @lounick