* configuring with --enable-font-backend and libotf
@ 2008-02-17 17:30 Manoj Srivastava
2008-02-17 17:50 ` Manoj Srivastava
0 siblings, 1 reply; 2+ messages in thread
From: Manoj Srivastava @ 2008-02-17 17:30 UTC (permalink / raw)
To: emacs-devel
Hi,
Curious about what I have been hearing about the ability to
handle indic languages with the new font backends, I installed libotf;
whipped together a /usr/lib/pkgcongif/libotf.pc (since none existed on
my Debian machine), and compiled.
It was configured with:
./configure --with-dbus --with-gtk --with-gpm --with-pop=yes \
--with-xpm --with-jpeg --with-tiff --with-gif \
--with-png --with-x --enable-font-backend \
--with-xft --with-freetype --with-rsvg --with-libotf
--8<---------------cut here---------------start------------->8---
Configured for `x86_64-unknown-linux-gnu'.
Where should the build process find the source code?
/usr/local/src/arch/others/emacs/myemacs--devel--23.0
What operating system and machine description files should Emacs use?
`s/gnu-linux.h' and `m/amdx86-64.h'
What compiler should emacs be built with? gcc -g -O2 -Wno-pointer-sign
Should Emacs use the GNU version of malloc? yes
(Using Doug Lea's new malloc from the GNU C Library.)
Should Emacs use a relocating allocator for buffers? yes
Should Emacs use mmap(2) for buffer allocation? no
What window system should Emacs use? x11
What toolkit should Emacs use? GTK
Where do we find X Windows header files? Standard dirs
Where do we find X Windows libraries? Standard dirs
Does Emacs use -lXaw3d? no
Does Emacs use -lXpm? yes
Does Emacs use -ljpeg? yes
Does Emacs use -ltiff? yes
Does Emacs use a gif library? yes -lgif
Does Emacs use -lpng? yes
Does Emacs use -lrsvg-2? yes
Does Emacs use -lgpm? yes
Does Emacs use -ldbus? yes
Does Emacs use a font backend? yes
Does Emacs use -lfreetype? yes
Does Emacs use -lm17n-flt? no
Does Emacs use -lotf? yes
Does Emacs use -lxft? yes
Does Emacs use X toolkit scroll bars? yes
--8<---------------cut here---------------end--------------->8---
I set it up to use both xft and the core X fonts:
--8<---------------cut here---------------start------------->8---
__> xrdb -query | grep Emacs
Emacs.FontBackend: x xft
Emacs.font: -rfx-courier-medium-r-normal--12-120-75-75-m-70-iso10646-1
--8<---------------cut here---------------end--------------->8---
But all this results in is:
__> ./src/emacs
No font backend available
What am I missing?
manoj
--
"I'll say it again for the logic impaired." Larry Wall
<lwall@jpl-devvax.jpl.nasa.gov>
Manoj Srivastava <srivasta@acm.org> <http://www.golden-gryphon.com/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: configuring with --enable-font-backend and libotf
2008-02-17 17:30 configuring with --enable-font-backend and libotf Manoj Srivastava
@ 2008-02-17 17:50 ` Manoj Srivastava
0 siblings, 0 replies; 2+ messages in thread
From: Manoj Srivastava @ 2008-02-17 17:50 UTC (permalink / raw)
To: emacs-devel
Hi,
It turns out that specifying the font backend was the source of
the problem: these do not work:
Emacs.FontBackend: x xft
Emacs.FontBackend: ftx
But this does work:
Emacs.FontBackend: xft
So I can get antialiasing now, but there is no improvement in
indic font handling, possibly because I lack lm17n-flt.
manoj
--
Express Lane: Five beers or less Sign over one of the urinals, Ed
Debevic's. Phoenix, AZ.
Manoj Srivastava <srivasta@acm.org> <http://www.golden-gryphon.com/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-17 17:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-17 17:30 configuring with --enable-font-backend and libotf Manoj Srivastava
2008-02-17 17:50 ` Manoj Srivastava
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.