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: MinGW64 (32bit) build with posix configure (Re: windows build failure) Date: Fri, 31 May 2013 21:37:49 +0300 Message-ID: <831u8n2dxe.fsf@gnu.org> References: <83ppwcpegh.fsf@gnu.org> <83zjveorcj.fsf@gnu.org> <86zjveudtd.fsf@gmail.com> <83obbt6cbw.fsf@gnu.org> <86a9ndnyv8.fsf@gmail.com> <83sj144a6l.fsf@gnu.org> <86obbs45sj.fsf@gmail.com> <83zjvb354o.fsf@gnu.org> <8638t3c9na.fsf_-_@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1370025499 10021 80.91.229.3 (31 May 2013 18:38:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 May 2013 18:38:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: rzl24ozi@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 31 20:38:19 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 1UiUDQ-0000ve-JM for ged-emacs-devel@m.gmane.org; Fri, 31 May 2013 20:38:16 +0200 Original-Received: from localhost ([::1]:45338 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiUDQ-0001Ky-6S for ged-emacs-devel@m.gmane.org; Fri, 31 May 2013 14:38:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiUDM-0001Jv-7G for emacs-devel@gnu.org; Fri, 31 May 2013 14:38:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiUDI-00071i-26 for emacs-devel@gnu.org; Fri, 31 May 2013 14:38:12 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:52444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiUDH-00071d-Ps for emacs-devel@gnu.org; Fri, 31 May 2013 14:38:07 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MNO00100ECKGY00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Fri, 31 May 2013 21:38:00 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MNO0010XEFCGH10@a-mtaout20.012.net.il>; Fri, 31 May 2013 21:38:00 +0300 (IDT) In-reply-to: <8638t3c9na.fsf_-_@gmail.com> 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:159958 Archived-At: > From: rzl24ozi@gmail.com > Cc: emacs-devel@gnu.org > Date: Sat, 01 Jun 2013 03:00:09 +0900 > > Then, I changed gcc to MinGW64 gcc (32bit). > I got some time-related errors that seems to be mentioned in http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00661.html There are no error messages in that URL, only a vague reference to "some" errors. Could you please show the full messages with the command lines that triggered them? Please submit a bug report with those details, as I would like to try to fix that. I don't have MinGW64 installed, so I depend on others to try that and report problems. > It seems that some tests of configure which use sys/time.h and time.h > failed because time.h is included after sys/time.h (nt/inc/sys/time.h) > in conftest. > time.h should be included before nt/inc/sys/time.h when using MinGW64, > as commented in w32.c. Thanks for the heads-up, but I need to see the messages to decide what is the best way of solving those problems.