Wesnoth

I keep getting

“checking for IMG_Load in -lSDL_image… no
configure: error: *** SDL_image lib not found! Get
SDL_image from
http://www.libsdl.org/projects/SDL_image/index.html

when I try to ./configure wesnoth. Any Ideas?
I have tried on Mandrake 10.0 and 10.1
kernel 2.6

/usr/bin/sdl-config
1.2.8
/usr/share/doc/libSDL1.2-1.2.7
/usr/share/doc/libSDL1.2-1.2.7/README-SDL.txt
/usr/share/doc/libSDL1.2-1.2.7/BUGS
/usr/share/doc/libSDL1.2-1.2.7/COPYING
/usr/share/doc/libSDL1.2-1.2.7/CREDITS
/usr/share/doc/libSDL_mixer1.2-1.2.5
/usr/share/doc/libSDL_mixer1.2-1.2.5/COPYING.LESSER
/usr/share/doc/libSDL_mixer1.2-1.2.5/AUTHORS
/usr/share/doc/libSDL_mixer1.2-1.2.5/COPYING
/usr/share/doc/libSDL_mixer1.2-1.2.5/README
/usr/share/doc/libSDL_mixer1.2-1.2.5/FAQ
/usr/share/doc/libSDL_image1.2-1.2.3
/usr/share/doc/libSDL_image1.2-1.2.3/COPYING
/usr/share/doc/libSDL_net1.2-1.2.5
/usr/share/doc/libSDL_net1.2-1.2.5/CHANGES
/usr/share/doc/libSDL_net1.2-1.2.5/README
/usr/share/doc/libSDL_ttf2.0-2.0.6
/usr/share/doc/libSDL_ttf2.0-2.0.6/COPYING
/usr/share/doc/libSDL_ttf2.0-2.0.6/README
/usr/lib/libSDL-1.2.so.0.7.0
/usr/lib/libSDL-1.2.so.0
/usr/lib/libSDL_mixer-1.2.so.0
/usr/lib/libSDL_mixer-1.2.so.0.2.3
/usr/lib/libSDL_image-1.2.so.0.1.2
/usr/lib/libSDL_image-1.2.so.0
/usr/lib/libSDL_net-1.2.so.0.0.5
/usr/lib/libSDL_net-1.2.so.0
/usr/lib/libSDL_ttf-2.0.so.0.6.0
/usr/lib/libSDL_ttf-2.0.so.0
/usr/lib/libSDL_gfx.so.10.0.0
/usr/lib/libSDL_gfx.so.10
#define PACKAGE_TARNAME “wesnoth”
#define PACKAGE_VERSION “0.8.11”
#define STDC_HEADERS 1
#define VERSION “0.8.11”
#define WESNOTH_DEFAULT_SERVER “server.wesnoth.org
#endif
#ifdef __cplusplus
extern “C” void std::exit (int) throw (); using
std::exit;

configure: exit 1__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/

Hi,

You can check with:
nm /usr/lib/libSDL_image.so | grep IMG_Load

If the symbol is there you should get a output
from nm, when output missing then your lib is bad
in some way and you need to replace.

–Mats R

bon jovvvee wrote:> I keep getting

“checking for IMG_Load in -lSDL_image… no
configure: error: *** SDL_image lib not found! Get
SDL_image from
http://www.libsdl.org/projects/SDL_image/index.html

when I try to ./configure wesnoth. Any Ideas?
I have tried on Mandrake 10.0 and 10.1
kernel 2.6

/usr/bin/sdl-config
1.2.8
/usr/share/doc/libSDL1.2-1.2.7
/usr/share/doc/libSDL1.2-1.2.7/README-SDL.txt
/usr/share/doc/libSDL1.2-1.2.7/BUGS
/usr/share/doc/libSDL1.2-1.2.7/COPYING
/usr/share/doc/libSDL1.2-1.2.7/CREDITS
/usr/share/doc/libSDL_mixer1.2-1.2.5
/usr/share/doc/libSDL_mixer1.2-1.2.5/COPYING.LESSER
/usr/share/doc/libSDL_mixer1.2-1.2.5/AUTHORS
/usr/share/doc/libSDL_mixer1.2-1.2.5/COPYING
/usr/share/doc/libSDL_mixer1.2-1.2.5/README
/usr/share/doc/libSDL_mixer1.2-1.2.5/FAQ
/usr/share/doc/libSDL_image1.2-1.2.3
/usr/share/doc/libSDL_image1.2-1.2.3/COPYING
/usr/share/doc/libSDL_net1.2-1.2.5
/usr/share/doc/libSDL_net1.2-1.2.5/CHANGES
/usr/share/doc/libSDL_net1.2-1.2.5/README
/usr/share/doc/libSDL_ttf2.0-2.0.6
/usr/share/doc/libSDL_ttf2.0-2.0.6/COPYING
/usr/share/doc/libSDL_ttf2.0-2.0.6/README
/usr/lib/libSDL-1.2.so.0.7.0
/usr/lib/libSDL-1.2.so.0
/usr/lib/libSDL_mixer-1.2.so.0
/usr/lib/libSDL_mixer-1.2.so.0.2.3
/usr/lib/libSDL_image-1.2.so.0.1.2
/usr/lib/libSDL_image-1.2.so.0
/usr/lib/libSDL_net-1.2.so.0.0.5
/usr/lib/libSDL_net-1.2.so.0
/usr/lib/libSDL_ttf-2.0.so.0.6.0
/usr/lib/libSDL_ttf-2.0.so.0
/usr/lib/libSDL_gfx.so.10.0.0
/usr/lib/libSDL_gfx.so.10
#define PACKAGE_TARNAME “wesnoth”
#define PACKAGE_VERSION “0.8.11”
#define STDC_HEADERS 1
#define VERSION “0.8.11”
#define WESNOTH_DEFAULT_SERVER “server.wesnoth.org
#endif
#ifdef __cplusplus
extern “C” void std::exit (int) throw (); using
std::exit;

configure: exit 1

Hrm, out of curosity, do you have libSDL_image1.2-devel [or whatever the
package is called in Mandrake?]

-bill!On Tue, Mar 15, 2005 at 07:01:22AM -0800, bon jovvvee wrote:

I keep getting

“checking for IMG_Load in -lSDL_image… no
configure: error: *** SDL_image lib not found! Get
SDL_image from
http://www.libsdl.org/projects/SDL_image/index.html

Thanks for the help. I had different versions of
libSDL_iamge and libSDL_image-dev. I removed the MDK
version and installed new versions from the site.
Every thing works now. Thanks again.

— Mats Rojestal <mats.rojestal at bredband.net> wrote:> Hi,

You can check with:
nm /usr/lib/libSDL_image.so | grep IMG_Load

If the symbol is there you should get a output
from nm, when output missing then your lib is bad
in some way and you need to replace.

–Mats R

bon jovvvee wrote:

I keep getting

"checking for IMG_Load in -lSDL_image… no
configure: error: *** SDL_image lib not found! Get
SDL_image from

http://www.libsdl.org/projects/SDL_image/index.html"

when I try to ./configure wesnoth. Any Ideas?
I have tried on Mandrake 10.0 and 10.1
kernel 2.6

/usr/bin/sdl-config
1.2.8
/usr/share/doc/libSDL1.2-1.2.7
/usr/share/doc/libSDL1.2-1.2.7/README-SDL.txt
/usr/share/doc/libSDL1.2-1.2.7/BUGS
/usr/share/doc/libSDL1.2-1.2.7/COPYING
/usr/share/doc/libSDL1.2-1.2.7/CREDITS
/usr/share/doc/libSDL_mixer1.2-1.2.5

/usr/share/doc/libSDL_mixer1.2-1.2.5/COPYING.LESSER

/usr/share/doc/libSDL_mixer1.2-1.2.5/AUTHORS
/usr/share/doc/libSDL_mixer1.2-1.2.5/COPYING
/usr/share/doc/libSDL_mixer1.2-1.2.5/README
/usr/share/doc/libSDL_mixer1.2-1.2.5/FAQ
/usr/share/doc/libSDL_image1.2-1.2.3
/usr/share/doc/libSDL_image1.2-1.2.3/COPYING
/usr/share/doc/libSDL_net1.2-1.2.5
/usr/share/doc/libSDL_net1.2-1.2.5/CHANGES
/usr/share/doc/libSDL_net1.2-1.2.5/README
/usr/share/doc/libSDL_ttf2.0-2.0.6
/usr/share/doc/libSDL_ttf2.0-2.0.6/COPYING
/usr/share/doc/libSDL_ttf2.0-2.0.6/README
/usr/lib/libSDL-1.2.so.0.7.0
/usr/lib/libSDL-1.2.so.0
/usr/lib/libSDL_mixer-1.2.so.0
/usr/lib/libSDL_mixer-1.2.so.0.2.3
/usr/lib/libSDL_image-1.2.so.0.1.2
/usr/lib/libSDL_image-1.2.so.0
/usr/lib/libSDL_net-1.2.so.0.0.5
/usr/lib/libSDL_net-1.2.so.0
/usr/lib/libSDL_ttf-2.0.so.0.6.0
/usr/lib/libSDL_ttf-2.0.so.0
/usr/lib/libSDL_gfx.so.10.0.0
/usr/lib/libSDL_gfx.so.10
#define PACKAGE_TARNAME “wesnoth”
#define PACKAGE_VERSION “0.8.11”
#define STDC_HEADERS 1
#define VERSION “0.8.11”
#define WESNOTH_DEFAULT_SERVER
"server.wesnoth.org"
#endif
#ifdef __cplusplus
extern “C” void std::exit (int) throw (); using
std::exit;

configure: exit 1


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/