Skip to content
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

Add SDL to the travis script. #1002

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

SiegeLord
Copy link
Member

No description provided.

.travis.yml Outdated Show resolved Hide resolved
@SiegeLord
Copy link
Member Author

Current issues:

  • No dialog addon, so can't do the install test on Linux
  • Doesn't build on OSX

@dos1
Copy link
Contributor

dos1 commented Feb 9, 2019

I've looked into SDL on macOS.

  • the first issue is that the build system sets ALLEGRO_MACOSX and appends macOS files to the build
  • after fixing that, build fails on including GL headers, because the correct ones are behind ALLEGRO_MACOSX ifdef...
  • after fixing that too, it conflicts with the dialog addon
  • after disabling native dialogs, it builds :P

@SiegeLord
Copy link
Member Author

Ah, going above and beyond I see. Don't worry about it too much, I just wanted to note down what issues I hit so I remembered what was up if I returned to it. Thanks for investigating things regardless!

@dos1
Copy link
Contributor

dos1 commented Feb 9, 2019

Well, it just made me curious. I have a pretty convenient cross-compilation environment already setup, wouldn't bother otherwise :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants