[gdal-dev] Build process is hanging on windows

Joaquim Luis jluis at ualg.pt
Mon Mar 31 09:17:36 EDT 2008


Andrey Kiselev wrote:
> On Sun, Mar 30, 2008 at 08:15:32PM +0100, Joaquim Luis wrote:
>   
>> I'm having the error near the end of the building.
>>
>>        cd frmts
>>        nmake /nologo /f makefile.vc plugindirs
>>        for %d in (  ) do  cd %d  && nmake /nologo /f makefile.vc 
>> plugin  && cd
>> ..
>> NMAKE : fatal error U1077: 'for' : return code '0x160178'
>> Stop.
>> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 
>> .NET 2003\
>> VC7\BIN\nmake.exe"' : return code '0x2'
>> Stop.
>>
>> Apparently the problem is due to $(PLUGINDIRLIST) being empty at
>>
>> plugindirs:
>>    for %d in ( $(PLUGINDIRLIST) ) do \
>>        cd %d \
>>        && $(MAKE) /f makefile.vc plugin \
>>        && cd ..
>>     
>
> Joaquim,
>
> I have commited the fix for this though I can't reproduce the problem.
> It is probably related to the particular shell version you are using.
> What is your build environment (Windows and MSVC versions)?
>
> Best regards,
> Andrey
>   

Andrey,
I'll try this evening (our bright informatics services here at the 
University don't allow svn access).
I am building with MSVC 7.1 in the same way as many times before.

Joaquim


More information about the gdal-dev mailing list