[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building emacs 23 for RHEL5
From: |
Glenn Morris |
Subject: |
Re: Building emacs 23 for RHEL5 |
Date: |
Mon, 16 May 2011 13:54:06 -0400 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
I would guess that you have built a version with no X-toolkit, so it is
falling back to some old internal implementation. Check the end of
configure's output, where it says what features Emacs will be built
with: "What toolkit should Emacs use?" Also check for the image support here.
It sounds like your systems is/was missing a lot of development
libraries. Try:
yum install gtk2 gtk2-devel glib2 glib2-devel
and re-configure.