From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sean Sieger Newsgroups: gmane.emacs.devel Subject: Re: windows build failure Date: Fri, 20 Sep 2013 12:34:28 -0400 Message-ID: <87k3ib4fl7.fsf@gmail.com> 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> <834n9fle10.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1379694892 18448 80.91.229.3 (20 Sep 2013 16:34:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Sep 2013 16:34:52 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 20 18:34:54 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 1VN3fQ-0007Ji-UK for ged-emacs-devel@m.gmane.org; Fri, 20 Sep 2013 18:34:53 +0200 Original-Received: from localhost ([::1]:56847 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN3fQ-00045X-Ho for ged-emacs-devel@m.gmane.org; Fri, 20 Sep 2013 12:34:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN3fI-00045F-Me for emacs-devel@gnu.org; Fri, 20 Sep 2013 12:34:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VN3fC-0001Hk-Sd for emacs-devel@gnu.org; Fri, 20 Sep 2013 12:34:44 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:40689) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN3fC-0001HV-Lw for emacs-devel@gnu.org; Fri, 20 Sep 2013 12:34:38 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VN3f9-0006hv-Qw for emacs-devel@gnu.org; Fri, 20 Sep 2013 18:34:35 +0200 Original-Received: from pool-173-77-30-75.nycmny.east.verizon.net ([173.77.30.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Sep 2013 18:34:35 +0200 Original-Received: from sean.sieger by pool-173-77-30-75.nycmny.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Sep 2013 18:34:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 36 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-77-30-75.nycmny.east.verizon.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt) Cancel-Lock: sha1:4rb22BJJfdzUrrMpjP0LLvCVEeY= 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:163519 Archived-At: Eli Zaretskii writes: > 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? Wait, wait, wait ... MinGW-Shell: Sean@blah /c/trunk/src/ $ emacs -Q c*.c ... I get the correct result. Command Prompt: c:\trunk\src>emacs -Q c*.c ... nope, visits the non-existent, `c*.c'.