From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Buehler Newsgroups: gmane.emacs.devel Subject: cygwin gettext.h Date: Thu, 05 Dec 2002 11:59:00 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1039108387 17927 80.91.224.249 (5 Dec 2002 17:13:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Dec 2002 17:13:07 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18JzYb-0004du-00 for ; Thu, 05 Dec 2002 18:13:01 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18Jzgp-0004d6-00 for ; Thu, 05 Dec 2002 18:21:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18JzM8-0006Uw-00; Thu, 05 Dec 2002 12:00:08 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18JzLg-0006Ia-00 for emacs-devel@gnu.org; Thu, 05 Dec 2002 11:59:40 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18JzLA-0006CN-00 for emacs-devel@gnu.org; Thu, 05 Dec 2002 11:59:39 -0500 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18JzL9-0006BT-00 for emacs-devel@gnu.org; Thu, 05 Dec 2002 11:59:07 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18JzL7-0003Nn-00 for ; Thu, 05 Dec 2002 17:59:05 +0100 Original-To: emacs-devel@gnu.org X-Injected-Via-Gmane: http://gmane.org/ Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18JzL3-0003N0-00 for ; Thu, 05 Dec 2002 17:59:01 +0100 Original-Path: not-for-mail Original-Lines: 9 Original-NNTP-Posting-Host: 64.47.34.2 Original-X-Trace: main.gmane.org 1039107540 12051 64.47.34.2 (5 Dec 2002 16:59:00 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Thu, 5 Dec 2002 16:59:00 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2) Gecko/20021126 X-Accept-Language: en-us, en Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9895 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9895 FYI, The Cygwin gettext.h is under /usr/share/gettext/ for some reason. This causes 21.3.50 to fail to compile getopt.c because it cannot #include gettext.h. I will ask on the Cygwin list if this can be changed. Joe Buehler