[gdal-dev] Build process is hanging on windows

Joaquim Luis jluis at ualg.pt
Sun Mar 30 15:15:32 EDT 2008


Hi,

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 luis


More information about the gdal-dev mailing list