error compiling al_sound.cpp on latest cvs

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
creche
Star Pilot
Star Pilot
Posts: 6
Joined: Wed Sep 24, 2003 5:24 pm
Location: Italy
Contact:

error compiling al_sound.cpp on latest cvs

Post by creche »

I'm using gentoo 1.4, Openal version openal-20020127, gcc 3.2.3

Code: Select all

g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/boost129  -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1      -DHAVE_AL=1   -I/usr/include/python2.2 -DHAVE_PYTHON=1  -DUSE_BOOST_129=1   -pipe  -falign-loops=2 -falign-jumps=2 -falign-functions=2  -I/usr/include/SDL -D_REENTRANT -D_REENTRANT -pipe -c -o al_sound.o `test -f 'al_sound.cpp' || echo './'`al_sound.cpp
al_sound.cpp: In function `int AUDCreateSoundWAV(const std::string&, bool,
   bool)':
al_sound.cpp:108: `alutLoadWAVMemory' undeclared (first use this function)
al_sound.cpp:108: (Each undeclared identifier is reported only once for each
   function it appears in.)
make[3]: *** [al_sound.o] Error 1
Greets.
give me beer.
Surfdargent
Developer
Developer
Posts: 153
Joined: Wed Jan 22, 2003 4:28 am
Location: Reunion Island
Contact:

Post by Surfdargent »

Can't you find a more recent OpenAL lib ?

I'm using 0.20030220 and it works just fine. HellcatV seemed to have that problem with an older version as well.
creche
Star Pilot
Star Pilot
Posts: 6
Joined: Wed Sep 24, 2003 5:24 pm
Location: Italy
Contact:

it works

Post by creche »

Mny thanks, i installed latest openal cvs snapshot and it compiles.
give me beer.
Post Reply