I had this same error when compiling on FC5 (32 bit) just after a reformat. For some reason the configure script doesn't catch missing vorbis development libraries. After getting that error I just installed the vorbis development libraries and it worked just fine. If you have the vorbis development libraries then it may be an incompatibility with the 64-bit versions which I can't really help you with.
On Mon, 2006-09-11 at 23:07 +0000, Leo Wandersleb wrote: > hi experts out there ;) > > i have an amd64 since a few days and the 0.8.21 .deb can't be installed > on it. so i tried the cvs but this went even worse as due to some > dependencies sdl and speex ... could not be installed. today these > dependencies seam to have been resolved and i could > apt-get install cvs libsdl1.2-dev libsdl-net1.2-dev libsdl-image1.2-dev > libsdl-ttf2.0-dev libspeex-dev > but now compile fails with two errors: > ... > Making all in src > make[2]: Entering directory `/home/leo/globulation/glob2/src' > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/SDL -D_GNU_SOURCE=1 > -D_REENTRANT @VORBIS_CFLAGS@ -I./../libgag/include -I/usr/include/SDL > -D_GNU_SOURCE=1 -D_REENTRANT -O3 -c AI.cpp > g++: @VORBIS_CFLAGS@: No such file or directory > make[2]: *** [AI.o] Error 1 > make[2]: Leaving directory `/home/leo/globulation/glob2/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/leo/globulation/glob2' > make: *** [all-recursive-am] Error 2 > > does anybody have an idea how to resolve this? i'd like to provide > glob2-0.8.22.amd64.deb if it's not too complicated > > greetings, leo > > > _______________________________________________ > glob2-devel mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/glob2-devel -- Do not be afraid to joust a giant just because some people insist on believing in windmills. _______________________________________________ glob2-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/glob2-devel
