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: Thu, 14 Jun 2007 08:14:31 +0200 Message-ID: <4670DCC7.8070503@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> <46705774.9050603@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1181801734 1304 80.91.229.12 (14 Jun 2007 06:15:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Jun 2007 06:15:34 +0000 (UTC) Cc: silverburgh.meryl@gmail.com, Jason Rumney , rms@gnu.org, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 14 08:15:31 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 1HyicF-0003qi-FU for ged-emacs-devel@m.gmane.org; Thu, 14 Jun 2007 08:15:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyicE-0001Lc-Pj for ged-emacs-devel@m.gmane.org; Thu, 14 Jun 2007 02:15:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HyicB-0001KE-Ux for emacs-devel@gnu.org; Thu, 14 Jun 2007 02:15:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hyic9-0001Jh-VP for emacs-devel@gnu.org; Thu, 14 Jun 2007 02:15:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hyic9-0001Je-O4 for emacs-devel@gnu.org; Thu, 14 Jun 2007 02:15:25 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hyic5-0005gY-VM; Thu, 14 Jun 2007 02:15:22 -0400 Original-Received: from av9-1-sn3.vrr.skanova.net ([81.228.9.185]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hyic4-0004RJ-N0; Thu, 14 Jun 2007 02:15:20 -0400 Original-Received: by av9-1-sn3.vrr.skanova.net (Postfix, from userid 502) id D0D2238664; Thu, 14 Jun 2007 08:15:18 +0200 (CEST) Original-Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av9-1-sn3.vrr.skanova.net (Postfix) with ESMTP id B759338655; Thu, 14 Jun 2007 08:15:18 +0200 (CEST) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 9E08437E4C; Thu, 14 Jun 2007 08:15:18 +0200 (CEST) User-Agent: Thunderbird 2.0.0.0 (X11/20070419) In-Reply-To: X-detected-kernel: Linux 2.4-2.6 X-detected-kernel: 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:72827 Archived-At: Glenn Morris skrev: > Jan Dj=E4rv wrote: >=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. >=20 > To complete this hand-holding for people who don't bother to read > configure's final summary, it should presumably also do the same thing > for an x-toolkit (else the image libraries won't be much use). Well, it could be OSX. >=20 > I suggest that it would be slightly more friendly to check for all the > "required" features first, and only then abort with an error if any > are missing and not disabled, rather than aborting after the first > missing one. Otherwise it might be necessary to run configure multiple > times before it completes (disabling more things every time). I > realize this takes more work in configure.in though. >=20 Not that hard, I can change to that. Jan D.