From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Trunk r117046 fails on systems with older automake Date: Wed, 07 May 2014 03:03:13 +0200 Message-ID: <87iopiv1ri.fsf@wanadoo.es> References: <868uqh4ust.fsf@gmail.com> <83tx95zffo.fsf@gnu.org> <87y4yh72qk.fsf@igel.home> <87tx956y9c.fsf@igel.home> <864n1459hp.fsf@gmail.com> <86tx92v4zi.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1399424644 12394 80.91.229.3 (7 May 2014 01:04:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 May 2014 01:04:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 07 03:03:52 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WhqH1-00010I-Q1 for ged-emacs-devel@m.gmane.org; Wed, 07 May 2014 03:03:51 +0200 Original-Received: from localhost ([::1]:38002 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhqH1-0002Xm-6O for ged-emacs-devel@m.gmane.org; Tue, 06 May 2014 21:03:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhqGr-0002Xb-5z for emacs-devel@gnu.org; Tue, 06 May 2014 21:03:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhqGd-0007yo-PL for emacs-devel@gnu.org; Tue, 06 May 2014 21:03:41 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:32849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhqGd-0007yj-It for emacs-devel@gnu.org; Tue, 06 May 2014 21:03:27 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WhqGc-0000bM-I1 for emacs-devel@gnu.org; Wed, 07 May 2014 03:03:26 +0200 Original-Received: from 48.red-81-44-201.dynamicip.rima-tde.net ([81.44.201.48]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 May 2014 03:03:26 +0200 Original-Received: from ofv by 48.red-81-44-201.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 May 2014 03:03:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 48.red-81-44-201.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:WYI7kJHBTX7CvNDycHEuBZxJO3M= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:171730 Archived-At: Andy Moreton writes: > I see exactly the same problems as Juanma and everybody else trying to > get the autotools stuff working again on Windows: [snip] > This all seems to be caused by the crazy mixture of tools required to > get a native Win32 emacs built. The notes in nt/INSTALL are very useful > but it is still quite some way from there to having a working toolchain. I've just succesfully configured Emacs trunk with MSYS2 [1]. The difference from the previous time I built Emacs (last December) was that autogen.sh complained about missing pkg-config, but pacman -S pkg-config fixed the issue. The build failed with ../../emacs/lib/dup2.c:38:26: fatal error: msvc-inval.h: No such file or directory # include "msvc-inval.h" ^ compilation terminated. but that was probably caused by me using the latest MinGW-w64 (i686-4.9.0-release-win32-dwarf-rt_v3-rev1.7z) [1] MSYS2: http://sourceforge.net/projects/msys2/