--- strk <[EMAIL PROTECTED]> schrieb: > On Sat, May 03, 2008 at 12:47:08PM +0200, Olaf Klemke wrote: > > >Can't find the initialization he's talking about.. > > >is line 633 this one ? > > > > > > init_member("NaN", as_value(NAN)); > > > > > >--strk; > > > > It's this line only. If I comment it out, is there no error. > > Really ?! > I can't see what's different from: > > init_member("Infinity", as_value(INFINITY)); > > which is one line below... > Would changing the NAN with INFINITY fix the error too ? > > --strk; > Yes it works ... and compiles ....
up to the next problem /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../libnet -I../backend -I../server/swf -I../server/asobj -I../server/parser -I../libltdl -I../server/vm -I../libbase -I../libgeometry -I../libmedia -I.. -pthread -I/opt/gnome24/include/glib-2.0 -I/opt/gnome24/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include -pthread -I/usr/include/gstreamer-0.10 -I/opt/gnome24/include/glib-2.0 -I/opt/gnome24/lib/glib-2.0/include -I/usr/include/libxml2 -I../libmedia/gst -g -O2 -pthread -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -fvisibility-inlines-hidden -MT as_value.lo -MD -MP -MF ..deps/as_value.Tpo -c -o as_value.lo as_value.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I../libnet -I../backend -I../server/swf -I../server/asobj -I../server/parser -I../libltdl -I../server/vm -I../libbase -I../libgeometry -I../libmedia -I.. -pthread -I/opt/gnome24/include/glib-2.0 -I/opt/gnome24/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include -pthread -I/usr/include/gstreamer-0.10 -I/opt/gnome24/include/glib-2.0 -I/opt/gnome24/lib/glib-2.0/include -I/usr/include/libxml2 -I../libmedia/gst -g -O2 -pthread -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -fvisibility-inlines-hidden -MT as_value.lo -MD -MP -MF .deps/as_value.Tpo -c as_value.cpp -fPIC -DPIC -o .libs/as_value.o as_value.cpp: In member function 'double gnash::as_value::to_number() const': as_value.cpp:446: error: jump to case label as_value.cpp:444: error: crosses initialization of 'gnash::as_value::to_number() const::<anonymous union> <anonymous>' as_value.cpp:451: error: jump to case label as_value.cpp:444: error: crosses initialization of 'gnash::as_value::to_number() const::<anonymous union> <anonymous>' as_value.cpp:454: error: jump to case label as_value.cpp:444: error: crosses initialization of 'gnash::as_value::to_number() const::<anonymous union> <anonymous>' as_value.cpp:455: error: jump to case label as_value.cpp:444: error: crosses initialization of 'gnash::as_value::to_number() const::<anonymous union> <anonymous>' as_value.cpp:486: error: jump to case label as_value.cpp:444: error: crosses initialization of 'gnash::as_value::to_number() const::<anonymous union> <anonymous>' as_value.cpp:491: error: jump to case label as_value.cpp:489: error: crosses initialization of 'gnash::as_value::to_number() const::<anonymous union> <anonymous>' as_value.cpp:444: error: crosses initialization of 'gnash::as_value::to_number() const::<anonymous union> <anonymous>' as_value.cpp:385: warning: enumeration value 'UNDEFINED_EXCEPT' not handled in switch as_value.cpp:385: warning: enumeration value 'NULLTYPE_EXCEPT' not handled in switch as_value.cpp:385: warning: enumeration value 'BOOLEAN' not handled in switch as_value.cpp:385: warning: enumeration value 'BOOLEAN_EXCEPT' not handled in switch as_value.cpp:385: warning: enumeration value 'STRING_EXCEPT' not handled in switch as_value.cpp:385: warning: enumeration value 'NUMBER' not handled in switch as_value.cpp:385: warning: enumeration value 'NUMBER_EXCEPT' not handled in switch as_value.cpp:385: warning: enumeration value 'OBJECT' not handled in switch as_value.cpp:385: warning: enumeration value 'OBJECT_EXCEPT' not handled in switch as_value.cpp:385: warning: enumeration value 'AS_FUNCTION' not handled in switch as_value.cpp:385: warning: enumeration value 'AS_FUNCTION_EXCEPT' not handled in switch as_value.cpp:385: warning: enumeration value 'MOVIECLIP' not handled in switch as_value.cpp:385: warning: enumeration value 'MOVIECLIP_EXCEPT' not handled in switch Machen Sie Yahoo! zu Ihrer Startseite. Los geht's: http://de.yahoo.com/set _______________________________________________ Gnash mailing list Gnash@gnu.org http://lists.gnu.org/mailman/listinfo/gnash