[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] compilation error for klash
From: |
strk |
Subject: |
Re: [Gnash] compilation error for klash |
Date: |
Wed, 24 May 2006 11:40:28 +0200 |
I've hopefully fixed the file_opener_callback stuff
(haven't tested it). Others are warning, most of which
from qt3. Please try again now.
--strk;
On Wed, May 24, 2006 at 11:29:36AM +0200, Patrice Dumas wrote:
> Hello,
>
> There is a compile error for klash, register_file_opener_callback not found,
> and indeed it is written in the ChangeLog
> utilities/processor.cpp: removed register_file_opener_callback()
>
> There are other errors I don't if they are a side effect of the other or other
> errors.
>
> I attach the error log.
>
> --
> Pat
> if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I../.. -I../../server
> -I../../libbase -I../../backend -I../../libgeometry -I/usr/include
> -I/usr/include/SDL -I/usr/include/SDL -I/usr/include/libxml2
> -I/usr/include/kde/kio -I/usr/include/kde -I/usr/lib/qt-3.3/include -I.
> -DQT_THREAD_SUPPORT -D_REENTRANT -g -O2 -ansi -Wall -MT
> klash.o -MD -MP -MF ".deps/klash.Tpo" -c -o klash.o klash.cpp; \
> then mv -f ".deps/klash.Tpo" ".deps/klash.Po"; else rm -f ".deps/klash.Tpo";
> exit 1; fi
> /usr/lib/qt-3.3/include/private/qucom_p.h:69: warning: 'struct QUBuffer' has
> virtual functions but non-virtual destructor
> /usr/lib/qt-3.3/include/private/qucom_p.h:77: warning: 'struct QUType' has
> virtual functions but non-virtual destructor
> /usr/lib/qt-3.3/include/private/qucom_p.h:104: warning: 'struct QUType_Null'
> has virtual functions but non-virtual destructor
> /usr/lib/qt-3.3/include/private/qucom_p.h:287: warning: 'struct QUType_enum'
> has virtual functions but non-virtual destructor
> /usr/lib/qt-3.3/include/private/qucom_p.h:307: warning: 'struct QUType_ptr'
> has virtual functions but non-virtual destructor
> /usr/lib/qt-3.3/include/private/qucom_p.h:326: warning: 'struct QUType_iface'
> has virtual functions but non-virtual destructor
> /usr/lib/qt-3.3/include/private/qucom_p.h:345: warning: 'struct QUType_idisp'
> has virtual functions but non-virtual destructor
> /usr/lib/qt-3.3/include/private/qucom_p.h:364: warning: 'struct QUType_bool'
> has virtual functions but non-virtual destructor
> /usr/lib/qt-3.3/include/private/qucom_p.h:383: warning: 'struct QUType_int'
> has virtual functions but non-virtual destructor
> /usr/lib/qt-3.3/include/private/qucom_p.h:403: warning: 'struct
> QUType_double' has virtual functions but non-virtual destructor
> /usr/lib/qt-3.3/include/private/qucom_p.h:423: warning: 'struct
> QUType_charstar' has virtual functions but non-virtual destructor
> /usr/lib/qt-3.3/include/private/qucom_p.h:444: warning: 'struct
> QUType_QString' has virtual functions but non-virtual destructor
> /usr/lib/qt-3.3/include/private/qucomextra_p.h:65: warning: 'struct
> QUType_QVariant' has virtual functions but non-virtual destructor
> /usr/lib/qt-3.3/include/private/qucomextra_p.h:87: warning: 'struct
> QUType_varptr' has virtual functions but non-virtual destructor
> klash.cpp: In function 'int main(int, char**)':
> klash.cpp:408: error: 'register_file_opener_callback' is not a member of
> 'gnash'
> klash.cpp:430: error: invalid initialization of reference of type 'const
> gnash::URL&' from expression of type 'const char*'
> ../../server/gnash.h:197: error: in passing argument 1 of 'void
> gnash::get_movie_info(const gnash::URL&, int*, int*, int*, float*, int*,
> int*)'
> klash.cpp:490: error: invalid initialization of reference of type 'const
> gnash::URL&' from expression of type 'const char*'
> ../../server/gnash.h:282: error: in passing argument 1 of
> 'gnash::movie_definition* gnash::create_library_movie(const gnash::URL&)'
> klash.cpp:260: warning: unused variable 'app'
> klash.cpp:274: warning: unused variable 'ticks'
> klash.cpp:512: warning: unused variable 'last_logged_fps'
> make: *** [klash.o] Error 1
> _______________________________________________
> Gnash mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnash
--
/"\ ASCII Ribbon Campaign
\ / Respect for low technology.
X Keep e-mail messages readable by any computer system.
/ \ Keep it ASCII.
- [Gnash] compilation error for klash, Patrice Dumas, 2006/05/24
- Re: [Gnash] compilation error for klash,
strk <=
- Re: [Gnash] compilation error for klash, Bernhard Rosenkraenzer, 2006/05/24
- Re: [Gnash] compilation error for klash, strk, 2006/05/24
- Re: [Gnash] compilation error for klash, Frédéric Point, 2006/05/24
- Re: [Gnash] compilation error for klash, Bastiaan Jacques, 2006/05/24
- Re: [Gnash] compilation error for klash, strk, 2006/05/24
- Re: [Gnash] compilation error for klash, Rob Savoye, 2006/05/24