Re: [gdal-dev] compile error on windows

2016-05-02 Thread Ryan Grout
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

[gdal-dev] compile error on windows

2016-04-29 Thread Ryan Grout
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

[gdal-dev] python malloc error (gdal_array)

2015-05-12 Thread Ryan Grout
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