emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Latest EMACS on BZR trunk does not compile with MinGW


From: Vincent Belaïche
Subject: RE: Latest EMACS on BZR trunk does not compile with MinGW
Date: Wed, 4 Jun 2014 15:17:38 +0200

No, not to my recollection. 

Please not that I have also a ~/.bash_profile file. It seems that neither it, 
nor /etc/profile are loaded by rxvt or sh on my machine.

Also in the /etc/profile, the relevant code is 

if [ -z "$MSYSTEM" ]; then
  MSYSTEM=MINGW32
fi


shouldn't it be with export, ie 

if [ -z "$MSYSTEM" ]; then
  export MSYSTEM=MINGW32
fi

Or maybe somewhere MSYSTEM variable is already tagged as exported.

Anyway, although my build is not yet complete, it seems that already it went 
beyond what has happened.

  Vincent.

----------------------------------------
> Date: Wed, 4 Jun 2014 09:47:34 +0300
> From: address@hidden
> Subject: Re: Latest EMACS on BZR trunk does not compile with MinGW
> To: address@hidden
> CC: address@hidden; address@hidden
>
>> From: Vincent Belaïche <address@hidden>
>> CC: emacs-devel <address@hidden>
>> Date: Tue, 3 Jun 2014 23:21:19 +0200
>>
>> Yep, MSYSTEM was simply not defined under my MSYS shell
>
> How did that happen? Did you edit your MSYS etc/profile file?
>
>
>
                                          


reply via email to

[Prev in Thread] Current Thread [Next in Thread]