-
Notifications
You must be signed in to change notification settings - Fork 51
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
rendering3-3.5.0 fails to build with ogre/1.10.12 #374
Comments
We're explicitly depending on 1.8.0: |
Mmm, shouldn't it abort at configuration time if a different version is found then ? |
Yup, I'm surprised it didn't. There must be something weird going on in FindIgnOGRE |
I may be wrong, but I guess that I noticed that in conda-forge we have a local patch (https://github.com/conda-forge/libignition-rendering4-feedstock/blob/master/recipe/ogre-version.patch) to correctly compile with Ogre 1.10, that I think is inspired by a comment by @diegoferigo in robotology-legacy/gym-ignition#279 (comment) . Probably we just need to get that patch upstream to solve this issue, sorry for not submitting it before! |
PR submitted in #374 . |
Environment
Description
I was trying to build ignition-citadel using ogre/1.10.12, since it appears that it has issues with ogre/1.12.12 (gazebosim/gazebo-classic#2700). However, I hit the following compilation error:
Is there a missing version requirement for ogre for rendering3-3.5.0 ?
The same recipe builds fine against ogre/1.12.12.
The text was updated successfully, but these errors were encountered: