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

Update INSTALL with solution to SDL1 and SDL2 clash #498

Closed
wants to merge 1 commit into from

Conversation

ryfactor
Copy link
Member

Build system bugs if you have SDL1 and SDL2 installed at the same time. See: https://attnam.com/posts/29409 for the type of error and https://attnam.com/posts/29417 for the workaround

Probably needs fixing at the cmake level

@ryfactor ryfactor added the Building compiling, etc. label Nov 21, 2018
@AquariusPower
Copy link
Contributor

AquariusPower commented Nov 21, 2018

what about dropping/deleting all the code related to DJGPP and SDL1 ?
has anyone tested any in the last 5 years ?
EDIT: by what I read, dropping the untested code will not fix SDL1 conflict tho.

@jakwings
Copy link
Member

jakwings commented Nov 24, 2018

This may help: export SDL2DIR=/path/to/include/SDL2;/path/to/lib

EDIT: It seems the lexigraphical sort order "SDL < SDL2" is the problem.

ryfactor pushed a commit that referenced this pull request Jan 19, 2019
@ryfactor ryfactor deleted the advise-SDL1-2-problem branch February 26, 2020 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Building compiling, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants