From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: William Crandall Newsgroups: gmane.emacs.help Subject: Re: Eshell: Running GNU Make (Cygwin) on Windows 7 Date: Thu, 7 Jun 2012 18:59:58 -0700 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1339120817 30671 80.91.229.3 (8 Jun 2012 02:00:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Jun 2012 02:00:17 +0000 (UTC) To: help-gnu-emacs@gnu.org, despen@verizon.net Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 08 04:00:16 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ScoUj-0003sf-Fr for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Jun 2012 04:00:09 +0200 Original-Received: from localhost ([::1]:55234 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScoUj-0008WO-4u for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Jun 2012 22:00:09 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:36353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScoUd-0008Tb-2V for help-gnu-emacs@gnu.org; Thu, 07 Jun 2012 22:00:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScoUb-0000MW-8e for help-gnu-emacs@gnu.org; Thu, 07 Jun 2012 22:00:02 -0400 Original-Received: from mail-ob0-f169.google.com ([209.85.214.169]:38066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScoUb-0000Ln-0l for help-gnu-emacs@gnu.org; Thu, 07 Jun 2012 22:00:01 -0400 Original-Received: by obbwd18 with SMTP id wd18so2183020obb.0 for ; Thu, 07 Jun 2012 18:59:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=1AHERXwWjqMrON9l9qq92VRf7K+2uRFSnQedJkhaYUs=; b=hF0MNaa9GOfQ4auD2Bwh7pnmhAURCzm9obzjMj4kJ1sdM48fiezYseRRB10VqkisKl R0liB4iw05s1jhZQsLRILGhM8IVFjNuOMFEi12hJkKW+SVJqI9BI3NensfM+vNO5QR/d XAo4Y5GZeKo8OwtUM2IaDjby0t2pp+sxgaSgaZ0vYDGFQmVOonAfnmvlZ9RyGq8593rW 6bMq+J2aR2Yv74kHQCqRlC+8GzFnsqec0ptKBk8K+GhPFplnyXHltnvA8gybbg0spP3E 6R1Fg5nCW2iQHhS5UGdJZME7Du9J/RNdPRBGOKQS3BS3fX02aQRJTqrXKDiwSiLlyPbw skgg== Original-Received: by 10.182.31.47 with SMTP id x15mr4236233obh.62.1339120798862; Thu, 07 Jun 2012 18:59:58 -0700 (PDT) Original-Received: by 10.182.16.35 with HTTP; Thu, 7 Jun 2012 18:59:58 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.169 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:85148 Archived-At: Dan Espen writes: > Why Eshell? > > M-x compile > > -- > Dan Espen Thanks Dan, but M-x compile gives me: -------------------------------------------------- Compilation started at Thu Jun 07 18:51:13 make -k 'make' is not recognized as an internal or external command, operable program or batch file. Compilation exited abnormally with code 1 at Thu Jun 07 18:51:13 -------------------------------------------------- Cygwin 'make' works on Windows, in the Cygwin shell. And I can do much of what I want in eshell, git, etc. So it would be nice to be able to call Cygwin/make from there. -BC On Thu, Jun 7, 2012 at 5:10 PM, William Crandall wrote: > Hello, > > Is there a "best" way to run Cygwin's GNU Make from Eshell > on Windows 7? > > GNU Make 3.82.90 (Built for i686-pc-cygwin) runs fine in the > Cygwin shell, called from Cygwin's directory: /usr/bin/make > > How would you call it from Eshell? > > Thanks for any pointers! > > -BC > > Emacs: 24.1.50.1 > Windows 7