[Super-tux-devel] Errors in sound libs.
Brought to you by:
wkendrick
From: Arjun A. <arj...@gm...> - 2004-03-10 10:32:08
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, My earlier problem is solved (thanks to Mr. Kratz00 in IRC). Now my problem is that I'm getting an error in make: gcc -Wall-O2 -I/usr/include/SDL -D_REENTRANT - -DDATA_PREFIX=\"/home/all/Desktop/Downloads/supertux/supertux/data/\" - -D__SOUND -D__OPENGL -DLINUX -DJOY_YES -DDEBUG -pg obj/supertux.o obj/setup.o obj/intro.o obj/title.o obj/scene.o obj/collision.o obj/bitmask.o obj/type.o obj/timer.o obj/text.o obj/texture.o obj/badguy.o obj/special.o obj/world.o obj/player.o obj/level.o obj/gameloop.o obj/screen.o obj/sound.o obj/high_scores.o obj/menu.o obj/leveleditor.o obj/globals.o obj/button.o obj/physic.o -o supertux -lSDL_mixer -lSDL_image -L/usr/lib - -Wl,-rpath,/usr/lib -lSDL -lpthread -L/usr/X11R6/lib -lGL obj/sound.o: In function `open_audio': obj/sound.o(.text+0x73): undefined reference to `Mix_SetPanning' obj/sound.o(.text+0x87): undefined reference to `Mix_SetPanning' obj/sound.o: In function `close_audio': obj/sound.o(.text+0xba): undefined reference to `Mix_UnregisterAllEffects' obj/sound.o(.text+0xc7): undefined reference to `Mix_UnregisterAllEffects' obj/sound.o: In function `play_sound': obj/sound.o(.text+0x1cd): undefined reference to `Mix_SetPanning' obj/sound.o(.text+0x1e5): undefined reference to `Mix_SetPanning' collect2: ld returned 1 exit status make: *** [supertux] Error 1 - ------ If I make with nosound: - ------ make supertux SDL_MIXER= NOSOUNDFLAG=NOSOUND make[1]: Entering directory `/home/all/Desktop/Downloads/supertux/supertux' make[1]: *** No rule to make target `supertux'. Stop. make[1]: Leaving directory `/home/all/Desktop/Downloads/supertux/supertux' make: *** [nosound] Error 2 - ---- I'm dieing of boredom. Please save me. Help! Evil withc of boredom is taking me away!! ;-> - -- Waiting for you to save me, Arjun - - Linux: Choose your freedom - -#-#- : ####[ GNU/Linux One Stanza Tip (LOST) ]####################### Sub : Sending winpopup message from linux LOST #540 To send a winpopup message to windows machines through SAMBA: #!/bin/sh # Usage: $0 netbiosname message echo $2 |smbclient -M $1 > /dev/null if [ $? -ne 0 ]; then echo "$0: failed"; exit 1; fi echo "Message sent successfully" ####[logsnaath (at) yahoo.com]################################ : -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQFATulQ9mAtgws7e1wRAtQoAJ9rmUlCRFVl95VKxMIDt4w03/ClswCggQca BR2MqxL3qtleJgCsmg5eYsw= =TXFT -----END PGP SIGNATURE----- |