@PedroHLC package has been updated can you confirm if you still face the error.
Search Criteria
Package Details: ignition-transport 13.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ignition-transport.git (read-only, click to copy) |
---|---|
Package Base: | ignition-transport |
Description: | Transport library for component communication based on publication/subscription and service calls. |
Upstream URL: | https://gazebosim.org/libs/transport |
Licenses: | Apache |
Groups: | development |
Submitter: | bchretien |
Maintainer: | acxz |
Last Packager: | acxz |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-30 02:51 (UTC) |
Last Updated: | 2023-11-22 23:53 (UTC) |
Dependencies (10)
- ignition-msgsAUR (ignition-msgs-5AUR)
- ignition-toolsAUR (ignition-tools-1AUR)
- ignition-utilsAUR (ignition-utils-1AUR)
- libutil-linux (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR, util-linux-libs)
- protobuf (protobuf-gitAUR)
- protobuf-c (protobuf-c-gitAUR)
- tinyxml2 (tinyxml2-gitAUR)
- zeromq (zeromq-gitAUR)
- ignition-cmakeAUR (ignition-cmake-2AUR) (make)
- util-linux (busybox-coreutilsAUR, util-linux-selinuxAUR, util-linux-aesAUR) (make)
Required by (4)
Sources (1)
acxz commented on 2021-07-02 15:52 (UTC)
PedroHLC commented on 2020-04-06 19:23 (UTC)
Building dies with a bunch of:
undefined reference to `tinyxml2...
acxz commented on 2020-02-03 02:19 (UTC) (edited on 2022-05-09 16:23 (UTC) by acxz)
Development is on Github: https://github.com/acxz/gazebo-arch Please open issues and PRs there instead of commenting.
acxz commented on 2019-11-27 01:03 (UTC)
@joaocandre Go ahead and clean build all ignition-*
packages, specifically ignition-msgs
. That should fix it.
joaocandre commented on 2019-11-26 23:38 (UTC)
Suddenly I am encountering errors compiling this, apparently to recent protobuf
updates:
...
/usr/include/ignition/msgs4/ignition/msgs/actuators.pb.h:17:2: error: #error This file was generated by an older version of protoc which is
17 | #error This file was generated by an older version of protoc which is
| ^~~~~
/usr/include/ignition/msgs4/ignition/msgs/actuators.pb.h:18:2: error: #error incompatible with your Protocol Buffer headers. Please
18 | #error incompatible with your Protocol Buffer headers. Please
| ^~~~~
/usr/include/ignition/msgs4/ignition/msgs/actuators.pb.h:19:2: error: #error regenerate this file with a newer version of protoc.
19 | #error regenerate this file with a newer version of protoc.
| ^~~~~
...
acxz commented on 2019-08-13 14:53 (UTC) (edited on 2019-10-08 06:56 (UTC) by acxz)
No no not your fault, I was lazy and had only posted the warning on the ros-melodic-desktop-full
page since I didn't really think people would install this package on its own. I realize now that I should have posted the warning here as well.
EDIT: libpgm has been patched with the fix to the error.
PedroHLC commented on 2019-08-13 14:47 (UTC)
@acxz Thanks for the fast response! Sorry for asking something that had a bug report.
PedroHLC commented on 2019-08-13 13:50 (UTC)
I'm getting:
CMake Error in src/CMakeLists.txt:
Imported target "ZeroMQ::ZeroMQ" includes non-existent path
"/usr/lib/pgm-5.2/include"
in its INTERFACE_INCLUDE_DIRECTORIES.
Is that a problem with ZeroMQ or something that needs fix here?
Pinned Comments
acxz commented on 2020-02-03 02:19 (UTC) (edited on 2022-05-09 16:23 (UTC) by acxz)
Development is on Github: https://github.com/acxz/gazebo-arch Please open issues and PRs there instead of commenting.