From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Compiling emacs 22 on ubuntu 7.0.4 Date: Wed, 13 Jun 2007 22:45:40 +0200 Message-ID: <46705774.9050603@swipnet.se> References: <701fce30706102144k17151433rc78902a60e136884@mail.gmail.com> <466CE537.4030906@swipnet.se> <466DC104.4000701@gnu.org> <466FB669.3030006@swipnet.se> <86r6ogw69z.fsf@lola.quinscape.zz> <466FC659.2040707@swipnet.se> <86myz4w310.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1181767588 13004 80.91.229.12 (13 Jun 2007 20:46:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2007 20:46:28 +0000 (UTC) Cc: silverburgh.meryl@gmail.com, Jason Rumney , rms@gnu.org, emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 13 22:46:26 2007 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 1HyZjV-0000A1-BY for ged-emacs-devel@m.gmane.org; Wed, 13 Jun 2007 22:46:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyZjU-0000bJ-Sh for ged-emacs-devel@m.gmane.org; Wed, 13 Jun 2007 16:46:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HyZjQ-0000b4-OI for emacs-devel@gnu.org; Wed, 13 Jun 2007 16:46:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HyZjO-0000as-BM for emacs-devel@gnu.org; Wed, 13 Jun 2007 16:46:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyZjO-0000ap-66 for emacs-devel@gnu.org; Wed, 13 Jun 2007 16:46:18 -0400 Original-Received: from av11-1-sn2.hy.skanova.net ([81.228.8.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HyZjL-000584-KE; Wed, 13 Jun 2007 16:46:15 -0400 Original-Received: by av11-1-sn2.hy.skanova.net (Postfix, from userid 502) id A808838533; Wed, 13 Jun 2007 22:46:14 +0200 (CEST) Original-Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av11-1-sn2.hy.skanova.net (Postfix) with ESMTP id 9315F38350; Wed, 13 Jun 2007 22:46:14 +0200 (CEST) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id 7D4A937E4E; Wed, 13 Jun 2007 22:46:14 +0200 (CEST) User-Agent: Thunderbird 1.5.0.12 (X11/20070604) In-Reply-To: <86myz4w310.fsf@lola.quinscape.zz> X-detected-kernel: Linux 2.4-2.6 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:72810 Archived-At: David Kastrup skrev: > Jan Dj=E4rv writes: >=20 >> David Kastrup skrev: >>> I don't mind being able to specify --without-libpng and/or >>> --without-libgif, but the default behavior makes it somewhat too easy >>> to overlook that one is not generating a fully-capable Emacs for a >>> given platform. >>> >> That is OK. We can issue messages that says the library in question >> is required unless --without-* is given. Are there any library we >> should not require? I was thinking of tiff, which I don't think is >> that much used. >=20 > It is quite common in prepress, and since Emacs includes stuff like > image-dired, it would appear reasonable to not omit it without notice. >=20 I changed configure so it exits with an error if any image library isn't found, and --with-xxx=3Dno was not given. I only chnaged the trunk, not = the emacs 22 branch. Jan D.