From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Wrong PATH in MSYS2/MINGW64 builds? Date: Thu, 28 May 2015 17:06:39 +0200 Message-ID: <55672EFF.9050902@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: Quoted-Printable X-Trace: ger.gmane.org 1432825662 4965 80.91.229.3 (28 May 2015 15:07:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 May 2015 15:07:42 +0000 (UTC) To: ofv@wanadoo.es, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 28 17:07:35 2015 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 1YxzOw-0005Gf-2I for ged-emacs-devel@m.gmane.org; Thu, 28 May 2015 17:07:18 +0200 Original-Received: from localhost ([::1]:59480 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxzOv-0008VW-DW for ged-emacs-devel@m.gmane.org; Thu, 28 May 2015 11:07:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxzOo-0008Ps-4D for emacs-devel@gnu.org; Thu, 28 May 2015 11:07:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxzOk-00017n-0d for emacs-devel@gnu.org; Thu, 28 May 2015 11:07:10 -0400 Original-Received: from smtp204.alice.it ([82.57.200.100]:25319) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxzOj-00017Y-MF for emacs-devel@gnu.org; Thu, 28 May 2015 11:07:05 -0400 Original-Received: from [192.168.1.100] (87.16.29.141) by smtp204.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 5556218A01385C4E; Thu, 28 May 2015 17:06:40 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 Original-References: 87k2vsaj1w.fsf@wanadoo.es X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.100 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:186908 Archived-At: =D3scar Fuentes wrote: > Angelo Graziosi writes: >> >> I wonder if this is Windows-builds related > > What is Windows-builds? The build done on MinGW64 shell from MSYS2... > >> of we can do a better >> build. BTW I HAVE bzip2 installed (both in MINGW64 and MSYS2 shells): >> >> MINGW64 ~ >> $ type bzip2 >> bzip2 is /mingw64/bin/bzip2 > > Is your emacs.exe installed on the same directory as mingw64 bzip2.exe = ? Yes, MINGW64 ~ $ type emacs emacs =E8 /mingw64/bin/emacs MINGW64 ~ $ type bzip2 bzip2 =E8 /mingw64/bin/bzip2 But if (getenv "PATH") prints "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Window= s\\System32\\WindowsPowerShell\\v1.0\\" it seems to me obvious that bzip2 isn't found. "C:\msys64\mingw64\bin"=20 is not in the PATH... BTW, I start Emacs with a link on status bar and its target is=20 "C:\msys64\mingw64\bin\runemacs.exe". Ciao, Angelo.