Re: [Paraview] Linking error on MacOS X Lion

2012-03-08 Thread David E DeMarle
It's likely that turning on VTK_USE_BOOST brings in code (like the Enzo and Flash readers) that need features from hdf5 that we don't compile. This is likely a bug. Can you help us resolve it by: 1) Were there any hdf5 related compilation errors or warnings for you? 2) What is your setting of VTK

Re: [Paraview] Linking error on MacOS X Lion

2012-03-08 Thread Antonio LaTorre
Hi, 1. libvtkhdf5.dylib compiles without errors nor warnings. 2. VTK_USE_SYSTEM_HDF5 is Off in my config. 3. Same result: linking error of libvtkPVVTKExtensions.dylib 4. I already had HDF5 installed via Macports (version 1.8.8). Turning VTK_USE_SYSTEM_HDF5 On with the Macports HDF5 library co