From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Lilja Newsgroups: gmane.emacs.devel Subject: unicode branch:_ error in ftfont.c under fedora 8 Date: Sun, 02 Dec 2007 16:59:54 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1196611237 20220 80.91.229.12 (2 Dec 2007 16:00:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Dec 2007 16:00:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 02 17:00:46 2007 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 1IyrFN-0004xk-JC for ged-emacs-devel@m.gmane.org; Sun, 02 Dec 2007 17:00:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IyrF7-0004V1-9u for ged-emacs-devel@m.gmane.org; Sun, 02 Dec 2007 11:00:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IyrF4-0004Uu-3t for emacs-devel@gnu.org; Sun, 02 Dec 2007 11:00:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IyrF1-0004UH-TZ for emacs-devel@gnu.org; Sun, 02 Dec 2007 11:00:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IyrF1-0004U6-LP for emacs-devel@gnu.org; Sun, 02 Dec 2007 11:00:23 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IyrF1-00009T-3T for emacs-devel@gnu.org; Sun, 02 Dec 2007 11:00:23 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IyrEl-00041s-UG for emacs-devel@gnu.org; Sun, 02 Dec 2007 16:00:08 +0000 Original-Received: from cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se ([85.194.49.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Dec 2007 16:00:07 +0000 Original-Received: from mindcooler by cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Dec 2007 16:00:07 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:84487 Archived-At: Hi! I'm normally a windows user but I just got fedora 8 working on my laptop and I needed to do some work on it using emacs. I use emacs under windows, solaris and fedora and have on monolithic .emacs file so I don't have to maintain different versions. However, I noticed the font I used under fedora 7 didn't want to work under fedora 8 and none of the very few fonts availabe when I tried shift+left mouse button was satisfying. I got the idea that I should try and build the emacs-23 branch to see if I could get emacs to use the font bitstream vera sans mono which I installed. I downloaded the sources with: $ cvs -z3 -d:pserver:anonymous@gnu.savannah.org:/sources/emacs co -r emacs-unicode-2 emacs Configured with: $ ./configure --with-gtk --enable-font-backend --with-xft and then $ make bootstrap It stops with an error in ftfont.c: ftfont.c: In function 'ftfont_open': ftfont.c:738: error: 'struct ftfont_info' has no member 'maybe_otf' ftfont.c:739: error: 'struct ftfont_info' has no member 'otf' I'm writing this from windows so I hope I copied all the text correctly (I haven't setup my mail, news and gmane-reader under fedora yet). Hope this information will be of some help. - Eric