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: Mon, 11 Jun 2007 08:27:22 +0200 Message-ID: <466CEB4A.4020100@swipnet.se> References: <701fce30706102144k17151433rc78902a60e136884@mail.gmail.com> <18028.56246.803917.520794@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181543304 31274 80.91.229.12 (11 Jun 2007 06:28:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2007 06:28:24 +0000 (UTC) Cc: Meryl Silverburgh , emacs-devel@gnu.org To: Nick Roberts Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 11 08:28:22 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 1HxdO2-0003CZ-En for ged-emacs-devel@m.gmane.org; Mon, 11 Jun 2007 08:28:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxdO2-00047y-1h for ged-emacs-devel@m.gmane.org; Mon, 11 Jun 2007 02:28:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HxdNz-000457-0l for emacs-devel@gnu.org; Mon, 11 Jun 2007 02:28:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HxdNy-00043G-DA for emacs-devel@gnu.org; Mon, 11 Jun 2007 02:28:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxdNy-000432-4Y for emacs-devel@gnu.org; Mon, 11 Jun 2007 02:28:18 -0400 Original-Received: from av9-1-sn2.hy.skanova.net ([81.228.8.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HxdNx-0007Y7-QA for emacs-devel@gnu.org; Mon, 11 Jun 2007 02:28:17 -0400 Original-Received: by av9-1-sn2.hy.skanova.net (Postfix, from userid 502) id BD10738224; Mon, 11 Jun 2007 08:28:16 +0200 (CEST) Original-Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av9-1-sn2.hy.skanova.net (Postfix) with ESMTP id A6D0B37EEB; Mon, 11 Jun 2007 08:28:16 +0200 (CEST) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id 004E237E43; Mon, 11 Jun 2007 08:28:15 +0200 (CEST) User-Agent: Thunderbird 2.0.0.0 (X11/20070326) In-Reply-To: <18028.56246.803917.520794@kahikatea.snap.net.nz> 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:72605 Archived-At: Nick Roberts skrev: > If you're building from CVS on the trunk, --with-gtk is also the default now. > This could be improved: % ./configure --with-x-toolkit=what configure: error: `--with-x-toolkit=what' is invalid\; this option's value should be `yes', `no', `lucid', `athena', `motif' or `gtk'. Currently, `yes' and `gtk', and `athena' and `lucid' are synonyms. It sound like yes, gtk, athena and lucid are all synonyms. How about `yes' and `gtk' are synonyms. `athena' and `lucid' are synonyms. Jan D.