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$(SDE_VERSION).lib \
          $(SDE_SDK)\lib\sde$(SDE_VERSION).lib
$(SDE_SDK)\lib\sg$(SDE_VERSION).lib


In a Visual Studio command prompt you can do something like:

> cd [GDAL_DIR]\ogr\ogrsf_frmts\sde
> nmake /f makefile.vc ogr_SDE.dll
> cd [GDAL_DIR]\frmts\sde
> nmake /f makefile.vc plugin
        
Best regards,

Tamas



2008/10/23 Mullins, Steven <[EMAIL PROTECTED]>:
> 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 
> compiling OGR with ESRI libraries for SDE?  What specific steps need to be 
> taken to accomplish this?
>
> Thanks in advance for your help.
>
> Steve
>
> _______________________________________________
> 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

Reply via email to