From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleksandr Gavenko Newsgroups: gmane.emacs.help Subject: Re: problems with tramp installation (Windows) Date: Sat, 23 Jul 2011 09:11:04 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1311408697 15776 80.91.229.12 (23 Jul 2011 08:11:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 23 Jul 2011 08:11:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 23 10:11:30 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QkXJ4-0002N8-71 for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Jul 2011 10:11:30 +0200 Original-Received: from localhost ([::1]:39567 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkXJ3-0005Pa-HL for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Jul 2011 04:11:29 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkXIz-0005Ov-PX for help-gnu-emacs@gnu.org; Sat, 23 Jul 2011 04:11:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkXIy-00014f-Oe for help-gnu-emacs@gnu.org; Sat, 23 Jul 2011 04:11:25 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:37508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkXIy-00014b-HI for help-gnu-emacs@gnu.org; Sat, 23 Jul 2011 04:11:24 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QkXIw-0002Lm-Ja for help-gnu-emacs@gnu.org; Sat, 23 Jul 2011 10:11:22 +0200 Original-Received: from 118-170-202-46.pool.ukrtel.net ([46.202.170.118]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jul 2011 10:11:22 +0200 Original-Received: from gavenkoa by 118-170-202-46.pool.ukrtel.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jul 2011 10:11:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 36 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 118-170-202-46.pool.ukrtel.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81750 Archived-At: 2011-07-22 15:49, Jeffery Rancier пишет: > Do I need to set some environmental variable to the runemacs.exe > executable? Here’s what I’m getting: > > $ ./configure > > configure: Tramp 2.2.1 > > checking for gmake... no > > checking for make... make > > checking for reasonable make version... ok > > checking whether make sets $(MAKE)... yes > > checking for emacs... no > > configure: error: emacs not found > > vndJBRancier@INFO-FGYQLG1 ~/pkg/emacs-21.3/site-lisp/tramp > Do you under Windows? 'runemacs' comes only for Windows. Under UNIX like only 'emacs' command was present. To build el-package 'emacs' command is enough. Add /path-to/bin/emacs into PATH ant try again. Or check $ ./configure --help or search in configure 'EMACS' like variable if you under Windows and try use MSYS/Cygwin. -- Best regards!