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

SDL2 still linking dxerr.lib #2163

Closed
chaigler opened this issue Jan 24, 2018 · 2 comments
Closed

SDL2 still linking dxerr.lib #2163

chaigler opened this issue Jan 24, 2018 · 2 comments
Labels

Comments

@chaigler
Copy link
Contributor

chaigler commented Jan 24, 2018

SDL2 is still linking dxerr.lib on Windows. dxerr.lib was deprecated years ago and isn't included in any of the recent Windows SDKs so it breaks compilation unless the DX SDK is installed (gross). SDL2 doesn't actually use this lib so I'm not sure why it links it at all.

Here's some more info: davidsiaw/SDL2#1

Easy fix, just update the SDL2 make file to remove the dependency.

@Areloch
Copy link
Contributor

Areloch commented Jan 31, 2018

Fixed per PR.

@Areloch Areloch closed this as completed Jan 31, 2018
@chaigler
Copy link
Contributor Author

chaigler commented Jul 4, 2018

@Areloch - Looks like this creeped in again in one of the recent PRs. We're back to linking against dxerr.

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

No branches or pull requests

2 participants