-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation warnings when compiling with ogre 1.9 #995
Comments
Original comment by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033). it's gonna be ugly replacing all May be we should our own function that does the version check in just one place, e.g.
|
Original comment by Nate Koenig (Bitbucket: Nathan Koenig). I second Ian's idea. We could put that function in |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). I third Ian's idea. We should put it in gazebo/rendering/ogre_gazebo.h |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig). I believe this is not nessary, as long as we make the minimum version of OGRE 1.8. Both ogre 1.8 and 1.9 have the API function needed to fix the warning. |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
|
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
Discovered while reviewing pull request #883:
There's a lot of deprecation warnings when compiling gazebo against ogre 1.9:
Full text of warnings here
The text was updated successfully, but these errors were encountered: