emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling emacs 22 on ubuntu 7.0.4


From: Nick Roberts
Subject: Re: Compiling emacs 22 on ubuntu 7.0.4
Date: Mon, 11 Jun 2007 17:20:54 +1200

 > I am trying to compile emacs 22 on ubuntu 7.0.4. The compile
 > completes, but when I execute the emacs, the tool bar
 > icons/splashscreen only has black/white color. Can you please tell me
 > how to fix that?
 > 
 > 
 > This is my configure string:
 >  ./configure --prefix=/home/scheung/localbin --with-gtk -with-jpeg
 > --with-png --with-tiff --with-gif
 > Thank you.

You're probably missing some header files, e.g, /usr/include/X11/xpm.h
from the package libxpm-dev.  You can check by looking through config.log in
the top directory.  Also, when you run configure at the start, a list of what
it finds is given at the end.

I don't think you need to specify  -with-jpeg --with-png --with-tiff --with-gif
as they are all the default (if you have the headers/libraries).

If you're building from CVS on the trunk, --with-gtk is also the default now.

-- 
Nick                                           http://www.inet.net.nz/~nickrob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]