| Summary: | [PATCH] SDL_net depends on wrong version of SDL and fails to find GUI | ||
|---|---|---|---|
| Product: | SDL_net | Reporter: | esigra |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | blocker | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | patch that fixes the issues | ||
Unfortunately the patch also includes some changes to ltmain.sh, which I did not do by hand. I had to run some commands to make it work after my changes to configure.in. Then those change were made automatically. Please ignore that part of the patch and just run those commands yourself. configure.in patch is now in subversion, thanks! |
Created attachment 463 [details] patch that fixes the issues The attached patch fixes 2 problems in configure.in: 1. It checks for SDL_version 1.2.4 although it needs 1.2.14 (for SDL_reinterpret_cast). 2. It always fails to find GUI because it tries to build a C program. GUI is a C++ library.