From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sebastian Rose Newsgroups: gmane.emacs.devel Subject: Re: undefined reference to ftfont_variation_glyphs Date: Sun, 29 Mar 2009 19:54:23 +0200 Message-ID: <87d4c0rz8w.fsf@kassiopeya.MSHEIMNETZ> References: <873acy3n9m.fsf@kassiopeya.MSHEIMNETZ> <87vdpu28a1.fsf@kassiopeya.MSHEIMNETZ> <873acwxnca.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1238349089 7938 80.91.229.12 (29 Mar 2009 17:51:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Mar 2009 17:51:29 +0000 (UTC) Cc: emacs-devel Mailinglist To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 29 19:52:47 2009 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 1LnzBe-0008S4-24 for ged-emacs-devel@m.gmane.org; Sun, 29 Mar 2009 19:52:46 +0200 Original-Received: from localhost ([127.0.0.1]:48749 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnzAG-0000UL-SP for ged-emacs-devel@m.gmane.org; Sun, 29 Mar 2009 13:51:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LnzAC-0000U2-Ek for emacs-devel@gnu.org; Sun, 29 Mar 2009 13:51:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LnzA8-0000Sv-VS for emacs-devel@gnu.org; Sun, 29 Mar 2009 13:51:16 -0400 Original-Received: from [199.232.76.173] (port=32797 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnzA8-0000Sp-La for emacs-devel@gnu.org; Sun, 29 Mar 2009 13:51:12 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:44510) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LnzA8-0000RW-2j for emacs-devel@gnu.org; Sun, 29 Mar 2009 13:51:12 -0400 Original-Received: (qmail invoked by alias); 29 Mar 2009 17:51:08 -0000 Original-Received: from p5B040252.dip0.t-ipconnect.de (EHLO kassiopeya.MSHEIMNETZ.gmx.de) [91.4.2.82] by mail.gmx.net (mp011) with SMTP; 29 Mar 2009 19:51:08 +0200 X-Authenticated: #8529601 X-Provags-ID: V01U2FsdGVkX1+vOhoeW/mvxlVzRfg7/et5wKgfR89dV2v1qVcpJl 4bBgdpI0gr5mxs In-Reply-To: <873acwxnca.fsf@cyd.mit.edu> (Chong Yidong's message of "Sun, 29 Mar 2009 13:15:01 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.73 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:109907 Archived-At: Chong Yidong writes: > Sebastian Rose writes: > >> This is the fix I used (and that works fine): > > I've checked in your patch (with a slight correction). Thanks. Now it works :) Pulled emacs into a new directory and build emacs successfully. Thanks a lot