From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Brown Newsgroups: gmane.emacs.devel Subject: Re: Is the Cygw32 port ready for testing? Date: Sat, 20 Oct 2012 09:19:46 -0400 Message-ID: <5082A4F2.2010009@cornell.edu> References: <508179DB.20602@alice.it> <50820FAA.8050107@cornell.edu> <508266A0.8020608@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1350739193 21461 80.91.229.3 (20 Oct 2012 13:19:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Oct 2012 13:19:53 +0000 (UTC) Cc: emacs To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 20 15:20:01 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TPYy8-0008Ea-0n for ged-emacs-devel@m.gmane.org; Sat, 20 Oct 2012 15:20:00 +0200 Original-Received: from localhost ([::1]:47432 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPYy0-0005Dd-OP for ged-emacs-devel@m.gmane.org; Sat, 20 Oct 2012 09:19:52 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPYxz-0005DY-42 for emacs-devel@gnu.org; Sat, 20 Oct 2012 09:19:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TPYxy-0007PX-2q for emacs-devel@gnu.org; Sat, 20 Oct 2012 09:19:50 -0400 Original-Received: from limestone8.mail.cornell.edu ([128.253.83.168]:65078) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPYxx-0007PC-Uy for emacs-devel@gnu.org; Sat, 20 Oct 2012 09:19:50 -0400 X-CornellRouted: This message has been Routed already. Original-Received: from orchid.mail.cornell.edu (orchid.mail.cornell.edu [132.236.56.61]) by limestone8.mail.cornell.edu (8.14.4/8.14.4) with ESMTP id q9KDJmXl027778 for ; Sat, 20 Oct 2012 09:19:48 -0400 (EDT) Original-Received: from authusersmtp.mail.cornell.edu (granite2.mail.cornell.edu [128.253.83.142]) by orchid.mail.cornell.edu (8.14.4/8.14.4) with ESMTP id q9KDJmGJ022101 for ; Sat, 20 Oct 2012 09:19:49 -0400 (EDT) Original-Received: from [192.168.1.79] (108-222-49-98.lightspeed.tukrga.sbcglobal.net [108.222.49.98]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id q9KDJj5a008932 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 20 Oct 2012 09:19:46 -0400 (EDT) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0 In-Reply-To: <508266A0.8020608@alice.it> X-PMX-CORNELL-SPAM-CHECKED: Pawpaw X-PMX-Version: 5.5.9.395186, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2012.10.20.130916 X-Original-Sender: kbrown@cornell.edu - Sat Oct 20 09:19:46 2012 X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 128.253.83.168 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:154465 Archived-At: On 10/20/2012 4:53 AM, Angelo Graziosi wrote: > Il 20/10/2012 4.42, Ken Brown ha scritto: >> On 10/19/2012 12:03 PM, Angelo Graziosi wrote: >>> It fails for me... (trunk rev. 110588): >>> >>> [...] >>> In file included from /home/angelo/work/emacs/src/image.c:2964:0: >>> /usr/include/X11/xpm.h:70:63: fatal error: simx.h: No such file or >>> directory >> >> You need to install libXpm-noX-devel to get simx.h. > > Now it builds and seems to work... > > Obviously, it ignores :-( the ~/.Xdefaults file... Right. The Cygw32 build is for people who would rather use the native Windows GUI rather than X11. People who want to use ~/.Xdefaults for customization should stick to the standard X11 build. My only reason for testing the Cygw32 build is so that I could offer it as an alternative to emacs-X11 in the Cygwin distribution. Ken