Apr 2 15:50:55 2015
[mailto:even.roua...@spatialys.com Thu Apr 2 15:50:55 2015]
Gesendet: Donnerstag, 2. April 2015 15:51
An: gdal-dev@lists.osgeo.org
Cc: Bjoern Ruff
Betreff: Re: [gdal-dev] ogr2ogr OSM driver
Le jeudi 02 avril 2015 15:13:41, Bjoern Ruff a écrit :
> Hello,
>
> can som
Hi Bjørn,
Those settings match my settings for Windows builds. A nice way test
compiling one single driver, is to cd into the /ogr/ogrsf_frmts/osm/
directory, and then do your usual "nmake /f makefile.vc" from there.
Then later of course verify that the OSM driver exists, by executing
"ogri
Even Rouault spatialys.com> writes:
>
> If that still doesn't work, download a dev kit at http://gisinternals.com/
and
> compare.
Or download binaries from the same place and you do not need to compile
yourself.
-Jukka Rahkonen-
___
gdal-dev mai
Le jeudi 02 avril 2015 15:13:41, Bjoern Ruff a écrit :
> Hello,
>
> can someone give a hint how 2 compile ogr2ogr under Windows so that it can
> work with OSM files?
>
>
>
> What I did was enabling lines for Sqlite and expat in nmake.opt
>
>
> SQLITE_INC=-Ic:\c\sqlite3
>
> SQLITE_LIB=C:\c\s
Hello,
can someone give a hint how 2 compile ogr2ogr under Windows so that it can
work with OSM files?
What I did was enabling lines for Sqlite and expat in nmake.opt
SQLITE_INC=-Ic:\c\sqlite3
SQLITE_LIB=C:\c\sqlite3\sqlite3.lib
EXPAT_DIR = "C:\externLibs\expat"
EXPAT_INCLUDE = -I$(EXP