Re: [gdal-dev] Build OGR with ESRI SDE

2015-10-22 Thread Brad Hards
On Thu, 22 Oct 2015 01:51:49 AM MrMartin wrote: > Since that geotools has " ArcSDE plugin allows the GeoTools developer to > work with the ArcSDE middle ware" > i > wounder if it is possible to use this plugin to build a OG

Re: [gdal-dev] Build OGR with ESRI SDE

2015-10-22 Thread MrMartin
Hi, i have this same issue but "in order to deploy ArcSDE technology as an enterprise geodatabase you must have, or be prepared to purchase, an ArcGIS Server license" , is this a must? Since that geotools has " ArcSDE plu

RE: [gdal-dev] Build OGR with ESRI SDE

2008-10-23 Thread Lucena, Ivan
Bruce, > I don't know how ESRI gets GDAL.dll to run on all systems unless they > include files from the c++ redistribution patch in their installation > because in addition to the above headaches I also have to apply a > Microsoft patch to the computers to get even the most basic GDAL program

RE: [gdal-dev] Build OGR with ESRI SDE

2008-10-23 Thread Clay, Bruce
de do the rest. Ok, so it was a bit more than one word of caution. Bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mullins, Steven Sent: Thursday, October 23, 2008 10:42 AM To: gdal-dev@lists.osgeo.org Subject: RE: [gdal-dev] Build OGR with ESR

Re: [gdal-dev] Build OGR with ESRI SDE

2008-10-23 Thread Tamas Szekeres
2008/10/23 Mullins, Steven <[EMAIL PROTECTED]>: > Thanks everyone for the pointers. I assume the Linux version compiles with > GCC. From what I read, Visual Studio is needed for a win32 compile, which I > do not have. You can download and install the Visual Studio Express for free: http://www

RE: [gdal-dev] Build OGR with ESRI SDE

2008-10-23 Thread Mullins, Steven
:[EMAIL PROTECTED] Sent: Thu, October 23, 2008 10:20 AM To: Mullins, Steven Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Build OGR with ESRI SDE Mullins, Steven wrote: > I am interested in using OGR to read data from an ArcSDE (9.2-9.3) database. > The manual page at http://www.gdal.o

Re: [gdal-dev] Build OGR with ESRI SDE

2008-10-23 Thread Frank Warmerdam
Mullins, Steven wrote: I am interested in using OGR to read data from an ArcSDE (9.2-9.3) database. The manual page at http://www.gdal.org/ogr/drv_sde.html indicates that GDAL must be compiled "with the ESRI provided ArcSDE client libraries". Before I sink a lot a time into this, can anyone shar

Re: [gdal-dev] Build OGR with ESRI SDE

2008-10-23 Thread Tamas Szekeres
Steve, If you require a Windows based build, you should identify the location of your SDE client lib and header files and modify your gdal nmake.opt accordingly: SDE_ENABLED = YES SDE_VERSION=92 SDE_PLUGIN = YES SDE_SDK = C:\arcgis\arcsde SDE_INC = $(SDE_SDK)\include SDE_LIB = $(SDE_SDK)\lib\pe$(

[gdal-dev] Build OGR with ESRI SDE

2008-10-23 Thread Mullins, Steven
I am interested in using OGR to read data from an ArcSDE (9.2-9.3) database. The manual page at http://www.gdal.org/ogr/drv_sde.html indicates that GDAL must be compiled "with the ESRI provided ArcSDE client libraries". Before I sink a lot a time into this, can anyone share their experience