From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dylan Newsgroups: gmane.emacs.help Subject: Emacs23.3: can't get w3m-el-snapshot to install to appropriate path Date: Wed, 23 Mar 2011 13:19:21 -0700 (PDT) Organization: http://groups.google.com Message-ID: <968589a9-e522-4072-9f8b-82f66e8da152@i35g2000prd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1300912955 31916 80.91.229.12 (23 Mar 2011 20:42:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Mar 2011 20:42:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 23 21:42:31 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q2Usx-0005oz-D0 for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Mar 2011 21:42:31 +0100 Original-Received: from localhost ([127.0.0.1]:59309 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2Usw-0001t8-Pj for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Mar 2011 16:42:30 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!i35g2000prd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 64.122.99.114 Original-X-Trace: posting.google.com 1300911561 6979 127.0.0.1 (23 Mar 2011 20:19:21 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 23 Mar 2011 20:19:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i35g2000prd.googlegroups.com; posting-host=64.122.99.114; posting-account=tcr1oQoAAACn-Lg8dtrx6GwQKqxpY1_K User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16, gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:186225 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: news.gmane.org gmane.emacs.help:80362 Archived-At: Hello, I recently tried installing emacs-w3m (development version) from source using the "./configure - make - make install" sequence. Since I have more than one emacs lisp directory installed (GNU emacs 21 in directory /usr/share/emacs, GNU emacs 23 directory in /opt/local/ share/emacs/, and Cocoa Emacs in /Applications/Emacs.app/Contents), I explicitly configured file using --with-addpath option, such that "./ configure --with-addpath=/Applications/Emacs.app/Contents". However, upon verifying the install with "make what-where", make only wants to install in the path where emacs21 is installed (/usr/share/ emacs). To work around this, I tried removing emacs 21 completely, running make again, and this time it recognized /opt/local/share/emacs as the install path. Am I missing something here? How can I get make to recognize and install to the Cocoa Emacs directory? Thanks, Dylan