SDL 0.9.13 Error on Init

I get this:

Fatal Error on SDL init: Failed loading _SDL_LoadWAV_RW:
/usr/local/lib/libSDLx11.so.0.9: undefined symbol: _SDL_LoadWAV_RW

When starting my program which worked fine with 9.9, both SDL versions
compiled for X, any ideas? I use SDL_INIT_ALL.

Stuart Anderson

Okay, I found the problem, make install doesn’t seem to create a new
symlink for SDL-0.9.so just SDL-0.9.15.so?

Stuart

I get this:

Fatal Error on SDL init: Failed loading _SDL_LoadWAV_RW:
/usr/local/lib/libSDLx11.so.0.9: undefined symbol: _SDL_LoadWAV_RW

When starting my program which worked fine with 9.9, both SDL versions
compiled for X, any ideas? I use SDL_INIT_ALL.

You are running a program compiled with a newer version of the library
than the one installed on your system.

The development versions (odd minor version number) are not guaranteed
to be binary compatible with eachother, but the even versions are.

I will be moving the current version of SDL (0.9.15) to a stable
release 0.10.0 as soon as I get the documentation updated.
The notes from my upcoming presentation at the Ottawa Linux Symposium
(http://www.ottawalinuxsymposium.com/) will be available online as
soon as I convert them to HTML for the talk… sometime next week.
The notes have great tips and examples, so should be a valuable
resource for people wanting an introduction to SDL.

-Sam Lantinga				(slouken at devolution.com)

Lead Programmer, Loki Entertainment Software–
“Any sufficiently advanced bug is indistinguishable from a feature”
– Rich Kulawiec