> 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:b...@xabber.de
http://identi.ca/bwy

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

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

Reply via email to