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 trying to put things in ..\WIN64\bin which I never told it to do. My nmake.opt has !IFDEF WIN64 GDAL_HOME = "C:\programs\GDALtrunk\gdal\compileds\VC10_64" !ELSE !IF $(MSVC_VER) >= 1600 GDAL_HOME = "C:\programs\GDALtrunk\gdal\compileds\VC10_32" ...
Joaquim, I don't know why this is happening in your case. I tried a clean build and install on windows (32 bit) from trunk and had no problem. Best regards, -- ---------------------------------------+-------------------------------------- I set the clouds in motion - turn up | Frank Warmerdam, [email protected] light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush | Geospatial Programmer for Rent _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
