Development is on Github: https://github.com/acxz/gazebo-arch Please open issues and PRs there instead of commenting.
Search Criteria
Package Details: ignition-msgs-5 5.11.0-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/ignition-msgs-5.git (read-only, click to copy) |
---|---|
Package Base: | ignition-msgs-5 |
Description: | Messages for Gazebo robot simulation. |
Upstream URL: | https://gazebosim.org/libs/msgs |
Licenses: | Apache |
Groups: | development |
Provides: | ignition-msgs |
Submitter: | Homalozoa |
Maintainer: | acxz |
Last Packager: | acxz |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-12-10 08:15 (UTC) |
Last Updated: | 2023-09-26 02:20 (UTC) |
Dependencies (10)
- ignition-mathAUR (ignition-math-6AUR)
- ignition-toolsAUR (ignition-tools-1AUR)
- ignition-utilsAUR (ignition-utils-1AUR)
- protobuf (protobuf-gitAUR)
- protobuf-c (protobuf-c-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- doxygen (doxygen-gitAUR) (make)
- ignition-cmakeAUR (ignition-cmake-2AUR) (make)
- ruby-ronn (ruby-ronn-ng) (make)
- tinyxml2 (tinyxml2-gitAUR) (make)
Required by (9)
- gazebo
- gazebo-git (requires ignition-msgs)
- ignition-fuel_tools (requires ignition-msgs)
- ignition-fuel_tools-4 (requires ignition-msgs)
- ignition-gazebo (requires ignition-msgs)
- ignition-gui (requires ignition-msgs)
- ignition-sensors (requires ignition-msgs)
- ignition-transport (requires ignition-msgs)
- ignition-transport-8 (requires ignition-msgs)
Sources (1)
Latest Comments
acxz commented on 2022-05-10 04:08 (UTC)
shtrophic commented on 2022-04-30 09:34 (UTC) (edited on 2022-04-30 09:35 (UTC) by shtrophic)
To (temporarily) solve the compilation-issues I forked the current v5.9.0 branch of ign-msgs and provided a PKG.d with PKGBUILD in branch ign-msgs5: https://github.com/Sir-Photch/ign-msgs/tree/ign-msgs5
Homalozoa commented on 2022-04-26 06:19 (UTC)
@billypilgrim, please wait for https://github.com/ignitionrobotics/ign-msgs/pull/242 release
billypilgrim commented on 2022-04-25 15:24 (UTC)
This package is no longer building for me :-(. I get the following error:
In file included from /tmp/makepkg/ignition-msgs-5/src/ign-msgs-ignition-msgs5_5.7.0/src/generator_main.cc:29:
/tmp/makepkg/ignition-msgs-5/src/ign-msgs-ignition-msgs5_5.7.0/src/Generator.hh:47:21: error: ‘string’ does not name a type; did you mean ‘stdin’?
47 | const string &_parameter,
| ^~~~~~
| stdin
/tmp/makepkg/ignition-msgs-5/src/ign-msgs-ignition-msgs5_5.7.0/src/Generator.hh:49:15: error: ‘string’ has not been declared
49 | string *_error) const;
| ^~~~~~
/tmp/makepkg/ignition-msgs-5/src/ign-msgs-ignition-msgs5_5.7.0/src/generator_main.cc: In function ‘int main(int, char**)’:
/tmp/makepkg/ignition-msgs-5/src/ign-msgs-ignition-msgs5_5.7.0/src/generator_main.cc:40:5: error: cannot declare variable ‘generator’ to be of abstract type ‘google::protobuf::compiler::cpp::Generator’
40 | generator("ignition-msgs-plugin");
Pinned Comments
acxz commented on 2022-05-10 04:08 (UTC)
Development is on Github: https://github.com/acxz/gazebo-arch Please open issues and PRs there instead of commenting.