On Fri, 2008-04-11 at 20:41 +0800, Jun Ma wrote: > :-), we should always make it happy. > > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I.. -I../libamf -I../libnet > -I../backend -I../libbase -I../server -I../server/vm > -I../server/parser -I../libgeometry -pthread -I/usr/include/libxml2 > -I/usr/include -I/usr/include -I/usr/include -I../libltdl -g -O2 > -pthread -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith > -Wreturn-type -MT libgnashmedia_la-AudioDecoderNellymoser.lo -MD -MP > -MF .deps/libgnashmedia_la-AudioDecoderNellymoser.Tpo -c > AudioDecoderNellymoser.cpp -o > libgnashmedia_la-AudioDecoderNellymoser.o > In file included from ../server/mouse_button_state.h:16, > from ../server/movie_root.h:74, > from ../server/vm/VM.h:27, > from AudioDecoderNellymoser.cpp:53: > ../server/character.h:73: error: ISO C++ forbids declaration of `tree' > with no type > ../server/character.h:73: error: expected `;' before '<' token
What if you add a #include "tree.hh" in server/character.h ? Hub _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

