<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi,<br>
    Can I build Xdmf2 as a standalone library without building ParaView
    instead?<br>
    I tried to configure Xdmf2 (git source under Utilities/Xdmf2) and
    encountered these CMake errors<br>
    <br>
    <blockquote>CMake Warning (dev) in CMakeLists.txt:<br>
      &nbsp; No cmake_minimum_required command is present.&nbsp; A line of code
      such as<br>
      <br>
      &nbsp;&nbsp;&nbsp; cmake_minimum_required(VERSION 2.8)<br>
      <br>
      &nbsp; should be added at the top of the file.&nbsp; The version specified
      may be lower<br>
      &nbsp; if you wish to support older CMake versions for this project.&nbsp;
      For more<br>
      &nbsp; information run "cmake --help-policy CMP0000".<br>
      This warning is for project developers.&nbsp; Use -Wno-dev to suppress
      it.<br>
      <br>
      CMake Error: An attempt was made to access a variable:
      CMAKE_SIZEOF_INT that has not been defined. Some variables were
      always defined by CMake in versions prior to 1.6. To fix this you
      might need to set the cache value of CMAKE_BACKWARDS_COMPATIBILITY
      to 1.4 or less. If you are writing a CMakeList file, (or have
      already set CMAKE_BACKWARDS_COMPATABILITY to 1.4 or less) then you
      probably need to include a CMake module to test for the feature
      this variable defines.<br>
      CMake Error at Ice/CMakeLists.txt:50 (MESSAGE):<br>
      &nbsp; Can't Find a 32 Bit Float<br>
      <br>
      <br>
      CMake Error at Ice/CMakeLists.txt:57 (MESSAGE):<br>
      &nbsp; Can't Find a 64 Bit Float<br>
      <br>
      <br>
      CMake Error at Ice/CMakeLists.txt:72 (MESSAGE):<br>
      &nbsp; Can't Find a 32 Bit Integer<br>
      <br>
      <br>
      CMake Error: An attempt was made to access a variable:
      CMAKE_WORDS_BIGENDIAN that has not been defined. Some variables
      were always defined by CMake in versions prior to 1.6. To fix this
      you might need to set the cache value of
      CMAKE_BACKWARDS_COMPATIBILITY to 1.4 or less. If you are writing a
      CMakeList file, (or have already set CMAKE_BACKWARDS_COMPATABILITY
      to 1.4 or less) then you probably need to include a CMake module
      to test for the feature this variable defines.<br>
      CMake Error: An attempt was made to access a variable:
      CMAKE_SIZEOF_INT that has not been defined. Some variables were
      always defined by CMake in versions prior to 1.6. To fix this you
      might need to set the cache value of CMAKE_BACKWARDS_COMPATIBILITY
      to 1.4 or less. If you are writing a CMakeList file, (or have
      already set CMAKE_BACKWARDS_COMPATABILITY to 1.4 or less) then you
      probably need to include a CMake module to test for the feature
      this variable defines.<br>
      CMake Error at libsrc/CMakeLists.txt:327 (MESSAGE):<br>
      &nbsp; Can't Find a 32 Bit Float<br>
      <br>
      <br>
      CMake Error at libsrc/CMakeLists.txt:334 (MESSAGE):<br>
      &nbsp; Can't Find a 64 Bit Float<br>
      <br>
      <br>
      CMake Error at libsrc/CMakeLists.txt:349 (MESSAGE):<br>
      &nbsp; Can't Find a 32 Bit Integer<br>
      <br>
      <br>
      CMake Error: An attempt was made to access a variable:
      CMAKE_WORDS_BIGENDIAN that has not been defined. Some variables
      were always defined by CMake in versions prior to 1.6. To fix this
      you might need to set the cache value of
      CMAKE_BACKWARDS_COMPATIBILITY to 1.4 or less. If you are writing a
      CMakeList file, (or have already set CMAKE_BACKWARDS_COMPATABILITY
      to 1.4 or less) then you probably need to include a CMake module
      to test for the feature this variable defines.<br>
      CMake Error at vtk/CMakeLists.txt:89 (INCLUDE):<br>
      &nbsp; include could not find load file:<br>
      <br>
      &nbsp;&nbsp;&nbsp; /vtkExportKit.cmake<br>
      <br>
      <br>
      CMake Error at vtk/CMakeLists.txt:90 (VTK_EXPORT_KIT):<br>
      &nbsp; Unknown CMake command "VTK_EXPORT_KIT".<br>
      <br>
      <br>
      Configuring incomplete, errors occurred!<br>
      <br>
    </blockquote>
    Best,<br>
    x<br>
  </body>
</html>