gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] release branch


From: annonygmouse
Subject: Re: [Gnash-dev] release branch
Date: Mon, 30 Oct 2006 19:49:07 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; ca-AD; rv:1.7.13) Gecko/20060809 Debian/1.7.13-0.3

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:
address@hidden:~/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




reply via email to

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