I've built gdal with geos, sqlite3 and spatialite support, however when I
debug my program I am seeing various warnings such as:
warning: Could not find object file
".../geos-3.4.2/src/.libs/libgeos.lax/liboperation.a/SubgraphDepthLocater.o"
- no debug information available for "SubgraphDepthLo
Thanks for all your answers, clean and building via .sln .vcxproj generate with
makegdal_gen.bat (because building with v110_xp toolset) file helped! :-)
Latter had nothing to do with the OSM driver inclusion of course.
Bjørn
-Ursprüngliche Nachricht-
Von: even.roua...@spatialys.com Thu
Hi Even,
2014-09-23 16:56 GMT+02:00 Even Rouault :
first of all, thanks for your notes.
I would like to start working on implementation within next weeks.
> Although I've always felt intimated by its syntax, I imagine you could write a
> XSLT document that would transform the above XML in GML.
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
Even Rouault spatialys.com> writes:
>
> Hi,
>
> As I'll give a talk about GDAL 2.0 at FOSS4G-NA next month, I'm curious to
> know if folks have things in their queue for 2.0 that they would wish to be
> mentionned, or more generally they want to discuss here so that we have a
> better pictur