From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Latest EMACS on BZR trunk does not compile with MinGW Date: Wed, 04 Jun 2014 16:31:22 +0300 Message-ID: <83tx807qdx.fsf@gnu.org> References: <80sinlu5kt.fsf@gmail.com> <538E2E90.4020706@cs.ucla.edu> <83mwdt8zkw.fsf@gnu.org> <83lhtd892x.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1401889089 14796 80.91.229.3 (4 Jun 2014 13:38:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2014 13:38:09 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: Vincent =?iso-8859-1?Q?Bela=EFche?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 04 15:38:02 2014 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 1WsBOD-0001Rf-1B for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2014 15:38:01 +0200 Original-Received: from localhost ([::1]:33247 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsBOB-0004BU-Ut for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2014 09:37:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsBHx-0000ef-JK for emacs-devel@gnu.org; Wed, 04 Jun 2014 09:31:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsBHs-0005US-Cz for emacs-devel@gnu.org; Wed, 04 Jun 2014 09:31:33 -0400 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:38375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsBHs-0005Tt-5n for emacs-devel@gnu.org; Wed, 04 Jun 2014 09:31:28 -0400 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0N6N00700BGBL400@mtaout28.012.net.il> for emacs-devel@gnu.org; Wed, 04 Jun 2014 16:29:39 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N6N00AKSC5ELF00@mtaout28.012.net.il>; Wed, 04 Jun 2014 16:29:39 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.184 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:172328 Archived-At: > From: Vincent Bela=EFche > CC: "eggert@cs.ucla.edu" , emacs-devel > =09 > Date: Wed, 4 Jun 2014 15:17:38 +0200 >=20 > Please not that I have also a ~/.bash_profile file. It seems that n= either it, nor /etc/profile are loaded by rxvt or sh on my machine. How do you invoke the MSYS Bash? If you use a desktop shortcut to start a Bash window, then what do you have in the "Target" field of that shortcut's Properties/Shortcut tab? > Also in the /etc/profile, the relevant code is=20 >=20 > if [ -z "$MSYSTEM" ]; then > =A0 MSYSTEM=3DMINGW32 > fi >=20 >=20 > shouldn't it be with export, ie=20 >=20 > if [ -z "$MSYSTEM" ]; then > =A0 export MSYSTEM=3DMINGW32 > fi >=20 > Or maybe somewhere MSYSTEM variable is already tagged as exported. It is, right at the end of etc/profile: export HOME LOGNAME MSYSTEM HISTFILE