From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Geoffrey Alan Washburn Newsgroups: gmane.emacs.devel Subject: unicode-2 branch segfaulting on MacOS X? Date: Sun, 22 Oct 2006 11:36:42 -0400 Message-ID: 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 1161531649 29992 80.91.229.2 (22 Oct 2006 15:40:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Oct 2006 15:40:49 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 22 17:40:48 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 1GbfRJ-0007rk-2q for ged-emacs-devel@m.gmane.org; Sun, 22 Oct 2006 17:40:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GbfRI-0006fS-Oj for ged-emacs-devel@m.gmane.org; Sun, 22 Oct 2006 11:40:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GbfQo-0006Y7-TV for emacs-devel@gnu.org; Sun, 22 Oct 2006 11:40:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GbfQo-0006Xf-4a for emacs-devel@gnu.org; Sun, 22 Oct 2006 11:40:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GbfQn-0006Xc-Rr for emacs-devel@gnu.org; Sun, 22 Oct 2006 11:40:09 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GbfQn-0006Lm-OD for emacs-devel@gnu.org; Sun, 22 Oct 2006 11:40:10 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GbfQg-0007kV-Gb for emacs-devel@gnu.org; Sun, 22 Oct 2006 17:40:02 +0200 Original-Received: from c-68-39-209-108.hsd1.pa.comcast.net ([68.39.209.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Oct 2006 17:40:02 +0200 Original-Received: from geoffw by c-68-39-209-108.hsd1.pa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Oct 2006 17:40:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c-68-39-209-108.hsd1.pa.comcast.net User-Agent: Thunderbird 1.5.0.7 (X11/20060909) 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:61002 Archived-At: I've been trying to get the latest revision of the emacs-unicode-2 branch to build and run under MacOS X. Building seems to work fine, I've been using the following configuration ./configure --prefix=/local --enable-font-backend --with-gtk --with-xft --with-tiff --with-ungif --with-xpm --enable-asserts CPPFLAGS=-idirafter /usr/X11R6/include However, when I attempt to invoke emacs with emacs --enable-font-backend --font "Bitstream Vera Sans Mono-16" it seems to be segfaulting somewhere in font_unparse_fcname. Any ideas?