On Fri, Apr 27, 2007 at 09:48:35AM -0600, Rob Savoye wrote: > Patrice Dumas wrote: > > On Fri, Apr 27, 2007 at 08:52:05AM +0200, strk wrote: > > >>> triangulate_impl.h: In member function 'void poly_env<coord_t>::init(int, > >>> const std::vector<coord_t, std::allocator<_CharT> >*)': > >>> triangulate_impl.h:1877: error: expected `)' before 'SIZET_FMT' > > I'd guess SIZET_FMT isn't being set right by configure. LINK tests > should be avoided in configure, as this test fails on Ubuntu Edgy and > Darwin. I think the best fix is to rewrite the configure test. Anyway, > what is SIZET_FMT in config.h set too ?
It was unset because I hadn't rerun autoheader. Now it is set to "%u" and it works right. -- Pat _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

