Hi,

I'm trying to compile gnash with AGG on (arch)linux-ppc, but get the following
error:

render_handler_agg.cpp:440: error: 'line_width' was not declared in this scope
render_handler_agg.cpp: In member function 'void
gnash::render_handler_agg<PixelFormat>::draw_shape_character_old(gnash::shape_character_def*,
gnash::character*)':
render_handler_agg.cpp:1060: error: 'rbuf' was not declared in this scope
render_handler_agg.cpp: In member function 'gnash::agg_cache_manager*
gnash::render_handler_agg<PixelFormat>::get_cache_of(gnash::character*)':
render_handler_agg.cpp:1255: error: 'class gnash::character' has no member
named 'm_render_cache'
render_handler_agg.cpp:1256: error: 'class gnash::character' has no member
named 'm_render_cache'
render_handler_agg.cpp:1259: error: 'class gnash::character' has no member
named 'm_render_cache'
render_handler_agg.cpp: At global scope:
render_handler_agg.cpp: In instantiation of 'void
gnash::render_handler_agg<PixelFormat>::draw_bitmap(const gnash::matrix&, const
gnash::bitmap_info*, const gnash::rect&, const gnash::rect&, gnash::rgba) [with
PixelFormat = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb<agg::rgba8,
agg::order_rgb>, agg::row_accessor<unsigned char> >]':
render_handler_agg.cpp:1297:   instantiated from here
render_handler_agg.cpp:488: warning: unused parameter
'm'render_handler_agg.cpp: In instantiation of 'void
gnash::render_handler_agg<PixelFormat>::set_antialiased(bool) [with PixelFormat
= agg::pixfmt_alpha_blend_rgb<agg::blender_rgb<agg::rgba8, agg::order_rgb>,
agg::row_accessor<unsigned char> >]':
render_handler_agg.cpp:1297:   instantiated from here
render_handler_agg.cpp:261: warning: unused parameter 'enable'
render_handler_agg.cpp: In instantiation of 'void
gnash::render_handler_agg<PixelFormat>::draw_shape_character(gnash::shape_character_def*,
const gnash::matrix&, const gnash::cxform&, float, const
std::vector<gnash::fill_style, std::allocator<gnash::fill_style> >&, const
std::vector<gnash::line_style, std::allocator<gnash::line_style> >&) [with
PixelFormat = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb<agg::rgba8,
agg::order_rgb>, agg::row_accessor<unsigned char> >]':
render_handler_agg.cpp:1297:   instantiated from here
render_handler_agg.cpp:745: warning: unused parameter 'pixel_scale'
render_handler_agg.cpp: In instantiation of 'void
gnash::render_handler_agg<PixelFormat>::draw_glyph(gnash::shape_character_def*,
const gnash::matrix&, gnash::rgba, float) [with PixelFormat =
agg::pixfmt_alpha_blend_rgb<agg::blender_rgb<agg::rgba8, agg::order_rgb>,
agg::row_accessor<unsigned char> >]':
render_handler_agg.cpp:1297:   instantiated from here
render_handler_agg.cpp:488: warning: unused parameter 'bi'
render_handler_agg.cpp:488: warning: unused parameter 'coords'
render_handler_agg.cpp:488: warning: unused parameter 'uv_coords'

(etc)


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

Reply via email to