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: Windows build failure Date: Sun, 29 Jul 2012 18:40:08 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1343580015 15385 80.91.229.3 (29 Jul 2012 16:40:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 29 Jul 2012 16:40:15 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 29 18:40:14 2012 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 1SvWXN-0001Fe-HC for ged-emacs-devel@m.gmane.org; Sun, 29 Jul 2012 18:40:13 +0200 Original-Received: from localhost ([::1]:32918 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvWXM-0003Fa-Sp for ged-emacs-devel@m.gmane.org; Sun, 29 Jul 2012 12:40:12 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvWXK-0003FV-Cp for emacs-devel@gnu.org; Sun, 29 Jul 2012 12:40:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SvWXJ-0002DV-Dn for emacs-devel@gnu.org; Sun, 29 Jul 2012 12:40:10 -0400 Original-Received: from mail-ob0-f169.google.com ([209.85.214.169]:50486) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvWXJ-0002D6-8T for emacs-devel@gnu.org; Sun, 29 Jul 2012 12:40:09 -0400 Original-Received: by obhx4 with SMTP id x4so9372982obh.0 for ; Sun, 29 Jul 2012 09:40:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=IJSR8arCcyXIMlkPOs5uYu6PSl4IbX3/pgQHLzUs7MI=; b=dhgyq6iy/+2xas3WfmJ+Z+ZciNp0+ZeB6p+fYH4P8SuPjx5OzfmBdW8D/lFaKbcva3 KquOJDJTn891LQgC+3Q47AmtpKX0tM6VD2xUZqcLgOtlliY2JYats0TQLj/gqG4Tf+Yh GVfdIozL3/11hTE7BWBd2S240BAqlyNJzLio4I+EyvwbLnBkNlzsMZxxU6CVWuNPzKBD 6GR+XKnaKpkh2VmIlBoEJiGv433IevwTUyBebZdvUvusnCjfvNfeqj6X0s7E54rGAC9z JDwPX3d4sCsK6vd2Ea36aALhNGS34n05kydZ/DlgQfAqvODKBr62xSsQAxKOnN6KtyId xNJA== Original-Received: by 10.182.75.100 with SMTP id b4mr13563478obw.12.1343580008288; Sun, 29 Jul 2012 09:40:08 -0700 (PDT) Original-Received: by 10.60.172.11 with HTTP; Sun, 29 Jul 2012 09:40:08 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.169 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:151959 Archived-At: Hi, With the current trunk (bzr revno 109266), I get this error when trying to build the Windows binaries (mingw32-make bootstrap): [...] gcc -I. -c -gdwarf-2 -g3 -DEMACSDEBUG -fno-crossjumping -I../../libs/libiconv-1.14-2-mingw32-dev/i nclude -I../../libs/libxml2-2.7.8-w32-bin/include/libxml2 -I../../libs/giflib-4.1.4-1/include -I../. ./emacs/libs/gnutls-3.0.16/include -I../../libs/jpeg-6b-4/include -I../../libs/libpng-1.4.10 -I../.. /libs/libxpm-3.5.8/include -I../../libs/libxpm-3.5.8/src -I../../libs/tiff-3.8.2-1/include -I../../l ibs/zlib-1.2.6 -I. -I../nt/inc -I../src -o oo/i386/dtotimespec.o dtotimespec.c mingw32-make -w getopt_.h-SH [Please ignore a syntax error on the next line - it is intentional] /usr/bin/sh: -c: line 0: unexpected EOF while looking for matching `"' /usr/bin/sh: -c: line 1: syntax error: unexpected end of file mingw32-make[2]: Entering directory `C:/emacs/trunk/lib' getopt.in.h or ../build-aux/snippet/arg-nonnull.h is newer than getopt_.h. Run "gmake getopt_h" in the lib/ subdirectory. You will need GNU Sed to be installed. exit -1 mingw32-make[2]: *** [getopt_.h-SH] Error 255 mingw32-make[2]: Leaving directory `C:/emacs/trunk/lib' mingw32-make[1]: *** [getopt_.h] Error 2 mingw32-make[1]: Leaving directory `C:/emacs/trunk/lib' mingw32-make: *** [bootstrap-gmake] Error 2 -- Dani Moncayo