From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adolfo De Unanue Newsgroups: gmane.emacs.devel Subject: Re: 23.0.50; Image support disabled by default? Date: Wed, 23 Jan 2008 21:23:58 +0000 (UTC) Message-ID: References: <87sl0o5wtf.GNU\\\'s_Not_Unix!%yavor@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1201123909 15840 80.91.229.12 (23 Jan 2008 21:31:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jan 2008 21:31:49 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 23 22:32:08 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JHnC9-0003br-Ab for ged-emacs-devel@m.gmane.org; Wed, 23 Jan 2008 22:31:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHnBT-0000Rl-Rh for ged-emacs-devel@m.gmane.org; Wed, 23 Jan 2008 16:30:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JHnBP-0000Qh-Qc for emacs-devel@gnu.org; Wed, 23 Jan 2008 16:30:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHnBN-0000PZ-Ur for emacs-devel@gnu.org; Wed, 23 Jan 2008 16:30:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHnBN-0000PW-S7 for emacs-devel@gnu.org; Wed, 23 Jan 2008 16:30:53 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JHnBG-000797-7U for emacs-devel@gnu.org; Wed, 23 Jan 2008 16:30:53 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JHnAZ-0003OF-1x for emacs-devel@gnu.org; Wed, 23 Jan 2008 21:30:03 +0000 Original-Received: from dsl-189-136-16-20.prod-infinitum.com.mx ([dsl-189-136-16-20.prod-infinitum.com.mx]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Jan 2008 21:30:03 +0000 Original-Received: from nano by dsl-189-136-16-20.prod-infinitum.com.mx with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Jan 2008 21:30:03 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 53 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 189.136.16.20 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071204 Galeon/2.0.2 (Ubuntu package 2.0.2-4ubuntu1) (gutsy) Firefox/2.0.0.11) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:87394 Archived-At: > > 2008-01-23 Yavor Doganov gnu.org> (tiny change) > > * configure.in: Use OPTION_DEFAULT_ON for xpm, jpeg, tiff, > gif, png and rsvg. Hi, I modify the configure.in, so now the lib images are in ON (i.e. OPTION_DEFAULT_ON) but I am getting the same response after the ./compile. The same thing happens if I use ./configure --with-ljpeg --with-ltiff etc... Any ideas? Adolfo [...] Where should the build process find the source code? /home/nano/software/emacs What operating system and machine description files should Emacs use? `s/gnu-linux.h' and `m/intel386.h' What compiler should emacs be built with? gcc -g -O2 -Wno-pointer-sign Should Emacs use the GNU version of malloc? yes (Using Doug Lea's new malloc from the GNU C Library.) Should Emacs use a relocating allocator for buffers? yes Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? x11 What toolkit should Emacs use? GTK Where do we find X Windows header files? Standard dirs Where do we find X Windows libraries? Standard dirs Does Emacs use -lXaw3d? no Does Emacs use -lXpm? no Does Emacs use -ljpeg? no Does Emacs use -ltiff? no Does Emacs use a gif library? no Does Emacs use -lpng? no Does Emacs use -lrsvg-2? no Does Emacs use -lgpm? no Does Emacs use X toolkit scroll bars? yes [...] The weird thing is I have libxaw3d, libxpm4 (3.5.6-3), libjpeg (6b-14), libtiff (3.8.2-7),libungif (4.1.4-5), librsvg-2 (2.18.2-1) and libgpm (1.19.6-25) installed! (Including the -dev) What is the problem? Maybe I have to update all the libs? By the way I am running a Ubuntu Gutsy.