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: it looks like make --win32 doesn't solve the problem. Date: Thu, 01 Jun 2006 15:17:34 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1149164283 24971 80.91.229.2 (1 Jun 2006 12:18:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Jun 2006 12:18:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 01 14:18:00 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Flm7c-00076k-HR for ged-emacs-devel@m.gmane.org; Thu, 01 Jun 2006 14:17:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Flm7b-0001Np-UJ for ged-emacs-devel@m.gmane.org; Thu, 01 Jun 2006 08:17:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Flm7Q-0001Na-To for emacs-devel@gnu.org; Thu, 01 Jun 2006 08:17:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Flm7O-0001NO-Io for emacs-devel@gnu.org; Thu, 01 Jun 2006 08:17:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Flm7O-0001NL-DA for emacs-devel@gnu.org; Thu, 01 Jun 2006 08:17:38 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FlmDd-0006wB-8v for emacs-devel@gnu.org; Thu, 01 Jun 2006 08:24:05 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-235-62.inter.net.il [83.130.235.62]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id ETL29872 (AUTH halo1); Thu, 1 Jun 2006 15:17:32 +0300 (IDT) Original-To: "Steven Wu" In-reply-to: (wus@qwest.net) 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:55548 Archived-At: > Date: Thu, 1 Jun 2006 00:28:06 -0700 > From: "Steven Wu" > Cc: emacs-devel@gnu.org > > When using the --win32 flag, cygwin make uses cmd as makeshell, and > that causes other problems. What problems? please post the relevant parts of a build session. The Windows makefiles are in general supposed to work with cmd as well as with a Unixy shell. > I am not sure if there is a way without changes in the > makefile.w32.in, the build problems will be solved using cygwin > utilities to build window native Emacs. I'm not sure either (nt/INSTALL warns against using them for a reason), but without seeing the actual problems I cannot really tell.