Hello,

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.

However, when I configure ParaView v4.2.0-RC1-75-gf64ee7a with 
-DModule_vtkIOXdmf3:BOOL=ON

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

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.

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.

thanks
-simon




================== some of the errors =============
Boost  found.
CMake Error at /usr/lib64/boost/Boost.cmake:16 (ADD_LIBRARY):
  add_library cannot create imported target "boost_date_time-static" because
  another target with the same name already exists.
Call Stack (most recent call first):
  /usr/lib64/boost/BoostConfig.cmake:28 (include)
  
/home/simonsm/tools/cmake/cmake-2.8.12.2/share/cmake-2.8/Modules/FindBoost.cmake:177
 (find_package)
  VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeLists.txt:38 (find_package)


CMake Error at /usr/lib64/boost/Boost.cmake:19 (ADD_LIBRARY):
  add_library cannot create imported target "boost_date_time-mt-static"
  because another target with the same name already exists.
Call Stack (most recent call first):
  /usr/lib64/boost/BoostConfig.cmake:28 (include)
  
/home/simonsm/tools/cmake/cmake-2.8.12.2/share/cmake-2.8/Modules/FindBoost.cmake:177
 (find_package)
  VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeLists.txt:38 (find_package)


CMake Error at /usr/lib64/boost/Boost.cmake:22 (ADD_LIBRARY):
  add_library cannot create imported target "boost_date_time-shared" because
  another target with the same name already exists.
Call Stack (most recent call first):
  /usr/lib64/boost/BoostConfig.cmake:28 (include)
  
/home/simonsm/tools/cmake/cmake-2.8.12.2/share/cmake-2.8/Modules/FindBoost.cmake:177
 (find_package)
  VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeLists.txt:38 (find_package)


CMake Error at /usr/lib64/boost/Boost.cmake:25 (ADD_LIBRARY):
  add_library cannot create imported target "boost_date_time-mt-shared"
  because another target with the same name already exists.
Call Stack (most recent call first):
  /usr/lib64/boost/BoostConfig.cmake:28 (include)
  
/home/simonsm/tools/cmake/cmake-2.8.12.2/share/cmake-2.8/Modules/FindBoost.cmake:177
 (find_package)
  VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeLists.txt:38 (find_package)


CMake Error at /usr/lib64/boost/Boost.cmake:28 (ADD_LIBRARY):
  add_library cannot create imported target "boost_date_time-static-debug"
  because another target with the same name already exists.
Call Stack (most recent call first):
  /usr/lib64/boost/BoostConfig.cmake:28 (include)
  
/home/simonsm/tools/cmake/cmake-2.8.12.2/share/cmake-2.8/Modules/FindBoost.cmake:177
 (find_package)
  VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeLists.txt:38 (find_package)


CMake Error at /usr/lib64/boost/Boost.cmake:31 (ADD_LIBRARY):
  add_library cannot create imported target "boost_date_time-mt-static-debug"
  because another target with the same name already exists.
Call Stack (most recent call first):
  /usr/lib64/boost/BoostConfig.cmake:28 (include)
  
/home/simonsm/tools/cmake/cmake-2.8.12.2/share/cmake-2.8/Modules/FindBoost.cmake:177
 (find_package)
  VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeLists.txt:38 (find_package)


CMake Error at /usr/lib64/boost/Boost.cmake:34 (ADD_LIBRARY):
  add_library cannot create imported target "boost_date_time-shared-debug"
  because another target with the same name already exists.
Call Stack (most recent call first):
  /usr/lib64/boost/BoostConfig.cmake:28 (include)
  
/home/simonsm/tools/cmake/cmake-2.8.12.2/share/cmake-2.8/Modules/FindBoost.cmake:177
 (find_package)
  VTK/ThirdParty/xdmf3/vtkxdmf3/core/CMakeLists.txt:38 (find_package)



_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to