From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Anyone building Emacs trunk with MinGW w64 (32 bits) Date: Tue, 26 Mar 2013 16:06:56 +0200 Message-ID: <83ip4ez24f.fsf@gnu.org> References: <87zjxumbjf.fsf@wanadoo.es> <83vc8f1t0x.fsf@gnu.org> <87sj3jcr6t.fsf@wanadoo.es> <86zjxrs4jm.fsf@gmail.com> <87k3ovcn1r.fsf@wanadoo.es> <87fvzjcles.fsf@wanadoo.es> <83boa71a0u.fsf@gnu.org> <8738vjcgli.fsf@wanadoo.es> <834nfz16cy.fsf@gnu.org> <83wqsuzhxg.fsf@gnu.org> <87k3oubcve.fsf@wanadoo.es> <83k3ouz2oy.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1364307030 4128 80.91.229.3 (26 Mar 2013 14:10:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Mar 2013 14:10:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: ofv@wanadoo.es Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 26 15:10:57 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 1UKUZR-0005bY-G2 for ged-emacs-devel@m.gmane.org; Tue, 26 Mar 2013 15:09:49 +0100 Original-Received: from localhost ([::1]:45758 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKUZ3-0002dJ-73 for ged-emacs-devel@m.gmane.org; Tue, 26 Mar 2013 10:09:25 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:37758) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKUWU-0007Bo-Qv for emacs-devel@gnu.org; Tue, 26 Mar 2013 10:06:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKUWT-0001Ri-87 for emacs-devel@gnu.org; Tue, 26 Mar 2013 10:06:46 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:37576) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKUWS-0001RY-Vy for emacs-devel@gnu.org; Tue, 26 Mar 2013 10:06:45 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MK900000TLAFV00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Tue, 26 Mar 2013 16:06:43 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MK90000LTV65RA0@a-mtaout20.012.net.il>; Tue, 26 Mar 2013 16:06:43 +0200 (IST) In-reply-to: <83k3ouz2oy.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:158213 Archived-At: > Date: Tue, 26 Mar 2013 15:54:37 +0200 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org >=20 > > From: =D3scar Fuentes > > Date: Tue, 26 Mar 2013 12:48:37 +0100 > >=20 > > gcc -I. -c -gdwarf-2 -g3 -mtune=3Dpentium4 -O2 -isystemc:/app= s/GnuWin32/include -Demacs=3D1 -I../lib -I../nt/inc -DUSE_CRT_DLL= =3D1 -DPURESIZE=3D5000000 -o oo-spd/i386/w32.o w32.c > > In file included from w32.c:32:0: > > ../nt/inc/sys/time.h:27:45: warning: 'struct timeval' declared in= side parameter list [enabled by default] > > ../nt/inc/sys/time.h:27:45: warning: its scope is only this defin= ition or declaration, which is probably not what you want [enabled by= default] > > ../nt/inc/sys/time.h:34:19: error: field 'it_interval' has incomp= lete type > > ../nt/inc/sys/time.h:35:19: error: field 'it_value' has incomplet= e type > > In file included from w32.c:35:0: > > c:\apps\msys\1.0\mingw\bin\../lib/gcc/i686-w64-mingw32/4.7.2/../.= ./../../i686-w64-mingw32/include/time.h:260:8: error: redefinition of= 'struct timezone' > > In file included from w32.c:32:0: > > ../nt/inc/sys/time.h:20:8: note: originally defined here >=20 > Still working on this part. I hope this is fixed on the trunk now, please test. > > w32.c:2392:1: error: conflicting types for 'gettimeofday' > > In file included from w32.c:32:0: > > ../nt/inc/sys/time.h:27:6: note: previous declaration of 'gettime= ofday' was here >=20 > This is due to the same problem as the first error above, so not fi= xed > yet. And this as well. > > w32.c: In function 'readlink': > > w32.c:4725:7: error: unknown type name 'REPARSE_DATA_BUFFER' > > w32.c:4725:44: error: 'REPARSE_DATA_BUFFER' undeclared (first use= in this function) >=20 > This got me puzzled: the definition of REPARSE_DATA_BUFFER is now > guarded by this: >=20 > #ifndef MAXIMUM_REPARSE_DATA_BUFFER_SIZE >=20 > Are you saying that MAXIMUM_REPARSE_DATA_BUFFER_SIZE is defined in = the > MinGW64 build, but REPARSE_DATA_BUFFER is not? Which MinGW64 heade= rs > define MAXIMUM_REPARSE_DATA_BUFFER_SIZE and REPARSE_DATA_BUFFER? This part is still pending.