-
Notifications
You must be signed in to change notification settings - Fork 8
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
CMake error: graphicswindow.cpp #15
Comments
Seems that this is no longer how things are done with OSG 3.4/3.6 (I can reproduce this error with OSG 3.6) |
@psi29a I've tried to manually build OSG 3.2 but alas...seems like it coincidentally has a build problem specifically on arch linux. Let me know if there's an easy fix for OSG 3.6. I'd love to try this out. |
Sadly no quick fix that I found. Even OpenMW does things slightly different here. |
@psi29a I deleted This is hacky, but figured I'd leave it as a comment in case someone stumble upon this issue later on... |
You must have done something else, as doing that for me doesn't change this:
Are you sure it is OSG 3.6 and not 3.2 or 3.4 ? |
@psi29a yes, the difference that I can see is that I did try to build 3.2 manually from cloning the source code on the branch 3.2... but I never made it past 3.6 was completely uninstalled at this point, after 3.2.3 failing, I reinstalled 3.6 using |
I made it work with the current OpenSceneGraph. Fixes are in this PR #16 |
I've installed the dependencies and am met with this error when trying to build:
Any advice?
I'm using arch linux. The dependencies/gcc are all recent/latest versions.
The text was updated successfully, but these errors were encountered: