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 cmake support to solve build problem #7

Closed
wants to merge 2 commits into from

Conversation

Bestoa
Copy link
Contributor

@Bestoa Bestoa commented Mar 9, 2020

Hi,

I meet compile error on my Debian 9:
/usr/include/SDL2/SDL_mixer.h:25:10: fatal error: SDL_stdinc.h: No such file or directory
25 | #include "SDL_stdinc.h"
Seem you forget to add the include path in Makefile.
So add cmake support to solve the build issue.

Thanks
Bestoa

@rapiz1
Copy link
Owner

rapiz1 commented Mar 9, 2020

The Makefile is poorly tested on platforms other than Arch Linux. And there is some difference when it comes to where the package maintainers of different distros put headers. Anyway, thanks for your contribution and I will review it later.

@rapiz1 rapiz1 mentioned this pull request Sep 14, 2020
@rapiz1
Copy link
Owner

rapiz1 commented Sep 14, 2020

Close by #22

@rapiz1 rapiz1 closed this Sep 14, 2020
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.

None yet

2 participants