On Mon, Jun 11, 2007 at 05:32:01PM +0200, Nicolas Lécureuil wrote: > Hi, > > I have some problems compiling Gnash 0.8.0 > > Does someone have an idea of what is wrong ? > > > > bXdmcp.so -ldl /usr/lib/libXau.so -lm > ../server/.libs/libgnashserver.so: undefined reference to > `gnash::sound_handler::convert_raw_data(short**, int*, void*, int, > int, int, bool, int, bool)' > collect2: ld returned 1 exit status > make[2]: *** [gparser] Error 1 > make[2]: *** Waiting for unfinished jobs.... > ../server/.libs/libgnashserver.so: undefined reference to > `gnash::sound_handler::convert_raw_data(short**, int*, void*, int, > int, int, bool, int, bool)' > collect2: ld returned 1 exit status
convert_raw_data should be in libgnashbackend.so. This was fixed by adding libgnashbackend as a dependency of libgnashserver. But we already have it the other way around, so it won't work either. See bug: http://savannah.gnu.org/bugs/index.php?20110 Btw, are you also building with MAD sound handler ? --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

