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: Sat, 28 Mar 2009 20:02:10 +0100 Message-ID: <87myb579ot.fsf@kassiopeya.MSHEIMNETZ> References: <873acy3n9m.fsf@kassiopeya.MSHEIMNETZ> <878wmq8gmt.fsf@cyd.mit.edu> <87fxgx8uya.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 1238266984 20946 80.91.229.12 (28 Mar 2009 19:03:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Mar 2009 19:03:04 +0000 (UTC) Cc: emacs-devel Mailinglist To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 28 20:04:21 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 1LndpJ-0005th-2o for ged-emacs-devel@m.gmane.org; Sat, 28 Mar 2009 20:04:17 +0100 Original-Received: from localhost ([127.0.0.1]:44074 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lndnv-0001js-Cj for ged-emacs-devel@m.gmane.org; Sat, 28 Mar 2009 15:02:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LndkE-00088w-T4 for emacs-devel@gnu.org; Sat, 28 Mar 2009 14:59:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LndkA-00083X-3p for emacs-devel@gnu.org; Sat, 28 Mar 2009 14:59:02 -0400 Original-Received: from [199.232.76.173] (port=44272 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LndkA-00083K-0B for emacs-devel@gnu.org; Sat, 28 Mar 2009 14:58:58 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:52379) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Lndk9-0001Wd-DU for emacs-devel@gnu.org; Sat, 28 Mar 2009 14:58:57 -0400 Original-Received: (qmail invoked by alias); 28 Mar 2009 18:58:55 -0000 Original-Received: from p5B041FF8.dip0.t-ipconnect.de (EHLO kassiopeya.MSHEIMNETZ.gmx.de) [91.4.31.248] by mail.gmx.net (mp009) with SMTP; 28 Mar 2009 19:58:55 +0100 X-Authenticated: #8529601 X-Provags-ID: V01U2FsdGVkX1/049QuWkn0T88+9X3l6MF075zyj+dsi2p9nn3XcO FOoLS+TTDymXcw In-Reply-To: <87fxgx8uya.fsf@kassiopeya.MSHEIMNETZ> (Sebastian Rose's message of "Sat, 28 Mar 2009 17:37:33 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.6 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:109896 Archived-At: Sebastian Rose writes: > The last time I could build emacs was 13. March 2009. But I don't update > on regular basis, just once or twice a week. So this will take some time > to find out, but I'll try. Hmm - it seems the error emerged either before my last successfull build (i.e. before 13. March) and is related to a change in libotf. If I pull the version of 13. March (the one I could build by then), I can't build on my current system today. Looks like I had still had libotf 0.9.8.1 on my system. Function OTF_get_variation_glyphs is quite new in 0.9.9 /usr/include/otf.h says: /* Version name of this library. */ #define LIBOTF_VERSION "0.9.9" Debian Changlog (http://packages.debian.org/changelogs/pool/main/libo/libotf/libotf_0.9.9-1/changelog) says this version is in testing since Tue, 03 Mar 2009: libotf (0.9.9-1) unstable; urgency=low * New upstream release 0.9.9. * debian/copyright: update the copyright year. * debian/control: inherit Priority and Section. -- Harshula Jayasuriya Tue, 03 Mar 2009 21:02:52 +1100 - Sebastian