-
Notifications
You must be signed in to change notification settings - Fork 36
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
MacOS fatal error: 'SDL.h' file not found #45
Comments
Same issue on Catalina with qt 5.15.1 (though admittedly https://github.com/christopherpow/nesicide/ mandates Qt 5.12.6...) |
I don't have the bandwidth to test moving to a new Qt version, but the SDL.h dependency should be located in the dependencies package that the build script downloads -- shouldn't be related to Qt version. |
@christopherpow ah, I think I figured out my issue:
Prefer Also, adding |
Though now my build is failing with:
which I suspect is a genuine Qt version issue. |
Hmm, though or that one, I found a similar bug report here: and as suggested, I added |
Yes that must be a Qt version issue as it builds fine with the recommended version. wget is available in both Travis and AppVeyor environments so I used it. |
I'm using MacOs 10.14.5. Qt 5.6.2
Cloned the repo, fixed some minor stuff and got stuck at this error:
What I've changed in the project so far:
I've updated the ./osx-build.sh to look for the files in the correct directory and added "NULL" at QAction constructor, although I know nothing about QT.
But, after all that, got stuck at this error.
The text was updated successfully, but these errors were encountered: