gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] LocalConnection


From: Benjamin Wolsey
Subject: Re: [Gnash-dev] LocalConnection
Date: Fri, 12 Feb 2010 13:31:52 +0100

> after the compilation i have this link error:
> 
> SharedMem.cpp:(.text+0x0): multiple definition of
> `gnash::attached(gnash::SharedMem const&)'
> ../libcore/.libs/libgnashcore.a(LocalConnection_as.o):LocalConnection_as.cpp:(.text+0xc):
>  first defined here
> 
> it seems that LocalConnection_as.cpp has not been removed from libcore

The problem is more likely that I forgot to declare it inline, which can
cause multiple definitions if a function is declared in a header.

I've committed this change, so please let me know if it fixes the
problem.

bwy

--
The current release of Gnash is 0.8.6
http://www.gnu.org/software/gnash/

Benjamin Wolsey, Software Developer - http://benjaminwolsey.de
C++ and Open-Source Flash blog - http://www.benjaminwolsey.de/bwysblog

xmpp:address@hidden
http://identi.ca/bwy

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


reply via email to

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