enigma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Enigma-devel] Pbm compiling Enigma


From: Petr Machata
Subject: Re: [Enigma-devel] Pbm compiling Enigma
Date: Wed, 19 Feb 2003 18:49:20 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a; MultiZilla v1.1.33 (b)) Gecko/20021212

FAURAX Olivier wrote:
I've a problem compiling 0.7.0
Here is the last error message.
I'm not on the mailing-list, so if you find the bug, please send back to address@hidden

Thanks a lot....

if g++ -DHAVE_CONFIG_H -I. -I. -I. -I../lib-src -I../lib-src/lua -I/usr/include/SDL -D_REENTRANT -g -O2 -g -MT enigma-sound.o -MD -MP -MF ".deps/enigma-sound.Tpo" \
  -c -o enigma-sound.o `test -f 'sound.cc' || echo './'`sound.cc; \
then mv ".deps/enigma-sound.Tpo" ".deps/enigma-sound.Po"; \
else rm -f ".deps/enigma-sound.Tpo"; exit 1; \
fi
sound.cc: In function `Mix_Chunk *sound::ChunkFromRaw (const Uint8 *,
unsigned int, int, int, int)':
sound.cc:292: `Mix_QuickLoad_RAW' undeclared (first use this function)
sound.cc:292: (Each undeclared identifier is reported only once for
each function it appears in.)


I also got very similar error message while compiling one of CVS versions. It turned out that SDL 1.2.0 that I had installed didn't support one of mixer functions. Try to pick SDL_mixer 1.2.4, if you don't have it already, maybe it will fix your problem...

ant






reply via email to

[Prev in Thread] Current Thread [Next in Thread]