You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/jenkins/workspace/ignition_common-ci-default-homebrew-amd64/ign-common/src/ColladaExporter.cc:44:32: error: no member named 'GetErrorStr1' in 'tinyxml2::XMLDocument'; did you mean 'ErrorStr'?
const char * error1 = _doc.GetErrorStr1();
^~~~~~~~~~~~
ErrorStr
/usr/local/Cellar/tinyxml2/6.0.0/include/tinyxml2.h:1814:14: note: 'ErrorStr' declared here
const char* ErrorStr() const;
^
/Users/jenkins/workspace/ignition_common-ci-default-homebrew-amd64/ign-common/src/ColladaExporter.cc:45:32: error: no member named 'GetErrorStr2' in 'tinyxml2::XMLDocument'; did you mean 'ErrorStr'?
const char * error2 = _doc.GetErrorStr2();
^~~~~~~~~~~~
ErrorStr
/usr/local/Cellar/tinyxml2/6.0.0/include/tinyxml2.h:1814:14: note: 'ErrorStr' declared here
const char* ErrorStr() const;
^
2 errors generated.
I think we'll need some ifdefs because the functions have been renamed.
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
Tinyxml2 version 6.0.0 was released into homebrew recently and has some API changes that cause build failures of ignition-common:
I think we'll need some ifdefs because the functions have been renamed.
The text was updated successfully, but these errors were encountered: