gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] error when compiling the last trunk


From: Andrea Palmatè
Subject: Re: [Gnash-dev] error when compiling the last trunk
Date: Wed, 27 May 2009 12:18:40 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

it seems like if stubPrototype with an int parameter is not defined, but is used in functions like

ch->getGlobalNs()->stubPrototype(NSV::CLASS_FUNCTION);

where CLASS_FUNCTION is an integer

the only definition i have is void stubPrototype(string_table::key name);

Andrea

but there are some problems when i'm at link phase. i receive these errors:

/cygdrive/d/DevCon2009/gnash/libcore/asobj/.libs/libgnashasobjs.a(ClassHierarchy.o)(.text+0x38c): In function`gnash::ClassHierarchy::declareClass(gnash::ClassHierarchy::nativeClass const&)':: undefined reference to `gnash::asNamespace::stubPrototype(unsigned int)'
/cygdrive/d/DevCon2009/gnash/libcore/asobj/.libs/libgnashasobjs.a(ClassHierarchy.o)(.text+0x704): In function`gnash::ClassHierarchy::declareClass(gnash::ClassHierarchy::nativeClass const&)':: undefined reference to `gnash::asNamespace::stubPrototype(unsigned int)'
/cygdrive/d/DevCon2009/gnash/libcore/asobj/.libs/libgnashasobjs.a(ClassHierarchy.o)(.text+0x3430): In function `gnash::ClassHierarchy::declareClass(gnash::ClassHierarchy::extensionClass&)':: undefined reference to `gnash::asNamespace::stubPrototype(unsigned int)'
/cygdrive/d/DevCon2009/gnash/libcore/asobj/.libs/libgnashasobjs.a(Global.o)(.text+0xe90): In function `gnash::Global::Global(gnash::VM&, gnash::ClassHierarchy*)':: undefined reference to `gnash::asNamespace::stubPrototype(unsigned int)'
/cygdrive/d/DevCon2009/gnash/libcore/asobj/.libs/libgnashasobjs.a(Global.o)(.text+0xecc): In function `gnash::Global::Global(gnash::VM&, gnash::ClassHierarchy*)':: undefined reference to `gnash::asNamespace::stubPrototype(unsigned int)'
/cygdrive/d/DevCon2009/gnash/libcore/asobj/.libs/libgnashasobjs.a(Global.o)(.text+0xf44): more undefined references to `gnash::asNamespace::stubPrototype(unsigned int)' follow

Andrea


__________ Informazione NOD32 4108 (20090527) __________

Questo messaggio è stato controllato dal Sistema Antivirus NOD32
http://www.nod32.it

_______________________________________________ Gnash-dev mailing list address@hidden http://lists.gnu.org/mailman/listinfo/gnash-dev __________ Informazione NOD32 4108 (20090527) __________ Questo messaggio è stato controllato dal Sistema Antivirus NOD32 http://www.nod32.it


reply via email to

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