-
Notifications
You must be signed in to change notification settings - Fork 75
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
Playing around with ogre 1.8 and 1.9. #24
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- For now they live in separate formula, but only for testing. - Eventually if ogre and rviz work with 1.9, we should update the ogre formula to 1.9 (and maybe keep versioned formulae areound) - The 1.8 formula builds on Mavericks, but since 1.8 did not really support libc++ and I more or less blindly backported some patches from 1.9 to make it compile, I am pretty sure that there are runtime issues. Focus should be on 1.9
[ogre1.9] Add fix for deallocating mWindow prematurely
Conflicts: gazebo2.rb
- update the sha to the latest 1.9 branch - the latest 1.9 branch seems to have some handling of the cocoa window issue different from the patch by hgaiser
Closed
Hey all, I'm having an issue installing 1.8 on osx 10.11.3 (el capitan)
How can I get around this? |
Merged
we have merged an ogre1.9 formula in #172 so I think this can be closed |
Sure. Thanks for cleaning up. |
This was referenced Apr 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ogre formula to 1.9 (and maybe keep versioned formulae areound)
support libc++ and I more or less blindly backported some patches
from 1.9 to make it compile, I am pretty sure that there are runtime
issues. Focus should be on 1.9
brew install ogre1.9 --devel
.This PR is more for testing out the updated formulae. I don't expect
it to get merged. See comments above.