Rob Savoye wrote:
I just made a release branch tagged with "release_0_7_2". You can change
a checked out source tree to this branch with
        cvs update -r release_0_7_2
or check it out using
        cvs checkout -r release_0_7_2 gnash

Trying to compile gnash using:
[EMAIL PROTECTED]:~/gnash_7.2$ ./autogen.sh && ./configure --enable-plugin --enable-sound=gst && make && make install

I get the following error:


g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../server -I../server/parser -I../libbase -I../backend -I../libgeometry -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DQT_THREAD_SUPPORT -D_REENTRANT -g -O2 -march=athlon64 -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -MT sound_handler_gst.lo -MD -MP -MF .deps/sound_handler_gst.Tpo -c sound_handler_gst.cpp -fPIC -DPIC -o .libs/sound_handler_gst.o sound_handler_gst.cpp: In member function 'virtual void GST_sound_handler::stop_all_sounds()': sound_handler_gst.cpp:608: warning: comparison of unsigned expression >= 0 is always true sound_handler_gst.cpp: In function 'gnash::sound_handler* gnash::create_sound_handler_gst()': sound_handler_gst.cpp:687: error: cannot allocate an object of abstract type 'GST_sound_handler' sound_handler_gst.cpp:103: note: because the following virtual functions are pure within 'GST_sound_handler': ../server/gnash.h:470: note: virtual void gnash::sound_handler::attach_aux_streamer(void (*)(void*, uint8*, int), void*) ../server/gnash.h:471: note: virtual void gnash::sound_handler::detach_aux_streamer(void*) ../server/gnash.h:476: note: virtual void gnash::sound_handler::convert_raw_data(int16_t**, int*, void*, int, int, int, bool)
make[2]: *** [sound_handler_gst.lo] Error 1
make[2]: Leaving directory `/home/jo/gnash_7.2/backend'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jo/gnash_7.2'
make: *** [all] Error 2

Compiling without --enable-sound=gst works.

Kind regards
Sebastià

Send instant messages to your online friends http://uk.messenger.yahoo.com


_______________________________________________
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to