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

MAC_ConfigureDISPMANX.sh configured SDL breaks compiling of some software #5

Open
joolswills opened this issue Dec 16, 2014 · 2 comments

Comments

@joolswills
Copy link

This breaks building of some SDL software -

fastdosbox - autoconfig looks for X11 KBD header, and if installed also assumes SDL was built with X11 support, and then it fails to build due to a missing struct member. Probably it should check if SDL was also built with X11 support. Is there a reason X11 support cannot also be included in your SDL build (even if not used) ?

linapple - requires CDROM support in SDL. Your build script disables this. I assume you can just enable it and all should be fine - Unless there was a specific reason you disabled it ?

@joolswills
Copy link
Author

I'm referring specifically to the default configure options in MAC_ConfigureDISPMANX.sh btw. Testing now building with X11 and cdrom support aswell as dispmanx.

@joolswills joolswills changed the title this SDL breaks compiling of some software MAC_ConfigureDISPMANX.sh configured SDL breaks compiling of some software Dec 16, 2014
@joolswills
Copy link
Author

Seems to work ok in my initial test with x11/cdrom enabled at least. I'll leave it with you as to whether you adjust the default build script etc. thanks.

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

No branches or pull requests

1 participant