From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: kgold@watson.ibm.com (kgold) Newsgroups: gmane.emacs.help Subject: tramp install bug? Date: 26 Jan 2005 20:31:30 GMT Organization: IBM T.J. Watson Research Center Message-ID: <41f7fe22_1@news1.prserv.net> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1106770959 2972 80.91.229.6 (26 Jan 2005 20:22:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Jan 2005 20:22:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 26 21:22:33 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CttgO-0004cs-00 for ; Wed, 26 Jan 2005 21:22:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cttsi-0002GA-SG for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Jan 2005 15:35:16 -0500 X-Newsreader: xrn 9.02 Original-Newsgroups: gnu.emacs.help Original-NNTP-Posting-Host: yktgi01e0-s5.watson.ibm.com Original-X-Trace: 26 Jan 2005 20:31:30 GMT, yktgi01e0-s5.watson.ibm.com Original-Lines: 21 Original-X-Complaints-To: abuse@prserv.net Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.yul.equant.net!newsfeed.us.prserv.net!prserv.net!news1.prserv.net!alpha.watson.ibm.com!kgold Original-Xref: shelby.stanford.edu gnu.emacs.help:128157 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:23656 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23656 Trying to install tramp, I get this: tramp-2.1.3> ./configure --with-contrib configure: Tramp 2.1.3 checking for gmake... gmake checking for reasonable gmake version... ok checking whether gmake sets $(MAKE)... yes checking for /usr/gnu/bin/emacs-20.7... yes checking for /usr/gnu/bin/emacs-20.7 flavor... emacs checking for /usr/gnu/bin/emacs-20.7 version... nok configure: error: Tramp 2.1.3 is not fit for GNU Emacs 20.7.1 (rs6000-ibm-aix4.3.3.0, X toolkit) Question 1: My centrally administered system has emacs-20.7, emacs-21.2, and emacs-21.3. Could the install script be finding the older one and stopping before it finds the newer one? Can I just hack out the test from 'configure'? Is this a bug? Question 2: I'm still using 20.7 because I could never get 21.3 working completely. Is there a tramp version that works with 20.7?