[gdal-dev] Something is broken on Win install

2010-11-13 Thread Joaquim Luis
Hi, After compiling everything in trunk with no problems the devinstall step stops with ... C:\programs\GDALtrunk\gdal\frmtscd ecw nmake /nologo /f makefile.vc plugin cd .. || exit 1 cd .. cd apps nmake /nologo /f makefile.vc cd .. mkdir

Re: [gdal-dev] Something is broken on Win install

2010-11-13 Thread Frank Warmerdam
Joaquim Luis wrote: cd ..\apps nmake /nologo /f makefile.vc install copy *.exe ..\WIN64\bin gdaladdo.exe The system cannot find the path specified. 0 file(s) copied. NMAKE : fatal error U1077: 'copy' : return code '0x1' Stop. The problem seams to be that it's

Re: [gdal-dev] Something is broken on Win install

2010-11-13 Thread Joaquim Luis
On 13-11-2010 18:02, Frank Warmerdam wrote: Joaquim Luis wrote: cd ..\apps nmake /nologo /f makefile.vc install copy *.exe ..\WIN64\bin gdaladdo.exe The system cannot find the path specified. 0 file(s) copied. NMAKE : fatal error U1077: 'copy' : return code '0x1'