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 - [PATCH] SDL_net depends on wrong version of SDL and fails to find GUI
Summary: [PATCH] SDL_net depends on wrong version of SDL and fails to find GUI
Status: RESOLVED FIXED
Alias: None
Product: SDL_net
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86_64 Linux
: P2 blocker
Assignee: Sam Lantinga
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-14 07:59 UTC by esigra
Modified: 2009-12-14 12:15 UTC (History)
0 users

See Also:


Attachments
patch that fixes the issues (3.27 KB, patch)
2009-12-14 07:59 UTC, esigra
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!