ons. To use shared libraries of HDF5-1.8.16 on
> Windows with Visual Studio you must specify the H5_BUILT_AS_DYNAMIC_LIB
> compile definition (see <
> https://www.hdfgroup.org/HDF5/release/obtain5.html>).
>
> Christoph
>
>
>
> On 4/29/2016 1:17 PM, Ryan Grout wrot
Hello,
I'm attempting to build GDAL for windows using Visual Studio 2008.
I've included the output of the build failure below.
I don't see anything wrong with the linking command (hdf5 library is
there). I've double checked the exported symbols of hdf5.lib and it
definitely exports the symbols t
Hi,
I am building GDAL for OS X (along with the Python bindings).
To test that everything is working fine, run the following imports
import osgeo.ogr
import osgeo.osr
import osgeo.gdal
import osgeo.gdalconst
import osgeo.gdal_array
Each module was imported in a separate session of Python. Afte