From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Is the Cygw32 port ready for testing? Date: Sat, 20 Oct 2012 10:53:52 +0200 Message-ID: <508266A0.8020608@alice.it> References: <508179DB.20602@alice.it> <50820FAA.8050107@cornell.edu> 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 1350723249 1588 80.91.229.3 (20 Oct 2012 08:54:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Oct 2012 08:54:09 +0000 (UTC) Cc: emacs To: Ken Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 20 10:54:17 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 1TPUoz-0002Y5-04 for ged-emacs-devel@m.gmane.org; Sat, 20 Oct 2012 10:54:17 +0200 Original-Received: from localhost ([::1]:57513 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPUor-00069e-RA for ged-emacs-devel@m.gmane.org; Sat, 20 Oct 2012 04:54:09 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPUoo-00066X-IN for emacs-devel@gnu.org; Sat, 20 Oct 2012 04:54:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TPUon-0002mx-Gl for emacs-devel@gnu.org; Sat, 20 Oct 2012 04:54:06 -0400 Original-Received: from smtp205.alice.it ([82.57.200.101]:52655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPUon-0002md-9d for emacs-devel@gnu.org; Sat, 20 Oct 2012 04:54:05 -0400 Original-Received: from [192.168.1.101] (79.43.231.21) by smtp205.alice.it (8.6.023.02) id 5046970006A06871; Sat, 20 Oct 2012 10:53:58 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 In-Reply-To: <50820FAA.8050107@cornell.edu> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.101 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:154461 Archived-At: 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 where I defined Emacs.FontBackend: xft Emacs.font: Bitstream Vera Sans Mono 11 Xft*antialias: true Xft*autohint: true Ciao, Angelo.