Re: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing

2013-05-25 Thread Bernd Rinn
I just tried to compile HDF5 1.8.11 with Visual Studio 9 using CMake. I need to link the library statically, thus I need to use the flag /MT for the C compiler, however, I can't find a way to do it. I tried this: 1. Create build\ subdirectory and change into it 2. Call cmake -G Visual Studio 9

Re: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing

2013-05-25 Thread Michael Jackson
Bernd, Run CmakeGUI and make sure the variable BUILD_SHARED_LIBS is OFF. Then click the Configure button and then the Generate button. The Visual Studio solution is now ready to open and compile. -- Mike Jackson _ Mike Jackson

Re: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing

2013-05-25 Thread Bernd Rinn
Michael, That doesn't fix it for me. It still compiles the library with /MD. Bernd On 2013-05-25 19:49, Michael Jackson wrote: Bernd, Run CmakeGUI and make sure the variable BUILD_SHARED_LIBS is OFF. Then click the Configure button and then the Generate button. The Visual Studio solution

Re: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing

2013-04-22 Thread Biddiscombe, John A.
I compiled the release candidate on win8 and win7 using VS 2012 (vs11), all went smoothly, comiled right out of the box (with parallel enabled and without). I ran tests on win8 and got 2169 pass, 1 fail Results are here. http://cdash.hdfgroup.uiuc.edu/index.php?project=HDF518date=2013-04-22

Re: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing -- HighLevel library missing

2013-04-19 Thread Albert Cheng
Hi Pedro, Thank you for your feedback. I think you are on a Windows system but could you give more details like OS versions, platform specifics (32, 64 bits,... ), compilers, ... I will check with our Cmake person of your suggestions. A question about your suggestion 2. Wouldn't it be better

Re: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing -- HighLevel library missing

2013-04-19 Thread Michael Jackson
actually for #2 below the HDF5 devs _could_ do this but it might be fairly Tedious to do it. The first line of the very top level CMakeLists.txt file should have a line like: project(HDF5) It would have to be constantly updated to project(HDF5-1.8.10.pre.foo.1.whatever) and I am not sure what

Re: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing -- HighLevel library missing

2013-04-19 Thread Pedro Vicente
: Albert Cheng ach...@hdfgroup.org To: HDF Users Discussion List hdf-forum@hdfgroup.org Sent: Friday, April 19, 2013 11:59 AM Subject: Re: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing -- HighLevel library missing Hi Pedro, Thank you for your feedback. I think you

Re: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing -- HighLevel library missing

2013-04-18 Thread Pedro Vicente
Hi Albert I tried the CMake build with T:\hdf5-1.8.11-pre1\buildcmake .. and unlike the previous hdf5-1.8.10 reported errors, no errors this time, However, the High-level library is not included in the build. The netCDF build requires the Dimension Scales library, so this is a must for

Re: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing

2013-04-15 Thread Bernd Rinn
Hello Albert, The legacy Windows build scripts (subdirectory windows\) seem to be missing in hdf5-1.8.11-pre1.tar.gz. When I copy this directory over from hdf5-1.8.10-patch1.tar.bz2 and compile with VisualStudio 2008 on Windows XP (32bit), then I get the following fatal errors:

Re: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing

2013-04-15 Thread Dana Robinson
The legacy Windows build scripts have been deprecated and removed. We now only support using CMake to construct Visual Studio solutions. Instructions for building with CMake can be found in the release_docs directory. Dana On Mon, Apr 15, 2013 at 4:59 PM, Bernd Rinn br...@ethz.ch wrote:

Re: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing

2013-04-15 Thread Bernd Rinn
Thanks for the info. I'd suggest that you adapt release_docs/INSTALL_Windows.txt accordingly. It still reads: The old solutions and projects found in the windows\ folder will be maintained for legacy users until HDF5 1.10. BTW: Are the compile errors I get due to using the legacy builds

Re: [Hdf-forum] HDF5 1.8.11 release candidate is available for testing

2013-04-15 Thread Dana Robinson
Hi Bernd, On Mon, Apr 15, 2013 at 5:21 PM, Bernd Rinn br...@ethz.ch wrote: Thanks for the info. I'd suggest that you adapt release_docs/INSTALL_Windows.txt accordingly. It still reads: The old solutions and projects found in the windows\ folder will be maintained for legacy users until