Re: [QGIS-Developer] Error with hdf5.dll on Windows build.

2018-10-24 Thread Nathan Woodrow
Thanks Jurgen. That has fixed it. On Thu, Oct 11, 2018 at 10:09 PM Jürgen E. Fischer wrote: > Hi Nathan, > > On Mon, 01. Oct 2018 at 20:23:42 +1000, Nathan Woodrow wrote: > > This is on 32bit but really I should setup a 64bit build and that might > fix > > the issue, plus I really should do

Re: [QGIS-Developer] Error with hdf5.dll on Windows build.

2018-10-11 Thread Jürgen E . Fischer
Hi Nathan, On Mon, 01. Oct 2018 at 20:23:42 +1000, Nathan Woodrow wrote: > This is on 32bit but really I should setup a 64bit build and that might fix > the issue, plus I really should do that anyway. > For now I will just override the path in cmake like Martin said just so I > can finish this

Re: [QGIS-Developer] Error with hdf5.dll on Windows build.

2018-10-01 Thread Nathan Woodrow
Hey, This is on 32bit but really I should setup a 64bit build and that might fix the issue, plus I really should do that anyway. For now I will just override the path in cmake like Martin said just so I can finish this task off while I setup my 64bit build. - Nathan On Mon, Oct 1, 2018 at 7:42

Re: [QGIS-Developer] Error with hdf5.dll on Windows build.

2018-10-01 Thread Jürgen E . Fischer
Hi Nathan, On Mon, 01. Oct 2018 at 12:13:21 +1000, Nathan Woodrow wrote: > Do you have this issue with the nightly builds? Maybe something missing > local here? No, sorry. And it doesn't ring a bell. > > C:\OSGeo4W\bin\hdf5.dll : fatal error LNK1107: invalid or corrupt file: > > cannot read

Re: [QGIS-Developer] Error with hdf5.dll on Windows build.

2018-10-01 Thread Martin Dobias
Hi Nathan It looks like the CMake module to find HDF library is picking hdf5.dll instead of hdf5.lib import library for some reason. Maybe as a workaround you can manually set the HDF5_C_LIBRARIES variable to the correct .lib file. We are using the standard CMake module to find HDF, so if this

Re: [QGIS-Developer] Error with hdf5.dll on Windows build.

2018-09-30 Thread Nathan Woodrow
Jurgen, Do you have this issue with the nightly builds? Maybe something missing local here? Regards, Nathan On Sat, Sep 29, 2018 at 2:54 PM Nathan Woodrow wrote: > Hi, > > Trying to build on Windows for master I'm getting the following: > > C:\OSGeo4W\bin\hdf5.dll : fatal error LNK1107:

[QGIS-Developer] Error with hdf5.dll on Windows build.

2018-09-28 Thread Nathan Woodrow
Hi, Trying to build on Windows for master I'm getting the following: C:\OSGeo4W\bin\hdf5.dll : fatal error LNK1107: invalid or corrupt file: cannot read at 0x2B0 It looks like cmake is trying to use that in the scripts and not the lib file but I can't see why it wants to do that. Any thoughts?