Ward Fisher

Results 558 comments of Ward Fisher

> Hi > We have already switched to hdf.12.x and netcdf-c works fine with it. > it will be now difficult to go backwards. > best > jac I'm glad...

So I notice you opening and closing this. Are you still having the issue?

Ok, can you provide some information on your platform, the version of netCDF-C and HDF5 you have installed, and their locations? Also, how are you invoking `cmake`? What does the...

What happens if you invoke it as follows: $ cmake .. -DCMAKE_PREFIX_PATH=/usr Do you see the same issue?

Try this: $ cmake .. -DCMAKE_CXX_FLAGS="-I /usr/include/hdf5/serial/" Does that allow compilation to work?

What happens if you try building with `configure` instead of `cmake`?

Can you attach the `config.log` file generated when you ran `configure`? Thanks!

I will take a look at this; the Windows HDF5 support stanzas in the C library files should be easy enough to port over to the cxx4 interface. CMake support...

I'll take a look at this but I'm curious if the file /usr/local/include/netcdf.h exists on your system? If so, this indicates that there is another system-level netCDF-C install on your...

Taking a look at this now; we are overdue for a cxx (and fortran) release. Thanks!