This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problems with mutt & charset


On Sun, Feb 21, 2010 at 03:11:28PM +0100, Gary wrote:
> Sadly building mutt directly from the source package fails:
> 
> make[2]: Entering directory `/usr/src/mutt-1.4.2.2-2/doc'
> ##test -f manual.html || make manual.html || cp ./manual*.html ./
> cp ./manual*.html ./
> cp: cannot stat `./manual*.html': No such file or directory
> make[2]: *** [try-html] Error 1
> make[2]: Leaving directory `/usr/src/mutt-1.4.2.2-2/doc'
> make[1]: *** [install-recursive] Error 1
> make[1]: Leaving directory `/usr/src/mutt-1.4.2.2-2'
> make: *** [install] Error 2
> 
> I see this was reported before, back in 2007 -
> http://www.mail-archive.com/cygwin@cygwin.com/msg82521.html - but there
> was never a solution posted. Anyone have any idea what is causing it?
> I'm assuming I should just be able to cd to /usr/src/mutt-1.4.2.2-2 and
> './configure' followed by 'make install'.

Not really a solution, but Michael Elkins pointed out that this is
"only" the html documentation, and the building of it can be disabled by
editing the SUBDIRS variable in the makefile. See
http://marc.info/?l=mutt-users&m=126685506502164&w=2

I think the problem is the lack of sgml2html on Cygwin, but I am at
a bit of a loss as to how the official package was built if that's the
case.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]