<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Thanks to both for your quick response.<br>
      <br>
      From a clean/new build directory I tried your suggestion of
      -DVTK_USE_SYSTEM_HDF5=ON&nbsp;&nbsp; I received a different error (fragment
      below), which looks like it not finding some HDF5 headers.<br>
      <br>
      I will keep investigating.&nbsp; Obviously something strange about my
      setup or use of Macports.<br>
      <br>
      Thanks again.<br>
      <br>
      Michael.<br>
      <br>
      <br>
      ------------ new error<br>
      Linking CXX executable ../../../../bin/ChartsCxxTests<br>
      [ 34%] Built target ChartsCxxTests<br>
      Scanning dependencies of target Xdmf<br>
      [ 34%] Building CXX object
      Utilities/Xdmf2/libsrc/CMakeFiles/Xdmf.dir/XdmfArray.cxx.o<br>
      In file included from
/Users/michael/PhD/ExistingSoftware/ParaView-3.14.1-Source/Utilities/Xdmf2/libsrc/XdmfDataDesc.h:29,<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from
/Users/michael/PhD/ExistingSoftware/ParaView-3.14.1-Source/Utilities/Xdmf2/libsrc/XdmfArray.h:28,<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from
/Users/michael/PhD/ExistingSoftware/ParaView-3.14.1-Source/Utilities/Xdmf2/libsrc/XdmfArray.cxx:25:<br>
      /Users/michael/PhD/ExistingSoftware/ParaView-3.14.1-Source/Utilities/Xdmf2/libsrc/XdmfHDFSupport.h:30:22:
      error: H5public.h: No such file or directory<br>
      /Users/michael/PhD/ExistingSoftware/ParaView-3.14.1-Source/Utilities/Xdmf2/libsrc/XdmfHDFSupport.h:36:18:
      error: hdf5.h: No such file or directory<br>
      <br>
      <br>
      On 12/10/12 4:03 AM, Pat Marion wrote:<br>
    </div>
    <blockquote
cite="mid:CAMetC=T9JYNc+2f_AC9JT3NtWXirmR1CjpcutU7MMxOwJQNm0Q@mail.gmail.com"
      type="cite">Oops, I meant to say you should set
      VTK_USE_SYSTEM_HDF5 to ON.<br>
      <br>
      Pat<br>
      <br>
      <div class="gmail_quote">On Thu, Oct 11, 2012 at 4:02 PM, Pat
        Marion <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:pat.marion@kitware.com" target="_blank">pat.marion@kitware.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">It looks the
          compiler included system HDF5 headers even though
          VTK_USE_SYSTEM_HDF5 is disabled.&nbsp; Then, at link time it
          doesn't link the system HDF5 libraries because
          VTK_USE_SYSTEM_HDF5 if off.&nbsp; You could try running cmake in
          the build dir and setting VTK_USE_SYSTEM_HDF5 to OFF.<br>
          <br>
          I think this might be caused by a tricky a bug in VTK's cmake
          scripts.&nbsp; I guess CMake would need to add
          -IVTK/Utilities/vtkhdf5 before -I/opt/local/include when
          system hdf5 is off.<span class="HOEnZb"><font color="#888888"><br>
              <br>
              Pat</font></span>
          <div class="HOEnZb">
            <div class="h5"><br>
              <br>
              <div class="gmail_quote">
                On Thu, Oct 11, 2012 at 3:46 PM, Brickle Macho <span
                  dir="ltr">&lt;<a moz-do-not-send="true"
                    href="mailto:bricklemacho@gmail.com" target="_blank">bricklemacho@gmail.com</a>&gt;</span>
                wrote:<br>
                <blockquote class="gmail_quote" style="margin:0 0 0
                  .8ex;border-left:1px #ccc solid;padding-left:1ex">
                  Hi,<br>
                  <br>
                  I am trying to build ParaView on my MacBook and I am
                  getting a list of undefined symbols. &nbsp;Below is the
                  first of about 35+ similar errors. &nbsp;For info all of
                  the required supporting packages were installed by
                  Macports. &nbsp; I downloaded ParaView-3.14.1-Source from
                  the website and created a separate build directory. I
                  received a that I was running Qt 4.8.3 whereas the
                  officially supported version is Qt 4.6.<br>
                  <br>
                  In case it is related, I had an earlier problem where
                  during compiling the generated makefile was expecting
                  some Qt file under files in
                  /opt/local/lib/Resources/... whereas they were in
                  /opt/local/Library/Frameworks/QtGui.framework/Versions/4/Resources/...
                  I resolved this by creating a symbolic link in
                  /opt/local/lib<br>
                  <br>
                  Not sure where to start to solve the problem. Any help
                  appreciated.<br>
                  <br>
                  Regards,<br>
                  <br>
                  Michael.<br>
                  --<br>
                  <br>
                  ------- Linking problem below ---------------<br>
                  <br>
                  [ 75%] Built target vtkPVVTKExtensionsCS<br>
                  Linking CXX executable ../../../bin/ParaViewCoreVTKExtensionsPrintSelf<br>
                  Undefined symbols for architecture x86_64:<br>
                  &nbsp; "_H5check_version", referenced from:<br>
                  &nbsp; &nbsp; &nbsp; vtkEnzoReaderInternal::GetAttributeNames() &nbsp; &nbsp; &nbsp;
                  in libvtkPVVTKExtensions.a(vtkEnzoReader.cxx.o)<br>
                  &nbsp; &nbsp; &nbsp; vtkEnzoReader::LoadAttribute(char const*, int)in
                  libvtkPVVTKExtensions.a(vtkEnzoReader.cxx.o)<br>
                  &nbsp; &nbsp; &nbsp; vtkEnzoReader::GetParticles(int, vtkPolyData*,
                  int, int)in libvtkPVVTKExtensions.a(vtkEnzoReader.cxx.o)<br>
                  &nbsp; &nbsp; &nbsp; vtkFlashReaderInternal::ReadMetaData() &nbsp; &nbsp; &nbsp; in
                  libvtkPVVTKExtensions.a(vtkFlashReader.cxx.o)<br>
                  &nbsp; &nbsp; &nbsp; vtkFlashReaderInternal::GetTime() &nbsp; &nbsp; &nbsp;in
                  libvtkPVVTKExtensions.a(vtkFlashReader.cxx.o)<br>
                  &nbsp; &nbsp; &nbsp; vtkFlashReaderInternal::GetCycle() &nbsp; &nbsp; &nbsp;in
                  libvtkPVVTKExtensions.a(vtkFlashReader.cxx.o)<br>
                  &nbsp; &nbsp; &nbsp;(maybe you meant: _vtk__H5check_version)<br>
                  _______________________________________________<br>
                  Powered by <a moz-do-not-send="true"
                    href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
                  <br>
                  Visit other Kitware open-source projects at <a
                    moz-do-not-send="true"
                    href="http://www.kitware.com/opensource/opensource.html"
                    target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
                  <br>
                  Please keep messages on-topic and check the ParaView
                  Wiki at: <a moz-do-not-send="true"
                    href="http://paraview.org/Wiki/ParaView"
                    target="_blank">http://paraview.org/Wiki/ParaView</a><br>
                  <br>
                  Follow this link to subscribe/unsubscribe:<br>
                  <a moz-do-not-send="true"
                    href="http://www.paraview.org/mailman/listinfo/paraview"
                    target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
                </blockquote>
              </div>
              <br>
            </div>
          </div>
        </blockquote>
      </div>
      <br>
    </blockquote>
    <br>
  </body>
</html>