From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: No rule to make target `../lib/ignore-value.h' Date: Tue, 9 Jul 2013 15:48:35 +0200 Message-ID: References: <51DBD2F2.5080205@gmx.at> <51DBE761.8020000@gmx.at> <51DC0B1C.8040700@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1373377763 2230 80.91.229.3 (9 Jul 2013 13:49:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Jul 2013 13:49:23 +0000 (UTC) Cc: emacs-devel To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 09 15:49:24 2013 Return-path: Envelope-to: ged-emacs-devel@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 1UwYIE-0002ub-Ek for ged-emacs-devel@m.gmane.org; Tue, 09 Jul 2013 15:49:22 +0200 Original-Received: from localhost ([::1]:47063 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwYIE-0003iG-3j for ged-emacs-devel@m.gmane.org; Tue, 09 Jul 2013 09:49:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwYI9-0003iB-LB for emacs-devel@gnu.org; Tue, 09 Jul 2013 09:49:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwYI8-0007e0-BI for emacs-devel@gnu.org; Tue, 09 Jul 2013 09:49:17 -0400 Original-Received: from mail-ee0-x230.google.com ([2a00:1450:4013:c00::230]:64277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwYI8-0007dh-53 for emacs-devel@gnu.org; Tue, 09 Jul 2013 09:49:16 -0400 Original-Received: by mail-ee0-f48.google.com with SMTP id b47so3583874eek.21 for ; Tue, 09 Jul 2013 06:49:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Qw1zamoug50htKg04MFnY/2JcCmp4wILJ+X86XBd4IM=; b=nTCTaiiJbxL7ohDZ62VcfZOwSbzdsPCxXVKB9n4uOpx+3mvvFZcwaEcKFSm4X4kH7v MzSLDlV3nZ+gAQQYLARO6pR1Y2nt4oVT+3oqHJIkihQ5T4EYXP9iz5kIq+TQvs0sKnYM bg4s99ANI3SZ84os0OVTWOZtmNc2Sgp48ONrYDp0aBxnF3qcYbIhNqcw6BDFyCWHw3Py PSBgTLD7soEmuXEhr59M/TuAkY2d+U0D+fs+hZXoIWDD4kw2HQ9qdawi6ARuMuEVnoGo gf+SD3COsbPvyq4PSkMFlu63FFNJBth1A/QsxLlxnB8VxZZO92qLIzPTD6QaiMWrMkMM iULQ== X-Received: by 10.15.102.68 with SMTP id bq44mr30865753eeb.89.1373377755338; Tue, 09 Jul 2013 06:49:15 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Tue, 9 Jul 2013 06:48:35 -0700 (PDT) In-Reply-To: <51DC0B1C.8040700@gmx.at> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::230 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:161752 Archived-At: On Tue, Jul 9, 2013 at 3:07 PM, martin rudalics wrote: > And how does it find sed.exe for example? If you follow the instructions in nt/INSTALL.MSYS, many tools are installed in C:/MinGW/msys/1.0/bin (or wherever you decided to install MSYS), and the MSYS.BAT script in C:/MinGW/msys/1.0 already sets that directory in the path. Additional tools can be installed wherever you want, and you can create a %HOME%/.profile or %HOME%/.bash_login and set the path there, so it is only used by bash. Getting it all installed and according to your tastes is a bit tedious, but quite straightforward.