[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: emacs-w3m doesn't create Makefile (using Windows 10 64-Bit with Cygwin64)



In [emacs-w3m : No.12532]
	On Wed, 25 Nov 2015 04:08:35 +0100, John Wong wrote:
> I haven't tried the Cygwin64's Emacs because my experience with the Cygwin32's
> Emacs was not as pleasant as the native windows compiled Emacs, and there were
> reports of the Emacs from Cygwin64 crashing quite often.

It's Cygwin's rebase issue, isn't it?  It's a pain in my neck too,
though, strangely, I've never been troubled with Emacs built in
/usr/local by myself.

[...]
> ./configure: eval: line 2748: syntax error near unexpected token `('
> ./configure: eval: line 2748: `/cygdrive/c/Program Files (x86)/GNU Emacs
> 24.5/bin/emacs -q -no-site-file -batch -l w3mhack.el NONE -f
> w3mhack-print-status 2>/dev/null | $EGREP -v '^$''
> configure: error: Process couldn't proceed. See the above messages.

Try the second patch (attached).  This will modify not only
aclocal.m4 but also Makefile.in and doc/Makefile.in.  Note that
aclocal.m4 should be the original, not the patched one (i.e.,
ignore the first patch I posted).  You need to run autoconf again
after applying this patch.  Good luck! :)

Attachment: 2nd.patch
Description: The 2nd patch