-
Notifications
You must be signed in to change notification settings - Fork 34
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
Another try at OGRE2.1/OGRE2.2 on Windows #177
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm able to compile ign-rendering6
with Ogre2.2 with this PR, but I'm not able to run any of the examples, it's failing in the dlopen
in this method Loader::Implementation::LoadLib
.
DCO ?
Signed-off-by: Michael Carroll <michael@openrobotics.org>
a58dddb
to
a122448
Compare
I think this broke our Windows CI: https://build.osrfoundation.org/job/ign_gazebo-ci-win/120/console
|
Ah, pulling a Windows machine out of CI to test this afternoon. |
This reverts commit 33908b1.
Signed-off-by: Michael Carroll <michael@openrobotics.org>
…azebosim#178) This reverts commit 33908b1. Signed-off-by: Louise Poubel <louise@openrobotics.org>
This provides logic for OGRE2.1 and OGRE2.2 packages from https://github.com/osrf/vcpkg-ports
Originally, we were relying on the cmake
find_package
mechanism, but if OGRE1.x and OGRE2.x are both installed via vcpkg, there are issues with the cmake logic.This eliminates all of the cmake logic that comes with OGRE2 and reimplements it locally to find plugins and components that are relevant to ignition development.
Signed-off-by: Michael Carroll michael@openrobotics.org