We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 902

Summary: [PATCH] SDL_net depends on wrong version of SDL and fails to find GUI
Product: SDL_net Reporter: esigra
Component: miscAssignee: 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

Description esigra 2009-12-14 07:59:52 UTC
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.
Comment 1 esigra 2009-12-14 08:04:31 UTC
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.
Comment 2 Sam Lantinga 2009-12-14 12:15:44 UTC
configure.in patch is now in subversion, thanks!