gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] pre-release testing


From: annonygmouse
Subject: Re: [Gnash-dev] pre-release testing
Date: Sat, 07 Oct 2006 20:15:49 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; ca-AD; rv:1.7.13) Gecko/20060809 Debian/1.7.13-0.3

annonygmouse wrote:
Rob Savoye wrote:

Since it appears that as of this morning (thank you Tomas and Udo) Gnash
now has working support for the last two things on the release
shortlist. So at this point I'd like to ask the folks with various
distributions and architectures help us test CVS so we can make the
appropriate portability changes before launching off on getting the next
release out the door.

I'm primarily interested in 64 bit platforms and the BSDs, since I
believe most of the Gnash developers are mainly x86-Linux based. I don't
 believe we need to test the framebuffer support directly, just make
sure the existing OpenGL/SDL/GTK/KDE support still works.

I assume there will be issues with the new Boost, AGG, and ffmpeg config
macros as they get tested on various platforms, so this is the time to
find out.



The new agg renderer does not compile... there are some missing headers probably...


ender_handler_tri.cpp:321: warning: converting to 'short int' from 'const float' render_handler_tri.cpp:322: warning: converting to 'short int' from 'const float' if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../server -I../server/parser -I../libbase -I../backend -I../libgeometry -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -g -O2 -march=athlon64 -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -MT render_handler_agg.lo -MD -MP -MF ".deps/render_handler_agg.Tpo" -c -o render_handler_agg.lo render_handler_agg.cpp; \ then mv -f ".deps/render_handler_agg.Tpo" ".deps/render_handler_agg.Plo"; else rm -f ".deps/render_handler_agg.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../server -I../server/parser -I../libbase -I../backend -I../libgeometry -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -g -O2 -march=athlon64 -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -MT render_handler_agg.lo -MD -MP -MF .deps/render_handler_agg.Tpo -c render_handler_agg.cpp -fPIC -DPIC -o .libs/render_handler_agg.o render_handler_agg.cpp:85:34: error: agg_rendering_buffer.h: No such file or directory render_handler_agg.cpp:86:31: error: agg_renderer_base.h: No such file or directory render_handler_agg.cpp:87:28: error: agg_pixfmt_rgb.h: No such file or directory render_handler_agg.cpp:88:35: error: agg_pixfmt_rgb_packed.h: No such file or directory render_handler_agg.cpp:89:29: error: agg_pixfmt_rgba.h: No such file or directory render_handler_agg.cpp:90:29: error: agg_pixfmt_gray.h: No such file or directory render_handler_agg.cpp:91:28: error: agg_color_rgba.h: No such file or directory render_handler_agg.cpp:92:28: error: agg_color_gray.h: No such file or directory render_handler_agg.cpp:93:25: error: agg_ellipse.h: No such file or directory render_handler_agg.cpp:94:32: error: agg_conv_transform.h: No such file or directory render_handler_agg.cpp:95:30: error: agg_trans_affine.h: No such file or directory render_handler_agg.cpp:96:28: error: agg_scanline_u.h: No such file or directory render_handler_agg.cpp:97:28: error: agg_scanline_p.h: No such file or directory render_handler_agg.cpp:98:35: error: agg_renderer_scanline.h: No such file or directory render_handler_agg.cpp:99:40: error: agg_rasterizer_scanline_aa.h: No such file or directory render_handler_agg.cpp:100:40: error: agg_rasterizer_compound_aa.h: No such file or directory render_handler_agg.cpp:101:32: error: agg_span_allocator.h: No such file or directory render_handler_agg.cpp:102:30: error: agg_path_storage.h: No such file or directory render_handler_agg.cpp:103:28: error: agg_conv_curve.h: No such file or directory render_handler_agg.cpp:104:29: error: agg_conv_stroke.h: No such file or directory render_handler_agg.cpp:105:30: error: agg_vcgen_stroke.h: No such file or directory render_handler_agg.cpp:106:28: error: agg_bezier_arc.h: No such file or directory render_handler_agg.cpp:107:37: error: agg_renderer_primitives.h: No such file or directory render_handler_agg.cpp:108:33: error: agg_gamma_functions.h: No such file or directory render_handler_agg.cpp:109:29: error: agg_math_stroke.h: No such file or directory render_handler.h:161: warning: 'class gnash::render_cache_manager' has virtual functions but non-virtual destructor
render_handler_agg.cpp:159: error: 'agg' was not declared in this scope
render_handler_agg.cpp:159: error: template argument 1 is invalid
render_handler_agg.cpp:159: error: template argument 2 is invalid
render_handler_agg.cpp:159: error: template argument 1 is invalid
render_handler_agg.cpp:159: error: template argument 2 is invalid
render_handler_agg.cpp:163: warning: 'class gnash::agg_cache_manager' has virtual functions but non-virtual destructor
render_handler_agg.cpp:183: error: expected ',' or '...' before '::' token
render_handler_agg.cpp:183: error: ISO C++ forbids declaration of 'agg' with no type
render_handler_agg.cpp:188: error: 'agg' has not been declared
render_handler_agg.cpp:188: error: ISO C++ forbids declaration of 'rgba8' with no type
render_handler_agg.cpp:188: error: expected ';' before '&' token
render_handler_agg.cpp:197: error: expected `;' before 'void'
render_handler_agg.cpp:197: error: 'agg' has not been declared
render_handler_agg.c
etc.

Regards
Sebastià

                
___________________________________________________________ Try the all-new Yahoo! Mail. "The New Version is radically easier to use" – The Wall Street Journal http://uk.docs.yahoo.com/nowyoucan.html





reply via email to

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