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
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev



__________ Informazione NOD32 4108 (20090527) __________

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

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

Reply via email to