gnash
[Top][All Lists]
Advanced

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

Re: [Gnash] gcc 4.2.3 - Global.cpp:633: error: crosses initialization


From: Olaf Klemke
Subject: Re: [Gnash] gcc 4.2.3 - Global.cpp:633: error: crosses initialization
Date: Sat, 3 May 2008 13:46:47 +0200 (CEST)

--- strk <address@hidden> 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





reply via email to

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