Another Compiling Problem

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
claw

Another Compiling Problem

Post by claw »

hi, i have an problem with compiling VS (stable). I get this error, when i try to compile it:
3 -Xlinker -export-dynamic
aldrv/libaldrv.a(al_sound.o)(.text+0x2b4): In function `AUDCreateSoundWAV(std::basic_string<char, std::cha r_traits<char>, std::allocator<char> > const&, bool, bool)':
: undefined reference to `soundHash'
aldrv/libaldrv.a(al_sound.o)(.text+0x2ba): In function `AUDCreateSoundWAV(std::basic_string<char, std::cha r_traits<char>, std::allocator<char> > const&, bool, bool)':
: undefined reference to `soundHash'
aldrv/libaldrv.a(al_sound.o)(.text+0x50a): In function `AUDCreateSoundWAV(std::basic_string<char, std::cha r_traits<char>, std::allocator<char> > const&, bool, bool)':
: undefined reference to `soundHash'
aldrv/libaldrv.a(al_sound.o)(.text+0x907): In function `AUDCreateSoundMP3(std::basic_string<char, std::cha r_traits<char>, std::allocator<char> > const&, bool, bool)':
: undefined reference to `soundHash'
aldrv/libaldrv.a(al_sound.o)(.text+0xa42): In function `AUDCreateSoundMP3(std::basic_string<char, std::cha r_traits<char>, std::allocator<char> > const&, bool, bool)':
: undefined reference to `alutLoadMP3p'
aldrv/libaldrv.a(al_sound.o)(.text+0xabf): In function `AUDCreateSoundMP3(std::basic_string<char, std::cha r_traits<char>, std::allocator<char> > const&, bool, bool)':
: undefined reference to `soundHash'
aldrv/libaldrv.a(al_sound.o)(.text+0xfe7): In function `AUDDeleteSound(int, bool)':
: undefined reference to `unusedsrcs'
aldrv/libaldrv.a(al_sound.o)(.text+0xfed): In function `AUDDeleteSound(int, bool)':
: undefined reference to `unusedsrcs'
aldrv/libaldrv.a(al_sound.o)(.text+0x1005): In function `AUDDeleteSound(int, bool)':
: undefined reference to `unusedsrcs'
aldrv/libaldrv.a(al_sound.o)(.text+0x10a2): In function `AUDDeleteSound(int, bool)':
: undefined reference to `unusedsrcs'
aldrv/libaldrv.a(al_sound.o)(.text+0x10ff): In function `AUDAdjustSound(int, QVector const&, Vector const& )':
: undefined reference to `scalepos'
aldrv/libaldrv.a(al_sound.o)(.text+0x110f): In function `AUDAdjustSound(int, QVector const&, Vector const& )':
: undefined reference to `usepositional'
aldrv/libaldrv.a(al_sound.o)(.text+0x112c): In function `AUDAdjustSound(int, QVector const&, Vector const& )':
: undefined reference to `scalevel'
aldrv/libaldrv.a(al_sound.o)(.text+0x1192): In function `AUDAdjustSound(int, QVector const&, Vector const& )':
: undefined reference to `usedoppler'
aldrv/libaldrv.a(al_sound.o)(.text+0x13fe): In function `AUDStopPlaying(int)':
: undefined reference to `unusedsrcs'
aldrv/libaldrv.a(al_sound.o)(.text+0x140a): In function `AUDStopPlaying(int)':
: undefined reference to `unusedsrcs'
aldrv/libaldrv.a(al_sound.o)(.text+0x141f): In function `AUDStopPlaying(int)':
: undefined reference to `unusedsrcs'
aldrv/libaldrv.a(al_sound.o)(.text+0x1430): In function `AUDStopPlaying(int)':
: undefined reference to `unusedsrcs'
aldrv/libaldrv.a(al_sound.o)(.text+0x1478): In function `AUDReclaimSource(int)':
: undefined reference to `unusedsrcs'
aldrv/libaldrv.a(al_sound.o)(.text+0x147e): more undefined references to `unusedsrcs' follow
collect2: ld returned 1 exit status
make[3]: *** [vegastrike] Error 1
make[3]: Leaving directory `/home/claw/downloads/spiele/vegastrike-0.4.1-installer/vegastrike/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/claw/downloads/spiele/vegastrike-0.4.1-installer/vegastrike/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/claw/downloads/spiele/vegastrike-0.4.1-installer/vegastrike'
make: *** [all] Error 2
claw
Atmospheric Pilot
Atmospheric Pilot
Posts: 1
Joined: Tue Jul 06, 2004 1:31 pm
Contact:

Post by claw »

ok, forget about it, it had compiled successfully for some reason :D
Post Reply