Jarvik7 / sdl-wii

Automatically exported from code.google.com/p/sdl-wii
0 stars 0 forks source link

SDL_mixer failed on linking #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Firstly, thanks for your amazing work on this port !!

Now, my problem :p

What steps will reproduce the problem?
1. Try using SDL_mixer to launch .mid sounds.

What is the expected output? What do you see instead?
I didn't have syntax error or others. But, on linking, i've this issue : 

d:/devkitPro/libogc/lib/wii\libsmpeg.a(mpeglayer3.o):(.eh_frame+0x11):
undefined reference to `__gxx_personality_v0'
d:/devkitPro/libogc/lib/wii\libsmpeg.a(smpeg.o):(.eh_frame+0x12): undefined
reference to `__gxx_personality_v0'
d:/devkitPro/libogc/lib/wii\libsmpeg.a(mpegtoraw.o):(.eh_frame+0x11):
undefined reference to `__gxx_personality_v0'
d:/devkitPro/libogc/lib/wii\libsmpeg.a(MPEG.o):(.eh_frame+0x12): undefined
reference to `__gxx_personality_v0'
d:/devkitPro/libogc/lib/wii\libsmpeg.a(MPEGstream.o):(.eh_frame+0x12):
undefined reference to `__gxx_personality_v0'
d:/devkitPro/libogc/lib/wii\libsmpeg.a(MPEGsystem.o):(.eh_frame+0x12): more
undefined references to `__gxx_personality_v0' follow
collect2: ld returned 1 exit status
make[1]: *** [/d/test/test.elf] Error 1
"make": *** [build] Error 2

What version of the product are you using? On what operating system?
libogc rev 3744, sdl_wii rev 76, windows 7 64bits.

Please provide any additional information below.
sdl_wii was compile with the last libogc. I still have an issue when i try
to compile sdl_mixer (miss some headers files : smepg.h and MPEGfilter.h).
So i copy these files from smpeg folder. Maybe undefined references is
caused by that...

Best regards

Original issue reported on code.google.com by orwel....@free.fr on 4 Oct 2009 at 9:55

GoogleCodeExporter commented 9 years ago
try again with the latest SDL wii
remember that you need to make and make install smpeg first

Original comment by dborth@gmail.com on 7 Dec 2009 at 6:56

GoogleCodeExporter commented 9 years ago
thanks for reply. I still have this issue, but i think something is missing 
somewere
in my prog... Doesn't matter ^^
Thanks !

Original comment by orwel....@free.fr on 8 Dec 2009 at 4:52