Re: [gdal-dev] Absolutely no progress trying to compile GDAL with Oracle support on Windows

2012-11-28 Thread Tamas Szekeres
GDAL plugins should either be installed into a /gdalplugins subdirectory from where the executable is running or set GDAL_DRIVER_PATH to point to the directory containing these files. With regards to gisinternalshttp://www.gisinternals.com/sdk/both the oracle and the filegdb plugins are provided,

Re: [gdal-dev] Absolutely no progress trying to compile GDAL with Oracle support on Windows

2012-11-28 Thread cheesybiscuits
Haha amazing! Thanks for your input Tamas. I had all the relevant Oracle and FileGDB pieces installed, and correctly in the path. I just needed to copy ogr_FileGDB.dll from bin\gdal\plugins-external to bin\gdal\plugins and I'm in business. Thanks all for the assistance, especially when it was a

Re: [gdal-dev] Absolutely no progress trying to compile GDAL with Oracle support on Windows

2012-11-28 Thread Jukka Rahkonen
cheesybiscuits thomaschristian at gmail.com writes: I don't see a donate option on the GDAL site but as this is an excellent tool set with great support I'd be happy to contribute. GDAL is a OSGeo project and in http://www.osgeo.org/ you can see such a button. It does not seem to have an

Re: [gdal-dev] Absolutely no progress trying to compile GDAL with Oracle support on Windows

2012-11-27 Thread Nicolas Simon
Hello, Could should try gdalinfo --formats ? It will shows you if OCI driver was correctly included in the build. If it's not the case, may be you should force a new rebuild with these commands nmake -f makefile.vc clean nmake -f makefile.vc nmake -f makefile.vc install

Re: [gdal-dev] Absolutely no progress trying to compile GDAL with Oracle support on Windows

2012-11-27 Thread cheesybiscuits
Jukka - Thanks for the suggestion. I have extracted the contents of release-1600-gdal-mapserver.zip (Compiled binaries in a single .zip package ) which seems to include the Oracle plugin (gdal_GEOR.dll and ogr_OCI.dll). However OCI is still not listed in gdalinfo --formats, and running my

Re: [gdal-dev] Absolutely no progress trying to compile GDAL with Oracle support on Windows

2012-11-27 Thread cheesybiscuits
Nicolas - thanks for your input but I have only ever tried to build with the plugin enabled. The OCI format is not listed in gdalinfo. -- View this message in context:

Re: [gdal-dev] Absolutely no progress trying to compile GDAL with Oracle support on Windows

2012-11-27 Thread Eli Adam
On Tue, Nov 27, 2012 at 5:04 PM, cheesybiscuits thomaschrist...@gmail.comwrote: Jukka - Thanks for the suggestion. I have extracted the contents of release-1600-gdal-mapserver.zip (Compiled binaries in a single .zip package ) which seems to include the Oracle plugin (gdal_GEOR.dll and

Re: [gdal-dev] Absolutely no progress trying to compile GDAL with Oracle support on Windows

2012-11-27 Thread cheesybiscuits
Eli - thanks a bunch for mentioning the .bat file - that got Oracle support working! I really should have seen that, and the read-me in the same directory telling me to run it... I've just got into a routine of getting the binaries, testing with the same commands, and being disappointed. This

[gdal-dev] Absolutely no progress trying to compile GDAL with Oracle support on Windows

2012-11-26 Thread cheesybiscuits
I've started a couple of threads on this forum recently trying to figure out similar problems and currently compiling GDAL 1.9.2 from source on Windows looks like my best option - but STILL I'm getting nowhere. I can't believe how much time this is taking! I've set up my nmake.opt file with

Re: [gdal-dev] Absolutely no progress trying to compile GDAL with Oracle support on Windows

2012-11-26 Thread Jukka Rahkonen
cheesybiscuits thomaschristian at gmail.com writes: I've started a couple of threads on this forum recently trying to figure out similar problems and currently compiling GDAL 1.9.2 from source on Windows looks like my best option - but STILL I'm getting nowhere. I can't believe how much