Olá Joaquim, Sometimes a SVN update bring things that require a complete clean up before we can rebuild it again, so you need to run:
nmake -f makefile.vc clean nmake -f makefile.vc nmake -f makefile.vc install If you use one of those .vcproj generated by makegdal_gen.bat you can just click Crtl+Alt+F7 or go to the Build menu and "Rebuild solution". That is going to do do the same calls to nmake on the same makefile.vc. You should do the same if you make change to your own class definition on .hpp files. If you don't you will see crazy bugs that doesn't make any sense just because thing are not in memory where they supposed to. The GDAL makefile are not very automatic as we would expected of makefiles that checks for changes and act on it. Boa Sorte! Ivan > -------Original Message------- > From: Mateusz Loskot <[email protected]> > To: Joaquim Luis <[email protected]> > Cc: gdal <[email protected]> > Subject: Re: [gdal-dev] broken trunk build on Win > Sent: Apr 12 '12 09:06 > > On 12 April 2012 14:34, Joaquim Luis <[email protected]> wrote: > > > >>>>> I made some false reports in the past about the build failures that > >>>>> ended up being caused by no starting by a "make clean", but that is not > >>>>> the case this time. > > > > > >> .............^^^^^^^^^^^^^^ > >> > >> Clean and rebuild GDAL. > > > > > > As I first said ... > > GDAL builds with Visual C++ 10.0 without problems (log attached) > > Best regards, > -- > Mateusz Loskot, http://mateusz.loskot.net > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
