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: Anyone building Emacs trunk with MinGW w64 (32 bits) Date: Sat, 23 Mar 2013 15:32:52 +0100 Message-ID: <87zjxumbjf.fsf@wanadoo.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1364049189 17781 80.91.229.3 (23 Mar 2013 14:33:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Mar 2013 14:33:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 23 15:33:35 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 1UJPVl-0005r2-Rv for ged-emacs-devel@m.gmane.org; Sat, 23 Mar 2013 15:33:33 +0100 Original-Received: from localhost ([::1]:58544 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJPVO-0007on-Az for ged-emacs-devel@m.gmane.org; Sat, 23 Mar 2013 10:33:10 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:60807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJPVJ-0007no-OZ for emacs-devel@gnu.org; Sat, 23 Mar 2013 10:33:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJPVI-0000OY-LK for emacs-devel@gnu.org; Sat, 23 Mar 2013 10:33:05 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:44328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJPVI-0000OT-Eu for emacs-devel@gnu.org; Sat, 23 Mar 2013 10:33:04 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UJPVe-0005lg-Hf for emacs-devel@gnu.org; Sat, 23 Mar 2013 15:33:26 +0100 Original-Received: from 109.red-83-37-167.dynamicip.rima-tde.net ([83.37.167.109]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Mar 2013 15:33:26 +0100 Original-Received: from ofv by 109.red-83-37-167.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Mar 2013 15:33:26 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 58 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 109.red-83-37-167.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:fqXuYC7YxKf3VXehUdSWOeme84k= 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:158077 Archived-At: gcc --version gcc (rubenvb-4.7.2-release) 4.7.2 gcc -v [...] Target: i686-w64-mingw32 [...] make bootstrap gives this errors: gcc -I. -c -gdwarf-2 -g3 -mtune=pentium4 -O2 -isystemc:/apps/GnuWin32/includ e -DNO_LDAV=1 -DNO_ARCHIVES=1 -I../lib -I../nt/inc -I../src -DUSE_CRT_DLL=1 -o o o-spd/i386/make-docfile.o make-docfile.c In file included from ../src/conf_post.h:32:0, from ../src/config.h:1726, from make-docfile.c:37: ../nt/inc/ms-w32.h:269:8: error: redefinition of 'struct timespec' In file included from ../nt/inc/ms-w32.h:133:0, from ../src/conf_post.h:32, from ../src/config.h:1726, from make-docfile.c:37: c:\apps\msys\1.0\mingw\bin\../lib/gcc/i686-w64-mingw32/4.7.2/../../../../i686-w6 4-mingw32/include/sys/types.h:89:8: note: originally defined here In file included from ../src/conf_post.h:32:0, from ../src/config.h:1726, from make-docfile.c:37: ../nt/inc/ms-w32.h:330:3: error: unknown type name 'sigset_t' ../nt/inc/ms-w32.h:337:25: error: unknown type name 'sigset_t' ../nt/inc/ms-w32.h:338:23: error: unknown type name 'sigset_t' ../nt/inc/ms-w32.h:339:24: error: unknown type name 'sigset_t' ../nt/inc/ms-w32.h:340:1: error: unknown type name 'sigset_t' ../nt/inc/ms-w32.h:340:48: error: unknown type name 'sigset_t' ../nt/inc/ms-w32.h:341:1: error: unknown type name 'sigset_t' ../nt/inc/ms-w32.h:341:52: error: unknown type name 'sigset_t' ../nt/inc/ms-w32.h:342:1: error: unknown type name 'sigset_t' ../nt/inc/ms-w32.h:371:0: warning: "_WIN32_WINNT" redefined [enabled by default] In file included from c:\apps\msys\1.0\mingw\bin\../lib/gcc/i686-w64-mingw32/4.7 .2/../../../../i686-w64-mingw32/include/crtdefs.h:10:0, from c:\apps\msys\1.0\mingw\bin\../lib/gcc/i686-w64-mingw32/4.7 .2/../../../../i686-w64-mingw32/include/sys/types.h:13, from ../nt/inc/ms-w32.h:133, from ../src/conf_post.h:32, from ../src/config.h:1726, from make-docfile.c:37: c:\apps\msys\1.0\mingw\bin\../lib/gcc/i686-w64-mingw32/4.7.2/../../../../i686-w6 4-mingw32/include/_mingw.h:252:0: note: this is the location of the previous def inition mingw32-make[1]: *** [oo-spd/i386/make-docfile.o] Error 1 mingw32-make[1]: Leaving directory `D:/dev/emacs/emacs/lib-src' mingw32-make: *** [bootstrap-gmake] Error 2 I tried going back in time on the Emacs sources up to points where I know that the build worked with the old MinGW compiler that I used before, and there are reports from people using MinGW 4.7.2 for building Emacs, so there must be something different on the system headers of MinGW W64.