Am Donnerstag, 14. März 2013 schrieb Ludovic Courtès: > Now that xeyes works, you could try to uncomment the X dependencies in > emacs.scm and see what happens. :-)
It looks for a toolkit such as gtk: checking for xaw3d... no checking for libXaw... configure: error: No X toolkit could be found. If you are sure you want Emacs compiled without an X toolkit, pass --with-x-toolkit=no to configure. Otherwise, install the development libraries for the toolkit that you want to use (e.g. Gtk+) and re-run configure. Does it make sense to compile with --with-x-toolkit=no? Andreas