Re: using make without cygwin terminal

2014-07-10 Thread Warren Young
On 7/10/2014 16:14, Robert Pendell wrote: On Thu, Jul 10, 2014 at 12:46 PM, Okan Erat wrote: Dear Cygwin users, winbase.h(1011) : error C2733: second C linkage of overloaded function 'InterlockedIncrement' not allowed Those errors are not coming from cygwin make. That's coming from VS6 make.

Re: using make without cygwin terminal

2014-07-10 Thread Matt D.
Rob, You need to setup your environment paths to include both the compiler's include and libs directories as well as the targeted platform sdk, if you're using one. I use a custom tool chain with Cygwin/GNU Make in my build system with support for every version of Visual Studio, including 6.

Re: using make without cygwin terminal

2014-07-10 Thread Robert Pendell
On Thu, Jul 10, 2014 at 12:46 PM, Okan Erat wrote: > Dear Cygwin users, > > I am trying to compile a project using VS6 compiler and makefiles > generated by imake. > When i run make from cygwin terminal it compiles everything without any > problem. > However if i run make from windows terminal (c:

using make without cygwin terminal

2014-07-10 Thread Okan Erat
Dear Cygwin users, I am trying to compile a project using VS6 compiler and makefiles generated by imake. When i run make from cygwin terminal it compiles everything without any problem. However if i run make from windows terminal (c:/cygwin/bin is already in Path) VS6 complains about various probl