[gdal-dev] Build process is hanging on windows

Andrey Kiselev dron at ak4719.spb.edu
Mon Mar 31 06:26:09 EDT 2008


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 V. Kiselev
ICQ# 26871517


More information about the gdal-dev mailing list