gazebosim / gz-fuel-tools

A client library and command line tools for interacting with Gazebo Fuel servers.
https://gazebosim.org
Apache License 2.0
12 stars 20 forks source link

Command line tools failing on Windows and macOS #113

Open chapulina opened 4 years ago

chapulina commented 4 years ago

The ign_TESTs fail on homebrew with:

31: Expected: (output.find(g_version)) != (std::string::npos), actual: 18446744073709551615 vs 18446744073709551615
31: I cannot find any available 'ign' command:
31:     * Did you install any ignition library?
31:     * Did you set the IGN_CONFIG_PATH environment variable?
31:         E.g.: export IGN_CONFIG_PATH=$HOME/local/share/ignition

And on Windows with:

31: D:\Jenkins\workspace\ignition_fuel-tools-ci-pr_any-windows7-amd64\ws\ign-fuel-tools\src\ign_TEST.cc(57): error: Expected: (output.find(g_version)) != (std::string::npos), actual: 18446744073709551615 vs 18446744073709551615
31: 'ign' is not recognized as an internal or external command,
31: operable program or batch file.
simonbogh commented 3 years ago

Experiencing the same issue on macOS Catalina 10.15.6. Did export the path but I still receive the same error and gazebo will not launch.

chapulina commented 3 years ago

gazebo will not launch

Related issue: https://github.com/ignitionrobotics/ign-gazebo/issues/25

chapulina commented 3 years ago

Possible fix coming from https://github.com/ignitionrobotics/ign-tools/issues/7