From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Lilja Newsgroups: gmane.emacs.devel Subject: Re: I can't build from cvs sources on cygwin for some time now Date: Sun, 12 Nov 2006 23:56:07 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1163372203 22117 80.91.229.2 (12 Nov 2006 22:56:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Nov 2006 22:56:43 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 12 23:56:38 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 1GjOFb-0000h9-Jv for ged-emacs-devel@m.gmane.org; Sun, 12 Nov 2006 23:56:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GjOFb-0003Xc-06 for ged-emacs-devel@m.gmane.org; Sun, 12 Nov 2006 17:56:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GjOFP-0003Wg-GT for emacs-devel@gnu.org; Sun, 12 Nov 2006 17:56:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GjOFO-0003Vw-33 for emacs-devel@gnu.org; Sun, 12 Nov 2006 17:56:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GjOFN-0003Vm-Vz for emacs-devel@gnu.org; Sun, 12 Nov 2006 17:56:18 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GjOFN-0006VC-P1 for emacs-devel@gnu.org; Sun, 12 Nov 2006 17:56:18 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GjOFI-0000dW-1U for emacs-devel@gnu.org; Sun, 12 Nov 2006 23:56:12 +0100 Original-Received: from cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se ([85.194.49.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Nov 2006 23:56:12 +0100 Original-Received: from mindcooler by cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Nov 2006 23:56:12 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 30 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) In-Reply-To: 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:62146 Archived-At: Eric Lilja skrev: > Juanma Barranquero skrev: >> On 11/12/06, Eric Lilja wrote: >> >>> Thanks, done that now and trying to recompile (did a bootstrap-clean so >>> it will take a few minutes before I know how it went). >> >> Did you use "#ifndef CYGWIN"? Does CYGWIN exist? >> >>> I ran configure.bat in the nt subdir as I have always done when building >>> emacs on this platform. >> >> I don't understand. If you're doing a Cygwin build, you don't run >> nt/configure.bat, just ./configure on the root dir of the source >> tarball... >> >> /L/e/k/t/u > > I'm using the cygwin tools to make mingw build. Nothing weird about it. Didn't help. Somewhere it decides to include but it should not because I specified --no-cygwin when configuring. Got the same warning and error. CYGWIN is not defined, WINDOWSNT is, still that files gets included somewhere and then the compiler warns later when is included. gcc -DWINDOWSNT -DHAVE_GETCWD -DHAVE_STRERROR -c -o oo-spd/i386/emacsclient.o emacsclient.c -mno-cygwin is passed to other files...but not emacsclient.c it seems. Bug? / E