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: windows build failure Date: Fri, 20 Sep 2013 18:16:11 +0300 Message-ID: <834n9fle10.fsf@gnu.org> References: <83wqmeocl5.fsf@gnu.org> <83ioxynvpb.fsf@gnu.org> <87zjrae0q7.fsf@gmail.com> <83eh8mnu8h.fsf@gnu.org> <87ob7qdzxj.fsf@gmail.com> <83a9janq2l.fsf@gnu.org> <87bo3oew5i.fsf@gmail.com> <83wqmclwja.fsf@gnu.org> <8761twemxb.fsf@gmail.com> <83txhglke0.fsf@gnu.org> <871u4keezm.fsf@gmail.com> <83pps4kl3s.fsf@gnu.org> <87vc1v4lld.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1379690188 24930 80.91.229.3 (20 Sep 2013 15:16:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Sep 2013 15:16:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sean Sieger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 20 17:16:30 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 1VN2RY-0006n7-Lx for ged-emacs-devel@m.gmane.org; Fri, 20 Sep 2013 17:16:28 +0200 Original-Received: from localhost ([::1]:56421 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN2RY-0006o6-7e for ged-emacs-devel@m.gmane.org; Fri, 20 Sep 2013 11:16:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN2RN-0006mx-Rc for emacs-devel@gnu.org; Fri, 20 Sep 2013 11:16:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VN2RF-000230-5Q for emacs-devel@gnu.org; Fri, 20 Sep 2013 11:16:17 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:61636) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN2RE-00022W-Tl for emacs-devel@gnu.org; Fri, 20 Sep 2013 11:16:09 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MTF00000JEQAA00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Fri, 20 Sep 2013 18:16:07 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MTF000APJQVAI20@a-mtaout22.012.net.il>; Fri, 20 Sep 2013 18:16:07 +0300 (IDT) In-reply-to: <87vc1v4lld.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.172 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:163516 Archived-At: > From: Sean Sieger > Date: Fri, 20 Sep 2013 10:24:46 -0400 > > Btw, the switch to 64-bit time_t (or, more accurately, the > corresponding switch to 64-bit time functions) is one of the few > changes in MinGW 4.x that cause binary incompatibility with previous > versions. So my recommendation not to use MinGW 4.x, especially if > you are running Emacs on XP, still stands. > > Well, I'll see how it goes. I'm gonna try unpacking gtk, libxml2 and > gnutls over it next. I stand forewarned. Does the below work as expected? emacs -Q c*.c If you do this from the src directory, you should end up with visiting the 14 C files that match the wildcard in the Emacs's src directory. What do you get in Emacs linked with the new MinGW runtime?