[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 12:12:01 +0200 |
Thanks a lot, applied.
--strk;
On Wed, May 24, 2006 at 12:04:19PM +0200, Bernhard Rosenkraenzer wrote:
> On Wednesday, 24. May 2006 11:40, strk wrote:
> > 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.
>
> Still not compiling here:
>
> klash.cpp: In function 'int main(int, char**)':
> klash.cpp:435: 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:495: 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&)'
>
> The fix is simple though (attached).