bug-make
[Top][All Lists]
Advanced

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

Re: win32 compilation of make 4. 0 source code‏


From: Mark Brown
Subject: Re: win32 compilation of make 4. 0 source code‏
Date: Fri, 24 Jan 2014 11:03:21 -0800

I think the intent was to use MingW32 tools in the Windows win32 environment.
I had a  make.exe 3.80 and it had problems with "else ifeq" constructs,
so that forced me to seek a more recent version for win32.

As a separate related issue,
I was try to echo the .FEATURES information, since one of the its it claims to display
mentions its Else If capabilities.
However, every time I tried to echo the data I received a syntax error.
What would be an example of a Makefile contents which would display
the .FEATURES information ?

-----Original Message----- From: Eli Zaretskii
Sent: Tuesday, January 14, 2014 8:04 AM
To: Pavel Fedin
Cc: address@hidden ; address@hidden
Subject: Re: RE: win32 compilation of make 4.0 source code‏

From: Pavel Fedin <address@hidden>
Date: Tue, 14 Jan 2014 11:53:15 +0400
Cc: address@hidden
Obviously, you are trying to execute Makefile written for UNIX systems, are you ? This makefile relies on UNIX shell commands like uname, pwd, basename, etc. Right ?
 In order to run this Makefile, you need Cygwin or MinGW32 environment.

Well, there are native Windows ports of these commands as well (e.g.,
on the GnuWin32 site).  But I'm not sure whether Mark wants to run
native or Cygwin tools.

Actually, if Mark wants to run Cygwin tools, I'd suggest to install
the Cygwin build of Make, it will have less "issues" with Cygwin
programs than the native build of Make.



reply via email to

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