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 10:25:31 +0200 Message-ID: <83wqsuzhxg.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> 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 1364286325 23138 80.91.229.3 (26 Mar 2013 08:25:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Mar 2013 08:25:25 +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 09:25:52 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 1UKPCZ-00010a-2r for ged-emacs-devel@m.gmane.org; Tue, 26 Mar 2013 09:25:51 +0100 Original-Received: from localhost ([::1]:58461 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKPCB-0003ZR-6p for ged-emacs-devel@m.gmane.org; Tue, 26 Mar 2013 04:25:27 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKPC6-0003ZL-I5 for emacs-devel@gnu.org; Tue, 26 Mar 2013 04:25:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKPC4-0001IE-Qu for emacs-devel@gnu.org; Tue, 26 Mar 2013 04:25:22 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:48130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKPC4-0001Fj-IT for emacs-devel@gnu.org; Tue, 26 Mar 2013 04:25:20 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MK900900DS6W000@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Tue, 26 Mar 2013 10:25:19 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MK9009Q1E26WA00@a-mtaout21.012.net.il>; Tue, 26 Mar 2013 10:25:19 +0200 (IST) In-reply-to: <834nfz16cy.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.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:158192 Archived-At: > Date: Tue, 26 Mar 2013 00:07:09 +0200 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org >=20 > > From: =D3scar Fuentes > > Date: Mon, 25 Mar 2013 22:30:33 +0100 > >=20 > > >> /* MinGW64 defines 'struct itimerval' and _TIMESPEC_DEFINED i= n sys/types.h. */ > > >> -#ifndef _TIMESPEC_DEFINED > > >> +// #ifndef _TIMESPEC_DEFINED > > >> struct itimerval > > >> { > > >> struct timeval it_interval;=09/* timer interval */ > > >> struct timeval it_value;=09/* current value */ > > >> }; > > >> -#endif > > >> +// #endif > > > > > > What's wrong with the #ifndef here? > >=20 > > MinGW64 does not define itimerval. >=20 > Well, it will in a future version, because I see it on the MinGW64 > development trunk. So I guess we will need to us MinGW64 versions = to > work around this safely, sigh... That was a mistake on my part (as in "don't do anything important after midnight"): there's no itimerval in MinGW64 headers. > I will look into the other issues tomorrow. Thanks for the footwor= k. I installed a few more changes on the trunk, please see if there are any issues left with the 32-bit MinGW64 build. Thanks.