[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Monotone-devel] 0.99 to be out tomorrow evening...
From: |
Stephen Leake |
Subject: |
Re: [Monotone-devel] 0.99 to be out tomorrow evening... |
Date: |
Thu, 28 Oct 2010 05:21:16 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (windows-nt) |
Thomas Keller <address@hidden> writes:
> ...so please read over NEWS once again (I re-ordered / tweaked some
> sections there)
This looks good.
> and give me feedback if make distcheck runs through for you.
Distcheck fails on MinGW because it builds the 'dvi' target, and there
are postscript tools missing; pdftops and ps2eps. pdftops is available
from SourceForge GnuWin, but I could not find ps2eps.
I've never run 'distcheck' before; only 'all' or 'check'; neither builds
the 'dvi' target.
If I comment out the 'dvi' line from the distcheck target, it runs thru
(actually, it's running 'check' now; takes about an hour).
I can't see in the Makefile magic where the distcheck target comes from,
so I don't see how to delete the dvi properly.
I also don't see how to add the dvi to all-am.
This appears to be a bug in the autotools; they should include dvi in
all-am if it is in distcheck!
I could build with Cygwin in the path after MinGW (Cygwin has ps2eps),
but that seems like cheating.
I've put a comment about this in INSTALL; that will have to do for now.
--
-- Stephe