Gentoo Problem During Configure
Moderator: Forum Moderators
Forum rules
Before reporting issues in this section, you must read the following topic:
Before reporting issues in this section, you must read the following topic:
Gentoo Problem During Configure
Hey guys, first time poster, long time player, but I've never had a problem before.
here is my error
What could it possilbly be?
How do I fix it?
All help is appreciated
here is my error
Now, I know I have SDL_mixer installed. I tried thru the ebuild and manually compiling it.checking for XOpenDisplay in -lX11... yes
checking for sdl-config... /usr/bin/sdl-config
checking for libpng-config... /usr/bin/libpng-config
checking for SDL - version >= 1.2.7... yes
checking for gnome-config... /usr/bin/gnome-config
checking for kde-config... no
checking for libtool... /usr/bin/libtool
checking for IMG_Load in -lSDL_image... yes
checking for Mix_OpenAudio in -lSDL_mixer... no
configure: error: *** SDL_mixer lib not found! Get SDL_mixer from
http://www.libsdl.org/projects/SDL_mixer/index.html
!!! ERROR: games-strategy/wesnoth-0.9.5 failed.
!!! Function egamesconf, Line 64, Exitcode 1
!!! egamesconf failed
!!! If you need support, post the topmost build error, NOT this status message.
What could it possilbly be?
How do I fix it?
All help is appreciated
Playing Wesnoth since 0.8.4
Re: Gentoo Problem During Configure
You need SDL_mixer-dev also.stobbsm wrote:configure: error: *** SDL_mixer lib not found! Get SDL_mixer from
http://www.libsdl.org/projects/SDL_mixer/index.html
Now, I know I have SDL_mixer installed.
-
- Posts: 209
- Joined: October 27th, 2004, 8:24 am
- Location: New Zealand
Perhaps you have old or broken dependencies. Could you try the following for me?
You may want to go get a pizza during that depending on your connection speed and machine speed (get distcc first if you have more than one machine). Oh, and for reference, my sdl-mixer is;
... and this package should be a one stop shop containing:
Further, the dependencies for Wesnoth in Gentoo as related to SDL are;
Can you check your versions of these packages? Specifically libsdl and sdl-mixer
Code: Select all
emerge sync
emerge -v depclean
revdep-rebuild -v
emerge -uDv wesnoth
Code: Select all
* media-libs/sdl-mixer
Latest version available: 1.2.6
Latest version installed: 1.2.6
Size of downloaded files: 1,120 kB
Homepage: http://www.libsdl.org/projects/SDL_mixer/index.html
Description: Simple Direct Media Layer Mixer Library
License: LGPL-2
Code: Select all
/usr/include/SDL/SDL_mixer.h
/usr/lib/libSDL_mixer-1.2.so.0 -> libSDL_mixer-1.2.so.0.2.4
/usr/lib/libSDL_mixer-1.2.so.0.2.4
/usr/lib/libSDL_mixer.a
/usr/lib/libSDL_mixer.la
/usr/lib/libSDL_mixer.so -> libSDL_mixer-1.2.so.0.2.4
Code: Select all
breeble@goku ~ $ equery depgraph wesnoth|grep sdl
`-- media-libs/libsdl-1.2.8-r1
`-- media-libs/sdl-image-1.2.3-r1
`-- media-libs/sdl-mixer-1.2.6
`-- media-libs/sdl-net-1.2.5
-
- Posts: 199
- Joined: May 26th, 2004, 9:38 pm
+mp3, +mikmod, +vorbis. This is all.
Config.log only say that: SDL_mixer lib not found !
Everything is same as Breeblebox said.
...and SDL-mixer is remerged, but same problem.
Config.log only say that: SDL_mixer lib not found !
Everything is same as Breeblebox said.
Code: Select all
/usr/include/SDL/SDL_mixer.h
/usr/lib/libSDL_mixer-1.2.so.0 -> libSDL_mixer-1.2.so.0.2.4
/usr/lib/libSDL_mixer-1.2.so.0.2.4
/usr/lib/libSDL_mixer.a
/usr/lib/libSDL_mixer.la
/usr/lib/libSDL_mixer.so -> libSDL_mixer-1.2.so.0.2.4
It's all:
Code: Select all
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char Mix_OpenAudio ();
| int
| main ()
| {
| Mix_OpenAudio ();
| ;
| return 0;
| }
configure:9173: result: no
configure:9182: error: *** SDL_mixer lib not found! Get SDL_mixer from
http://www.libsdl.org/projects/SDL_mixer/index.html