From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: undefined reference to ftfont_variation_glyphs Date: Sun, 29 Mar 2009 13:15:01 -0400 Message-ID: <873acwxnca.fsf@cyd.mit.edu> References: <873acy3n9m.fsf@kassiopeya.MSHEIMNETZ> <87vdpu28a1.fsf@kassiopeya.MSHEIMNETZ> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1238346833 1835 80.91.229.12 (29 Mar 2009 17:13:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Mar 2009 17:13:53 +0000 (UTC) Cc: emacs-devel Mailinglist To: Sebastian Rose Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 29 19:15:11 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 1LnybD-0005JD-9N for ged-emacs-devel@m.gmane.org; Sun, 29 Mar 2009 19:15:07 +0200 Original-Received: from localhost ([127.0.0.1]:57257 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnyZp-0002l6-EW for ged-emacs-devel@m.gmane.org; Sun, 29 Mar 2009 13:13:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LnyZk-0002kl-4m for emacs-devel@gnu.org; Sun, 29 Mar 2009 13:13:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LnyZe-0002kH-C1 for emacs-devel@gnu.org; Sun, 29 Mar 2009 13:13:34 -0400 Original-Received: from [199.232.76.173] (port=44520 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnyZd-0002kE-J3 for emacs-devel@gnu.org; Sun, 29 Mar 2009 13:13:29 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:38737) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LnyZd-00046m-E9 for emacs-devel@gnu.org; Sun, 29 Mar 2009 13:13:29 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id C3F5457E20B; Sun, 29 Mar 2009 13:15:01 -0400 (EDT) In-Reply-To: <87vdpu28a1.fsf@kassiopeya.MSHEIMNETZ> (Sebastian Rose's message of "Fri, 27 Mar 2009 18:19:18 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:109906 Archived-At: Sebastian Rose writes: > This is the fix I used (and that works fine): I've checked in your patch (with a slight correction). Thanks.