Re: make compilation

2017-10-06 Thread Eli Zaretskii
> From: valerij zaporogeci > Date: Fri, 6 Oct 2017 15:43:28 +0300 > > As I said I used nmake /f nmakefile from the Studio command prompt. > in the main nmakefile there is /I glob, but in the subproc's one there isn't. > > subproc's nmakefile is invoked from the main: > w32/subproc/WinDebug/subpr

Re: make compilation

2017-10-06 Thread Eli Zaretskii
[Please keep the list address on the CC list.] > From: valerij zaporogeci > Date: Fri, 6 Oct 2017 15:08:08 +0300 > > Yes, now I tried 4.2.1. the second problem is gone, since now ISBLANK is used. > but the first still is there. complilation fails with "cannot open > subproc.lib" message. After a

Re: make compilation

2017-10-06 Thread Eli Zaretskii
> From: valerij zaporogeci > Date: Fri, 6 Oct 2017 01:37:09 +0300 > > I've just compiled make 4.2 for Windows (XP x64, Visual Studio 2008 > compiler, through nmake). Didn't test it though, just made my small > project with a quite simplistic makefile and it worked. The > compilation wasn't withou

make compilation

2017-10-05 Thread valerij zaporogeci
Hi. I've just compiled make 4.2 for Windows (XP x64, Visual Studio 2008 compiler, through nmake). Didn't test it though, just made my small project with a quite simplistic makefile and it worked. The compilation wasn't without problems. I don't know either this is my fault or make's one. In any cas