From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?=D3scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: emacs23 compile failed on w32 Date: Wed, 14 May 2008 19:07:55 +0200 Message-ID: References: <482B0CE5.2010302@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210784969 12132 80.91.229.12 (14 May 2008 17:09:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 May 2008 17:09:29 +0000 (UTC) Cc: "Kyle M. Lee" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 14 19:10:04 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JwKTU-0001Tq-DJ for ged-emacs-devel@m.gmane.org; Wed, 14 May 2008 19:09:08 +0200 Original-Received: from localhost ([127.0.0.1]:33190 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwKSl-0006l4-6L for ged-emacs-devel@m.gmane.org; Wed, 14 May 2008 13:08:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JwKSf-0006gM-7M for emacs-devel@gnu.org; Wed, 14 May 2008 13:08:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JwKSd-0006dI-Dt for emacs-devel@gnu.org; Wed, 14 May 2008 13:08:16 -0400 Original-Received: from [199.232.76.173] (port=32988 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwKSd-0006cy-2N for emacs-devel@gnu.org; Wed, 14 May 2008 13:08:15 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:35237 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JwKSd-0006CV-3s for emacs-devel@gnu.org; Wed, 14 May 2008 13:08:15 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JwKSU-0004gt-5B for emacs-devel@gnu.org; Wed, 14 May 2008 17:08:06 +0000 Original-Received: from 151.red-81-38-9.dynamicip.rima-tde.net ([81.38.9.151]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 May 2008 17:08:06 +0000 Original-Received: from ofv by 151.red-81-38-9.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 May 2008 17:08:06 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 151.red-81-38-9.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt) Cancel-Lock: sha1:UZ2e5Wedzi3LrqSahE7pZh/RoxQ= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:97153 Archived-At: "Kyle M. Lee" writes: [snip] For the record: Emacs builds fine on my w2k/mingw setup (just did it an hour ago, no CVS email notification). This is the relevant part of the batch file I use: set path=k:\msys\1.0\mingw\bin;k:\apps\GnuWin32\bin;%PATH% cd emacs\nt call configure.bat --cflags -It:/emacscvs/include --ldflags -Lt:/emacscvs/lib --without-gif make cleanall make bootstrap Maybe you have an old mingw-runtime? And what happens if you do a sequential make (drop the -j3)? -- Oscar