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: Mon, 13 Nov 2006 09:21:18 +0100 Message-ID: References: <4557B756.2020701@gnu.org> 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 1163406334 797 80.91.229.2 (13 Nov 2006 08:25:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Nov 2006 08:25:34 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 13 09:25:32 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 1GjX88-0007xi-W0 for ged-emacs-devel@m.gmane.org; Mon, 13 Nov 2006 09:25:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GjX87-00080g-HF for ged-emacs-devel@m.gmane.org; Mon, 13 Nov 2006 03:25:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GjX7t-0007ya-WC for emacs-devel@gnu.org; Mon, 13 Nov 2006 03:25:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GjX7s-0007wi-4d for emacs-devel@gnu.org; Mon, 13 Nov 2006 03:25:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GjX7r-0007wa-VY for emacs-devel@gnu.org; Mon, 13 Nov 2006 03:25:07 -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 1GjX7r-0004as-LX for emacs-devel@gnu.org; Mon, 13 Nov 2006 03:25:08 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GjX7l-0007t3-Pe for emacs-devel@gnu.org; Mon, 13 Nov 2006 09:25:01 +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 ; Mon, 13 Nov 2006 09:25:01 +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 ; Mon, 13 Nov 2006 09:25:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 21 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:62173 Archived-At: Juanma Barranquero skrev: > On 11/13/06, Juanma Barranquero wrote: > >> > I've just checked in a fix for this. > > Hmm. emacsclient doesn't like something in src/config.h. After your > patch, I can only get it to compile by commenting out > > #include > > ?? > > /L/e/k/t/u I didn't try your work-around, Juanma, but I am too seing new compilation errors after Jason's check-in. Still, I think Jason is on the right track. If I specify --no-cygwin when running nt/configure.bat all c language source files should be compiled with the flag -mno-cygwin, not just most. Thanks for looking into this, Jason. / E