On 18 November 2010 09:38, Tim Retout <[email protected]> wrote: > On 18 November 2010 07:27, strk <[email protected]> wrote: >> Happens sometimes when files are renamed. >> A make distclean usually fixes, but maybe needs to be issued >> _before_ automake files change. > > This is because gnash has AM_MAINTAINER_MODE set. I now build with > --enable-maintainer-mode.
...although having said that, I'm seeing this particular error even with maintainer mode set. In my case, it's the agg renderer which is complaining: make[2]: *** No rule to make target `Renderer_agg.cpp', needed by `Renderer_agg.lo'. Stop. Looking at make's debug output, it's looking for both agg/Renderer_agg.cpp and Renderer_agg.cpp - a bit odd. Oh well. :) I still think it's worth enabling maintainer mode by default. -- Tim Retout <[email protected]> _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

