From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Newsgroups: gmane.emacs.devel Subject: Specify location of emacs.exe for make recompile? Date: Fri, 24 Sep 2010 18:50:18 -0600 Message-ID: <4C9D474A.4030201@gmail.com> 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: dough.gmane.org 1285375834 30612 80.91.229.12 (25 Sep 2010 00:50:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 25 Sep 2010 00:50:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 25 02:50:33 2010 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.69) (envelope-from ) id 1OzIyG-0000fW-E2 for ged-emacs-devel@m.gmane.org; Sat, 25 Sep 2010 02:50:32 +0200 Original-Received: from localhost ([127.0.0.1]:55817 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzIyE-0007gl-Ai for ged-emacs-devel@m.gmane.org; Fri, 24 Sep 2010 20:50:30 -0400 Original-Received: from [140.186.70.92] (port=60970 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzIy9-0007gF-Em for emacs-devel@gnu.org; Fri, 24 Sep 2010 20:50:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OzIy7-0005Ks-Vj for emacs-devel@gnu.org; Fri, 24 Sep 2010 20:50:25 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:59338) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OzIy7-0005Km-SH for emacs-devel@gnu.org; Fri, 24 Sep 2010 20:50:23 -0400 Original-Received: by iwn33 with SMTP id 33so4588132iwn.0 for ; Fri, 24 Sep 2010 17:50:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=N1FEg56XjP3CS+G743AFIsr7jw2zSAUwoIGWiE4L3Zw=; b=MmFwsS9/Iq0oNLeRw6GGLzG6QpzRzojI8/9IKfglaVBteCN+DF4TY/wvXGCzhmMA8p lq4RO7ue4LvboFLgnv0xI8on2/5eYgkzSk0UbnfYZ9Wo/DKr+xb2L1dPrOZwE7PDNazi 2ZNWB7MOgs36rQ6y01EwaIx/pcP+1g5oTrNJ4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=Ws8eu6PhxhZLjFAWJd/h3vodPuy8ief5otehMZ/SiUQw3oUCNrTw4mfXuPW2ITjcrB e5xCw1nCZMqI1WUOfIaMYC6ZgNqavD0FYY9aJVVUs2lS+PP/i0ybt+dkpzejdRbWmn5o nP0wHfXXIzEnJiRxxXN06krJZpU4sNjKo5VAA= Original-Received: by 10.231.14.72 with SMTP id f8mr455613iba.171.1285375822294; Fri, 24 Sep 2010 17:50:22 -0700 (PDT) Original-Received: from [192.168.1.5] (67-41-203-171.hlrn.qwest.net [67.41.203.171]) by mx.google.com with ESMTPS id g31sm2919486ibh.10.2010.09.24.17.50.20 (version=SSLv3 cipher=RC4-MD5); Fri, 24 Sep 2010 17:50:21 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:130819 Archived-At: Hi, I compile Emacs inplace and don't install, thus there is no emacs.exe in the bin directory. When running `make recompile' on Windows I get an error that emacs.exe was not found (in `bin'). I want to say that I read somewhere that I can pass an argument to `make' or `configure' that tells `make recompile' to look somewhere else for the executable, e.g. in `src/oo-spd/i386' but I cannot find the relevant info. Did I remember this correctly? Thanks, Christoph