From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: MS-Windows build using Posix configury Date: Thu, 18 Apr 2013 22:27:10 +0200 Message-ID: References: <83d2tu49lu.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1366316838 13805 80.91.229.3 (18 Apr 2013 20:27:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Apr 2013 20:27:18 +0000 (UTC) Cc: Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 18 22:27:22 2013 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 1USvQO-0003mo-3U for ged-emacs-devel@m.gmane.org; Thu, 18 Apr 2013 22:27:20 +0200 Original-Received: from localhost ([::1]:39698 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USvQN-0002RT-MG for ged-emacs-devel@m.gmane.org; Thu, 18 Apr 2013 16:27:19 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USvQK-0002RJ-7a for emacs-devel@gnu.org; Thu, 18 Apr 2013 16:27:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USvQI-00031N-UD for emacs-devel@gnu.org; Thu, 18 Apr 2013 16:27:16 -0400 Original-Received: from mail-lb0-f171.google.com ([209.85.217.171]:35667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USvQG-00030V-24; Thu, 18 Apr 2013 16:27:12 -0400 Original-Received: by mail-lb0-f171.google.com with SMTP id v10so3112742lbd.30 for ; Thu, 18 Apr 2013 13:27:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=Nva3bQ+Vjj0Mi7GjNKe2ae7mFyO8yK1A1lLqBj8FlRI=; b=ofgfRosLHHhhhqPvrwXeBilv6hs3e1koUDuQ26eYj1QudbEsPozuRqteNGjid+NxS1 lloV+oT/yPN5heNM5HcEhEpM5iYtRI2h715LXmGW/W5+5Kvyjndwyrt7ZXwvKbGfUd6U KykFgOh7tb9b4Awc9hBr+DFyjL84Wu/7R3FWe9eI7tmWi9odb6yyGTnC2RMYE70DiDqF OHxpBu11E+6QGkA8SkUiwIpaOhaanClA59mKSH3sAdgcOdP94oDD5d6HNTZDvpYRGKEM wA6eHJg8gw953gJGSVLCleK5t9iDX6cocd3ZB3b2vBhnvcEh0RQBpCVj92VakgxXlsDW nt0w== X-Received: by 10.152.26.166 with SMTP id m6mr6627879lag.4.1366316830660; Thu, 18 Apr 2013 13:27:10 -0700 (PDT) Original-Received: by 10.114.18.82 with HTTP; Thu, 18 Apr 2013 13:27:10 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.217.171 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:159007 Archived-At: > But when I go to the root of my local branch and do "./autogen.sh", I > get this error: > > Checking whether you have the necessary tools... > (Read INSTALL.BZR for more details on building Emacs) > > Checking for autoconf (need at least version 2.65)... > ok > Checking for automake (need at least version 1.11)... > ok > Your system has the required tools, running autoreconf... > Can't locate Autom4te/ChannelDefs.pm in @INC (@INC contains: > /mingw/share/autoconf /usr/lib/perl5/5.8/msys /usr/lib/perl5/5.8 > /usr/lib/perl5/site_perl/5.8/msys /usr/lib/perl5/site_perl/5.8 > /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/vendor_perl/5.8/msys > /usr/lib/perl5/vendor_perl/5.8 /usr/lib/perl5/vendor_perl/5.8 .) at > /c/MinGW/bin/autoreconf-2.68 line 40. > BEGIN failed--compilation aborted at /c/MinGW/bin/autoreconf-2.68 line 40. > > > Do you know what's the problem here? FWIW: I've just downloaded the last build from [1], uncompressed it, stated a bash shell (by invoking `msys.bat', as usual), and the above error doesn't appear now: $ ./autogen.sh Checking whether you have the necessary tools... (Read INSTALL.BZR for more details on building Emacs) Checking for autoconf (need at least version 2.65)... ok Checking for automake (need at least version 1.11)... ok Your system has the required tools, running autoreconf... configure.ac:598: installing 'build-aux/compile' configure.ac:399: installing 'build-aux/config.guess' configure.ac:399: installing 'build-aux/config.sub' configure.ac:45: installing 'build-aux/install-sh' configure.ac:45: installing 'build-aux/missing' lib/Makefile.am: installing 'build-aux/depcomp' You can now run `./configure'. So I'll try to complete the build process from this newer version of MSYS. --- Footnotes --- [1] http://sourceforge.net/projects/mingwbuilds/files/external-binary-packages/ -- Dani Moncayo