Re: Emacs locking up my X connection...
Re: Emacs locking up my X connection...
- Subject: Re: Emacs locking up my X connection...
- From: Jeremy Huddleston <email@hidden>
- Date: Tue, 7 Dec 2010 11:55:15 -0800
On Dec 7, 2010, at 11:30, Bill Janssen wrote: But the configure step is key. Here are couple of lines from mine:
[...] checking for pkg-config... (cached) /local/bin/pkg-config checking for fontconfig >= 2.2.0... no [...] Does Emacs use -lxft? no [...]
So: the fontconfig libraries are installed in /usr/X11/lib, but the configure script for Emacs uses the execrable pkg-config to try to find them. Since I rashly installed ImageMagick, which uses pkg-config, there's a binary of it in /local/bin, which doesn't know about the fontconfig libraries installed by XQuartz.
To be fair, /usr/X11/share/pkgconfig/ also doesn't mention fontconfig, so even if I adjusted PKG_CONFIG_PATH, I don't see how this could work.
I'm sure it all works dandy on a GNU-Linux Gnome system :-).
PKG_CONFIG_PATH=/usr/X11/share/pkgconfig:/usr/X11/lib/pkgconfig
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden