From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35462 invoked by alias); 16 Jul 2015 14:35:25 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 35447 invoked by uid 89); 16 Jul 2015 14:35:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.1 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail1.bemta8.messagelabs.com Received: from mail1.bemta8.messagelabs.com (HELO mail1.bemta8.messagelabs.com) (216.82.243.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 16 Jul 2015 14:35:22 +0000 Received: from [216.82.242.147] by server-3.bemta-8.messagelabs.com id 2C/A7-07068-821C7A55; Thu, 16 Jul 2015 14:35:20 +0000 X-Env-Sender: becao@progress.com X-Msg-Ref: server-10.tower-95.messagelabs.com!1437057319!40223925!1 X-StarScan-Received: X-StarScan-Version: 6.13.16; banners=-,-,- X-VirusChecked: Checked Received: (qmail 26412 invoked from network); 16 Jul 2015 14:35:20 -0000 Received: from lxmasmtp01.progress.com (HELO lxmasmtp01.progress.com) (131.239.30.141) by server-10.tower-95.messagelabs.com with DHE-RSA-AES256-SHA encrypted SMTP; 16 Jul 2015 14:35:20 -0000 Received: from NTMAEXFE01.bedford.progress.com ([10.128.13.66]) by lxmasmtp01.progress.com (8.14.4/8.14.4) with ESMTP id t6GEYnNC025800 for ; Thu, 16 Jul 2015 10:35:19 -0400 Received: from NTMAEXBE03.bedford.progress.com (10.128.13.74) by ntmaexbe01.bedford.progress.com (10.128.13.72) with Microsoft SMTP Server (TLS) id 15.0.1076.9; Thu, 16 Jul 2015 10:35:05 -0400 Received: from NTMAEXBE03.bedford.progress.com ([fe80::e920:a1f6:3455:3f75]) by ntmaexbe03.bedford.progress.com ([fe80::e920:a1f6:3455:3f75%23]) with mapi id 15.00.1076.000; Thu, 16 Jul 2015 10:35:05 -0400 From: Benjamin Cao To: "cygwin@cygwin.com" Subject: msbuild not being found Date: Thu, 16 Jul 2015 14:35:00 -0000 Message-ID: x-ms-exchange-transport-fromentityheader: Hosted x-ems-proccessed: +CmIlJ+kdV7Z341JADFd9w== x-ems-stamp: n5IsJPhIE0JbYgMxbUkZ2w== Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2015-07/txt/msg00260.txt.bz2 Hi, I am seeing an issue when I run msbuild where I will get "msbuild: command = not found". I will then run "which msbuild", where it will then tell me "no= msbuild in...". The path to msbuild is within PATH, so it should be able t= o find it. I did a check to make sure that msbuild does exist in the proper directory = and it does. $ ls -al /cygdrive/c/Windows/Microsoft.NET/Framework/v4.0.30319 | grep -i m= sbui ld drwx------+ 1 SYSTEM SYSTEM 0 May 15 2014 MSBuild -rwx------+ 1 SYSTEM SYSTEM 267176 Jul 9 2012 MSBuil= d.exe -rwx------+ 1 SYSTEM SYSTEM 732 Mar 18 2010 MSBuil= d.rsp -rwx------+ 1 SYSTEM SYSTEM 1734 Mar 18 2010 msbuil= d.exe .config I can do a "which msbuild.exe" and it will tell me where it is. /cygdrive/c/Windows/Microsoft.NET/Framework/v4.0.30319/msbuild.exe I don't see this happen with any other commands where it needs the extensio= n to find it. Ex. "which ipconfig" works fine. /cygdrive/c/Windows/System32/ipconfig Any tips to further look into this issue? Thanks, Ben Cao -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple