Re: [gdal-dev] Fwd: GPKG Driver

2013-10-29 Thread Dmitriy Baryshnikov
Hi, I would like mention that VS Express from 2011 to 2013 have x64 compiler (may be earlier have to, but I didn't check). And I have compiled x64 version GDAL using CMake (https://github.com/aashish24/gdal-svn/tree/cmake4gdal). The OpenMP is absent :( Best regards, Dmitry 29.10.2013 1

Re: [gdal-dev] Fwd: GPKG Driver

2013-10-29 Thread Even Rouault
Selon Pepijn Van Eeckhoudt : > > Regarding cmake, I guess that adding the names of the .c files in a > GNUmakefile > > / makefile.vc should do it. One worry I have is the minimum MSVC version to > > build it. In libgpkg history I see a mention of Visual Studio Express 2012. > > Don't know if it wo

Re: [gdal-dev] Fwd: GPKG Driver

2013-10-28 Thread Even Rouault
Paul, > wrote: > > Now my turn for questions : > > - From your questions, I suppose you only consider the vector side of > > GPKG ? > > Yes, that's my initial target. Any comments/ideas on how to share > functionality between GDAL and OGR drivers, since presumably > eventually the gpkg support

[gdal-dev] Fwd: GPKG Driver

2013-10-28 Thread Paul Ramsey
On Sun, Oct 27, 2013 at 4:09 PM, Even Rouault wrote: > Now my turn for questions : > - From your questions, I suppose you only consider the vector side of GPKG ? Yes, that's my initial target. Any comments/ideas on how to share functionality between GDAL and OGR drivers, since presumably eventu