From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Eichwalder Newsgroups: gmane.emacs.devel Subject: Re: Crash on MacOSX 10.4 (Re: gnustep build broken) Date: Tue, 29 Jul 2008 06:23:27 +0200 Message-ID: <20080729062327.nez2t93o8c4soskw@imap.suse.de> References: <20080718080208.ou15qnjtt4go8o4k@imap.suse.de> <20080722053011.e1ba3ydgm5w8w8gg@imap.suse.de> <20080724201413.jw4rmyyr280w0ks0@imap.suse.de> <20080725080847.egpdekxj0gsk4g8o@imap.suse.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1217305436 13136 80.91.229.12 (29 Jul 2008 04:23:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Jul 2008 04:23:56 +0000 (UTC) Cc: Adrian Robert , emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 29 06:24:45 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KNglR-0001ZM-9H for ged-emacs-devel@m.gmane.org; Tue, 29 Jul 2008 06:24:45 +0200 Original-Received: from localhost ([127.0.0.1]:34433 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNgkX-0008Cq-40 for ged-emacs-devel@m.gmane.org; Tue, 29 Jul 2008 00:23:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KNgkK-00082q-HI for emacs-devel@gnu.org; Tue, 29 Jul 2008 00:23:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNgkH-00080R-V9 for emacs-devel@gnu.org; Tue, 29 Jul 2008 00:23:34 -0400 Original-Received: from [199.232.76.173] (port=59183 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNgkH-00080O-SH for emacs-devel@gnu.org; Tue, 29 Jul 2008 00:23:33 -0400 Original-Received: from mx2.suse.de ([195.135.220.15]:42876) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KNgkH-0001hb-UA for emacs-devel@gnu.org; Tue, 29 Jul 2008 00:23:34 -0400 Original-Received: from Relay2.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id B3B2345DD3; Tue, 29 Jul 2008 06:23:28 +0200 (CEST) X-Priority: 3 (Normal) In-Reply-To: Content-Disposition: inline User-Agent: Internet Messaging Program (IMP) H3 (4.1.5) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:101669 Archived-At: Am Sat 26 Jul 2008 06:05:44 AM CEST schrieb YAMAMOTO Mitsuharu =20 : >>>>>> On Fri, 25 Jul 2008 08:08:47 +0200, Karl Eichwalder said= : > >> Using Gnus, Emacs compiled this morning crashes very often (it also >> cashes if you build without NS support--I observe this behavior >> since several weeks now once I started to use Emacs 23 on this >> platform). > > I suspect the crash *without NS support* is due to this issue: ATM, it does not build without NS support; 'configure --with-x11' results in: image.c: In function 'svg_load_image': image.c:8007: error: 'RsvgDimensionData' undeclared (first use in this =20 function) image.c:8007: error: (Each undeclared identifier is reported only once image.c:8007: error: for each function it appears in.) image.c:8007: error: parse error before 'dimension_data' image.c:8035: error: 'dimension_data' undeclared (first use in this function= ) make[1]: *** [image.o] Error 1 make: *** [src] Error 2 Trying --without-rsvg resulsts in: ftfont.c: In function 'ftfont_pattern_entity': ftfont.c:163: error: 'FC_WEIGHT_REGULAR' undeclared (first use in this =20 function) ftfont.c:163: error: (Each undeclared identifier is reported only once ftfont.c:163: error: for each function it appears in.) ftfont.c:172: error: 'FC_WIDTH' undeclared (first use in this function) ftfont.c: In function 'ftfont_list': ftfont.c:768: error: 'FC_WIDTH' undeclared (first use in this function) make[1]: *** [ftfont.o] Error 1 make: *** [src] Error 2 > http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-07/msg00132.html > > This happens with Emacs 23 on Mac OS X 10.4 as far as I tested. Can > you try removing the `res_init' call in process.c? Compiling with NS support and removing the two res_init calls in does not help.