I am trying to build Emacs 24.0.94 with X support on a 64-bit SUSE Linux (10.2 Enterprise release) box. I see that the X11 libraries are installed in /usr/lib/X11R6 and I am tel
On SUSE Linux you will typically want to compile Emacs with support for GTK, so you should install GTK headers along with X headers (package gtk2-devel
).
In order to compile Emacs with all modern features you will want to install development packages for packages not found in your ./configure
output: rsvg, dbus, gnutls, etc...