<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello,<br>
<br>
I would like to test out the xdmf3 writer in ParaView 4.2 RC to see if the file size is still increase 10 fold when saving pvd file to xmf format.
<br>
<br>
However, when I configure ParaView v4.2.0-RC1-75-gf64ee7a with -DModule_vtkIOXdmf3:BOOL=ON<br>
<br>
cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/home/simonsm/tools/paraview/paraview-v4.2.0-RC1-75-gf64ee7a_mesa -DPARAVIEW_ENABLE_PYTHON:BOOL=ON -DPARAVIEW_USE_MPI:BOOL=ON -DPARAVIEW_ENABLE_WEB:BOOL=OFF -DModule_vtkIOXdmf3:BOOL=ON ../ParaView-v4.2.0-RC1-75-gf64ee7a<br>
<br>
I got whole bunch of boost related cmake error with cmake version 3.0.0 and cmake version 2.8.12.2. Some of the error messages are included at the end of this email.
<br>
<br>
I am able to compile RC1-22-g9ca4e44 version ok but without Module_vtkIOXdmf3 set to ON. Is there anything on the boost side that I am not setting it right? I am compiling on RHEL 6.5 with boost-devel-1.41.0-18.el6.x86_64 installed.<br>
<br>
thanks<br>
-simon<br>
<br>
<br>
<br>
<br>
================== some of the errors =============<br>
Boost  found.<br>
CMake Error at /usr/lib64/boost/Boost.cmake:16 (ADD_LIBRARY):<br>
  add_library cannot create imported target "boost_date_time-static" because<br>
  another target with the same name already exists.<br>
Call Stack (most recent call first):<br>
  /usr/lib64/boost/BoostConfig.cmake:28 (include)<br>
  /home/simonsm/tools/cmake/cmake-2.8.12.2/share/cmake-2.8/Modules/FindBoost.cmake:177 (find_package)<br>
  VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeLists.txt:38 (find_package)<br>
<br>
<br>
CMake Error at /usr/lib64/boost/Boost.cmake:19 (ADD_LIBRARY):<br>
  add_library cannot create imported target "boost_date_time-mt-static"<br>
  because another target with the same name already exists.<br>
Call Stack (most recent call first):<br>
  /usr/lib64/boost/BoostConfig.cmake:28 (include)<br>
  /home/simonsm/tools/cmake/cmake-2.8.12.2/share/cmake-2.8/Modules/FindBoost.cmake:177 (find_package)<br>
  VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeLists.txt:38 (find_package)<br>
<br>
<br>
CMake Error at /usr/lib64/boost/Boost.cmake:22 (ADD_LIBRARY):<br>
  add_library cannot create imported target "boost_date_time-shared" because<br>
  another target with the same name already exists.<br>
Call Stack (most recent call first):<br>
  /usr/lib64/boost/BoostConfig.cmake:28 (include)<br>
  /home/simonsm/tools/cmake/cmake-2.8.12.2/share/cmake-2.8/Modules/FindBoost.cmake:177 (find_package)<br>
  VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeLists.txt:38 (find_package)<br>
<br>
<br>
CMake Error at /usr/lib64/boost/Boost.cmake:25 (ADD_LIBRARY):<br>
  add_library cannot create imported target "boost_date_time-mt-shared"<br>
  because another target with the same name already exists.<br>
Call Stack (most recent call first):<br>
  /usr/lib64/boost/BoostConfig.cmake:28 (include)<br>
  /home/simonsm/tools/cmake/cmake-2.8.12.2/share/cmake-2.8/Modules/FindBoost.cmake:177 (find_package)<br>
  VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeLists.txt:38 (find_package)<br>
<br>
<br>
CMake Error at /usr/lib64/boost/Boost.cmake:28 (ADD_LIBRARY):<br>
  add_library cannot create imported target "boost_date_time-static-debug"<br>
  because another target with the same name already exists.<br>
Call Stack (most recent call first):<br>
  /usr/lib64/boost/BoostConfig.cmake:28 (include)<br>
  /home/simonsm/tools/cmake/cmake-2.8.12.2/share/cmake-2.8/Modules/FindBoost.cmake:177 (find_package)<br>
  VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeLists.txt:38 (find_package)<br>
<br>
<br>
CMake Error at /usr/lib64/boost/Boost.cmake:31 (ADD_LIBRARY):<br>
  add_library cannot create imported target "boost_date_time-mt-static-debug"<br>
  because another target with the same name already exists.<br>
Call Stack (most recent call first):<br>
  /usr/lib64/boost/BoostConfig.cmake:28 (include)<br>
  /home/simonsm/tools/cmake/cmake-2.8.12.2/share/cmake-2.8/Modules/FindBoost.cmake:177 (find_package)<br>
  VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeLists.txt:38 (find_package)<br>
<br>
<br>
CMake Error at /usr/lib64/boost/Boost.cmake:34 (ADD_LIBRARY):<br>
  add_library cannot create imported target "boost_date_time-shared-debug"<br>
  because another target with the same name already exists.<br>
Call Stack (most recent call first):<br>
  /usr/lib64/boost/BoostConfig.cmake:28 (include)<br>
  /home/simonsm/tools/cmake/cmake-2.8.12.2/share/cmake-2.8/Modules/FindBoost.cmake:177 (find_package)<br>
  VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeLists.txt:38 (find_package)<br>
<br>
<br>
<br>
</div>
</body>
</html>