On Fri, May 12, 2006 at 10:10:59AM -0500, Aaron Spike wrote:
In preparation for the upcoming release, I thought I'd try `make distcheck`.
$ make -k distcheck make[1]: *** No rule to make target `make.dep', needed by `distdir'. make[1]: *** No rule to make target `make.files', needed by `distdir'. make[1]: *** No rule to make target `make.ofiles', needed by `distdir'. make[1]: Target `distdir' not remade because of errors. make: *** [distdir] Error 1 make: Target `distcheck' not remade because of errors.
I know the solution for this first problem is to run mkfiles.pl and mkdep.pl, but I wonder if those scripts should be thrown into the autogen.sh or configure mix somehow.
After I generate those files `make distcheck` produces the errors that can be found at: http://www.ekips.org/comp/inkscape/inx/distcheck/stderr.txt
Anyone have an idea on the above issues?
This is a critical step for being able to start doing pre-releases during the bugfix phase, so any help on getting make distcheck to pass will be very important.
Thanks, Bryce