From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" 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:23:31 +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 1163370288 17117 80.91.229.2 (12 Nov 2006 22:24:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Nov 2006 22:24:48 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 12 23:24:45 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 1GjNkj-0003Sm-TX for ged-emacs-devel@m.gmane.org; Sun, 12 Nov 2006 23:24:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GjNkj-0007oP-67 for ged-emacs-devel@m.gmane.org; Sun, 12 Nov 2006 17:24:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GjNkW-0007mB-6Y for emacs-devel@gnu.org; Sun, 12 Nov 2006 17:24:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GjNkR-0007jS-MI for emacs-devel@gnu.org; Sun, 12 Nov 2006 17:24:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GjNkR-0007jL-J8 for emacs-devel@gnu.org; Sun, 12 Nov 2006 17:24:19 -0500 Original-Received: from [64.233.166.180] (helo=py-out-1112.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GjNkR-0002NC-FS for emacs-devel@gnu.org; Sun, 12 Nov 2006 17:24:19 -0500 Original-Received: by py-out-1112.google.com with SMTP id p76so638055pyb for ; Sun, 12 Nov 2006 14:23:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cJsXbt/KEjYaulkNGdP/+O83WnZflAqX/hN6lneMude/9d4fBWLyBC+WnHM/PXkuZJm8+8dIB/GlMR+VEBNoLy0Y5RUnuC0CC8V9RCm1tM88qaF8603R2pNhA6GyfheBdLQDKjZ/T9n75FBERpWJBHGvZeN2lhmQ1CGIt3ZLM8k= Original-Received: by 10.35.46.11 with SMTP id y11mr9288718pyj.1163370212142; Sun, 12 Nov 2006 14:23:32 -0800 (PST) Original-Received: by 10.35.95.18 with HTTP; Sun, 12 Nov 2006 14:23:31 -0800 (PST) Original-To: "Eric Lilja" In-Reply-To: Content-Disposition: inline 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:62140 Archived-At: On 11/12/06, Eric Lilja wrote: > But when I tried to build a new version two weeks or so > ago using the same procedure as before, it wouldn't build. Tried again > now. Still won't build. Error: > In file included from emacsclient.c:286: > /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../include/w32api/winsock2.h:103:2: > warning: #warning "fd_set and associated macros have been defined in > sys/types. This may cause runtime problems with W32 sockets" lib-src/emacsclient.c has a #include near the beginning. Could you please wrap it on #ifndef CYGWIN ... #endif (assuming there's CYGWIN or another define that can be used to detect that we're compiling under cygwin) and report back? Just out of curiosity. Did you run ./configure? /L/e/k/t/u