[Paraview-developers] how do I link library to my reader plugin?

David E DeMarle dave.demarle at kitware.com
Thu Nov 8 10:08:21 EST 2012


Near the end of that I see that it is linking in cxform:
"/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E
cmake_link_script CMakeFiles/vtkEnlilReader.dir/link.txt --verbose=1
/usr/bin/c++  -O3  -dynamiclib -Wl,-headerpad_max_install_names
-o libvtkEnlilReader.dylib
-install_name /Volumes/Data/Development/vtkPlugins/PV4-201-build/libvtkEnlilReader.dylib
CMakeFiles/vtkEnlilReader.dir/qrc_vtkEnlilReader.cxx.o
CMakeFiles/vtkEnlilReader.dir/vtkEnlilReader.cxx.o
...
/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkRenderingMatplotlib-pv3.98.1.dylib
cxform-0.71/libcxform.a
...

And google makes me think gregorian_calendar_to_jd is a function in
that library.

I'm thinking either:
1) there is some weird symbol mismatch (post the output of nm | grep
gregorian_calender on both libcxform.a and vtkEnlilReader.cxx.o to
diagnose)
2) libcxform depends on some other library (add that library to the
target_link_libraries to resolve).


David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Wed, Nov 7, 2012 at 4:16 PM, Joshua Murphy
<Joshua.Murphy at lasp.colorado.edu> wrote:
> Oops.  My log didn't get all of the information… here is a copy and paste…
>
> macd108:PV4-201-build jomu9721$ make VERBOSE=1
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake"
> -H/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1
> -B/Volumes/Data/Development/vtkPlugins/PV4-201-build --check-build-system
> CMakeFiles/Makefile.cmake 0
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_start
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles/progress.marks
> make -f CMakeFiles/Makefile2 all
> make -f cxform-0.71/CMakeFiles/cxform.dir/build.make
> cxform-0.71/CMakeFiles/cxform.dir/depend
> cd /Volumes/Data/Development/vtkPlugins/PV4-201-build &&
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_depends "Unix
> Makefiles"
> /Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1
> /Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1/cxform-0.71
> /Volumes/Data/Development/vtkPlugins/PV4-201-build
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/cxform-0.71
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/cxform-0.71/CMakeFiles/cxform.dir/DependInfo.cmake
> --color=
> make -f cxform-0.71/CMakeFiles/cxform.dir/build.make
> cxform-0.71/CMakeFiles/cxform.dir/build
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_report
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles 1
> [  5%] Building C object cxform-0.71/CMakeFiles/cxform.dir/cxform-auto.c.o
> cd /Volumes/Data/Development/vtkPlugins/PV4-201-build/cxform-0.71 &&
> /usr/bin/gcc
> -DvtkFiltersFlowPaths_AUTOINIT="1(vtkFiltersParallelFlowPaths)"
> -DvtkIOExodus_AUTOINIT="1(vtkIOParallelExodus)"
> -DvtkIOImage_AUTOINIT="1(vtkIOMPIImage)"
> -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeTypeOpenGL,vtkRenderingOpenGL)"
> -DvtkRenderingFreeType_AUTOINIT="1(vtkRenderingMatplotlib)"
> -DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL)" -DQT_NO_DEBUG
> -DQT_GUI_LIB -DQT_CORE_LIB
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO/vtkmetaio
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/MPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/MPI
> -I/usr/local/Cellar/mpich2/1.5/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf/vtkprotobuf/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting
> -I/Library/Frameworks/QtDesigner.framework/Headers
> -I/Library/Frameworks/QtDeclarative.framework/Headers
> -I/Library/Frameworks/QtScriptTools.framework/Headers
> -I/Library/Frameworks/QtDBus.framework/Headers
> -I/Library/Frameworks/QtXml.framework/Headers
> -I/Library/Frameworks/QtSql.framework/Headers
> -I/Library/Frameworks/QtOpenGL.framework/Headers
> -I/Library/Frameworks/QtMultimedia.framework/Headers
> -I/Library/Frameworks/QtNetwork.framework/Headers
> -I/Library/Frameworks/phonon.framework/Headers
> -I/Library/Frameworks/QtXmlPatterns.framework/Headers
> -I/Library/Frameworks/QtWebKit.framework/Headers
> -I/Library/Frameworks/QtHelp.framework/Headers -I/usr/include/QtUiTools
> -I/Library/Frameworks/QtTest.framework/Headers
> -I/Library/Frameworks/QtScript.framework/Headers
> -I/Library/Frameworks/QtSvg.framework/Headers
> -I/Library/Frameworks/Qt3Support.framework/Headers
> -I/Library/Frameworks/QtGui.framework/Headers
> -I/Library/Frameworks/QtCore.framework/Headers
> -I/usr/local/Qt4.8/mkspecs/default -F/Library/Frameworks
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5/vtkhdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/hl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf/vtknetcdf/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf/vtknetcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2/vtklibxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Python
> -I/Library/Frameworks/EPD64.framework/Headers
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12    -o
> CMakeFiles/cxform.dir/cxform-auto.c.o   -c
> /Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1/cxform-0.71/cxform-auto.c
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_report
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles 2
> [ 11%] Building C object cxform-0.71/CMakeFiles/cxform.dir/cxform-manual.c.o
> cd /Volumes/Data/Development/vtkPlugins/PV4-201-build/cxform-0.71 &&
> /usr/bin/gcc
> -DvtkFiltersFlowPaths_AUTOINIT="1(vtkFiltersParallelFlowPaths)"
> -DvtkIOExodus_AUTOINIT="1(vtkIOParallelExodus)"
> -DvtkIOImage_AUTOINIT="1(vtkIOMPIImage)"
> -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeTypeOpenGL,vtkRenderingOpenGL)"
> -DvtkRenderingFreeType_AUTOINIT="1(vtkRenderingMatplotlib)"
> -DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL)" -DQT_NO_DEBUG
> -DQT_GUI_LIB -DQT_CORE_LIB
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO/vtkmetaio
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/MPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/MPI
> -I/usr/local/Cellar/mpich2/1.5/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf/vtkprotobuf/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting
> -I/Library/Frameworks/QtDesigner.framework/Headers
> -I/Library/Frameworks/QtDeclarative.framework/Headers
> -I/Library/Frameworks/QtScriptTools.framework/Headers
> -I/Library/Frameworks/QtDBus.framework/Headers
> -I/Library/Frameworks/QtXml.framework/Headers
> -I/Library/Frameworks/QtSql.framework/Headers
> -I/Library/Frameworks/QtOpenGL.framework/Headers
> -I/Library/Frameworks/QtMultimedia.framework/Headers
> -I/Library/Frameworks/QtNetwork.framework/Headers
> -I/Library/Frameworks/phonon.framework/Headers
> -I/Library/Frameworks/QtXmlPatterns.framework/Headers
> -I/Library/Frameworks/QtWebKit.framework/Headers
> -I/Library/Frameworks/QtHelp.framework/Headers -I/usr/include/QtUiTools
> -I/Library/Frameworks/QtTest.framework/Headers
> -I/Library/Frameworks/QtScript.framework/Headers
> -I/Library/Frameworks/QtSvg.framework/Headers
> -I/Library/Frameworks/Qt3Support.framework/Headers
> -I/Library/Frameworks/QtGui.framework/Headers
> -I/Library/Frameworks/QtCore.framework/Headers
> -I/usr/local/Qt4.8/mkspecs/default -F/Library/Frameworks
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5/vtkhdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/hl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf/vtknetcdf/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf/vtknetcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2/vtklibxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Python
> -I/Library/Frameworks/EPD64.framework/Headers
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12    -o
> CMakeFiles/cxform.dir/cxform-manual.c.o   -c
> /Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1/cxform-0.71/cxform-manual.c
> Linking C static library libcxform.a
> cd /Volumes/Data/Development/vtkPlugins/PV4-201-build/cxform-0.71 &&
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -P
> CMakeFiles/cxform.dir/cmake_clean_target.cmake
> cd /Volumes/Data/Development/vtkPlugins/PV4-201-build/cxform-0.71 &&
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_link_script
> CMakeFiles/cxform.dir/link.txt --verbose=1
> /usr/bin/ar cr libcxform.a  CMakeFiles/cxform.dir/cxform-auto.c.o
> CMakeFiles/cxform.dir/cxform-manual.c.o
> /usr/bin/ranlib libcxform.a
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_report
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles  1 2
> [ 11%] Built target cxform
> make -f CMakeFiles/cxtest.dir/build.make CMakeFiles/cxtest.dir/depend
> cd /Volumes/Data/Development/vtkPlugins/PV4-201-build &&
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_depends "Unix
> Makefiles"
> /Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1
> /Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1
> /Volumes/Data/Development/vtkPlugins/PV4-201-build
> /Volumes/Data/Development/vtkPlugins/PV4-201-build
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles/cxtest.dir/DependInfo.cmake
> --color=
> make -f CMakeFiles/cxtest.dir/build.make CMakeFiles/cxtest.dir/build
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_report
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles 3
> [ 17%] Building C object CMakeFiles/cxtest.dir/cxform-0.71/main.c.o
> /usr/bin/gcc
> -DvtkFiltersFlowPaths_AUTOINIT="1(vtkFiltersParallelFlowPaths)"
> -DvtkIOExodus_AUTOINIT="1(vtkIOParallelExodus)"
> -DvtkIOImage_AUTOINIT="1(vtkIOMPIImage)"
> -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeTypeOpenGL,vtkRenderingOpenGL)"
> -DvtkRenderingFreeType_AUTOINIT="1(vtkRenderingMatplotlib)"
> -DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL)" -DQT_NO_DEBUG
> -DQT_GUI_LIB -DQT_CORE_LIB
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO/vtkmetaio
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/MPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/MPI
> -I/usr/local/Cellar/mpich2/1.5/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf/vtkprotobuf/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting
> -I/Library/Frameworks/QtDesigner.framework/Headers
> -I/Library/Frameworks/QtDeclarative.framework/Headers
> -I/Library/Frameworks/QtScriptTools.framework/Headers
> -I/Library/Frameworks/QtDBus.framework/Headers
> -I/Library/Frameworks/QtXml.framework/Headers
> -I/Library/Frameworks/QtSql.framework/Headers
> -I/Library/Frameworks/QtOpenGL.framework/Headers
> -I/Library/Frameworks/QtMultimedia.framework/Headers
> -I/Library/Frameworks/QtNetwork.framework/Headers
> -I/Library/Frameworks/phonon.framework/Headers
> -I/Library/Frameworks/QtXmlPatterns.framework/Headers
> -I/Library/Frameworks/QtWebKit.framework/Headers
> -I/Library/Frameworks/QtHelp.framework/Headers -I/usr/include/QtUiTools
> -I/Library/Frameworks/QtTest.framework/Headers
> -I/Library/Frameworks/QtScript.framework/Headers
> -I/Library/Frameworks/QtSvg.framework/Headers
> -I/Library/Frameworks/Qt3Support.framework/Headers
> -I/Library/Frameworks/QtGui.framework/Headers
> -I/Library/Frameworks/QtCore.framework/Headers
> -I/usr/local/Qt4.8/mkspecs/default -F/Library/Frameworks
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5/vtkhdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/hl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf/vtknetcdf/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf/vtknetcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2/vtklibxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Python
> -I/Library/Frameworks/EPD64.framework/Headers
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12
> -I/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1/cxform-0.71
> -I/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1
> -I/Volumes/Data/Development/vtkPlugins/PV4-201-build    -o
> CMakeFiles/cxtest.dir/cxform-0.71/main.c.o   -c
> /Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1/cxform-0.71/main.c
> Linking C executable cxtest
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_link_script
> CMakeFiles/cxtest.dir/link.txt --verbose=1
> /usr/bin/gcc    -Wl,-search_paths_first -Wl,-headerpad_max_install_names -s
> CMakeFiles/cxtest.dir/cxform-0.71/main.c.o  -o cxtest
> cxform-0.71/libcxform.a
> ld: warning: option -s is obsolete and being ignored
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_report
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles  3
> [ 17%] Built target cxtest
> make -f CMakeFiles/vtkEnlilReader.dir/build.make
> CMakeFiles/vtkEnlilReader.dir/depend
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_report
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles 10
> [ 23%] Generating Documentation HTMLs from xmls
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake"
> -Dxmlpatterns:FILEPATH=/usr/bin/xmlpatterns
> -Dxml_to_xml_xsl:FILEPATH=/Volumes/Data/Development/ParaView-src/git-version/ParaView/CMake/smxml_to_xml.xsl
> -Dxml_to_html_xsl:FILEPATH=/Volumes/Data/Development/ParaView-src/git-version/ParaView/CMake/xml_to_html.xsl
> -Dxml_to_wiki_xsl:FILEPATH=/Volumes/Data/Development/ParaView-src/git-version/ParaView/CMake/xml_to_wiki.xsl.in
> -Dinput_xmls:STRING=/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1/vtkEnlilReader.xml+
> -Dinput_gui_xmls:STRING=
> -Doutput_dir:PATH=/Volumes/Data/Development/vtkPlugins/PV4-201-build/doc
> -Doutput_file:FILEPATH=/Volumes/Data/Development/vtkPlugins/PV4-201-build/vtkEnlilReader.xml.xml
> -P
> /Volumes/Data/Development/ParaView-src/git-version/ParaView/CMake/generate_proxydocumentation.cmake
> Processing wiki sources
> Processing wiki filters
> Processing wiki writers
> Processing wiki readers
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_report
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles 4
> [ 29%] Generating qrc_vtkEnlilReader.cxx
> /Developer/Tools/Qt/rcc -name vtkEnlilReader -o
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/qrc_vtkEnlilReader.cxx
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/vtkEnlilReader.qrc
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_report
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles 9
> [ 35%] Compiling Qt help project vtkEnlilReader.qhp
> cd /Volumes/Data/Development/vtkPlugins/PV4-201-build/doc &&
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake"
> -Doutput_file:FILEPATH=/Volumes/Data/Development/vtkPlugins/PV4-201-build/doc/vtkEnlilReader.qhp
> -Dfile_patterns:STRING="*.html+*.css+*.png+*.jpg"
> -Dnamespace:STRING="vtkEnlilReader.org" -Dfolder:PATH=vtkEnlilReader
> -Dname:STRING="vtkEnlilReader" -P
> /Volumes/Data/Development/ParaView-src/git-version/ParaView/CMake/generate_qhp.cmake
> cd /Volumes/Data/Development/vtkPlugins/PV4-201-build/doc &&
> /usr/bin/qhelpgenerator
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/doc/vtkEnlilReader.qhp -o
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/doc/vtkEnlilReader.qch
> Building up file structure...
> Insert custom filters...
> Insert help data for filter section (1 of 1)...
> Insert files...
> Warning: The file
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/doc/*.css does not exist!
> Skipping it.
> Warning: The file
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/doc/*.png does not exist!
> Skipping it.
> Warning: The file
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/doc/*.jpg does not exist!
> Skipping it.
> Insert contents...
> Insert indices...
> Documentation successfully generated.
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_report
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles 5
> [ 41%] Generating vtkEnlilReader_doc.h
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/bin/vtkkwProcessXML-pv3.98
> -base64
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/vtkEnlilReader_doc.h ""
> "_doc" "_doc"
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/doc/vtkEnlilReader.qch
> -- Generate module: vtkEnlilReader
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_report
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles 6
> [ 47%] CS Wrapping - generating vtkEnlilReaderClientServer.cxx
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/bin/vtkWrapClientServer-pv3.98
> --concrete
> @/Volumes/Data/Development/vtkPlugins/PV4-201-build/vtkEnlilReader.args -o
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/vtkEnlilReaderClientServer.cxx
> /Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1/vtkEnlilReader.h
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_report
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles 7
> [ 52%] Generating vtkSMXML_vtkEnlilReader.h
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/bin/vtkkwProcessXML-pv3.98
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/vtkSMXML_vtkEnlilReader.h
> "vtkEnlilReader" "Interfaces" "Interfaces"
> /Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1/vtkEnlilReader.xml
> -- Generate module: vtkEnlilReader
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_report
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles 8
> [ 58%] Generating moc_vtkEnlilReader_Plugin.cxx
> /Developer/Tools/Qt/moc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO/vtkmetaio
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/MPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/MPI
> -I/usr/local/Cellar/mpich2/1.5/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf/vtkprotobuf/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting
> -I/Library/Frameworks/QtDesigner.framework/Headers
> -I/Library/Frameworks/QtDeclarative.framework/Headers
> -I/Library/Frameworks/QtScriptTools.framework/Headers
> -I/Library/Frameworks/QtDBus.framework/Headers
> -I/Library/Frameworks/QtXml.framework/Headers
> -I/Library/Frameworks/QtSql.framework/Headers
> -I/Library/Frameworks/QtOpenGL.framework/Headers
> -I/Library/Frameworks/QtMultimedia.framework/Headers
> -I/Library/Frameworks/QtNetwork.framework/Headers
> -I/Library/Frameworks/phonon.framework/Headers
> -I/Library/Frameworks/QtXmlPatterns.framework/Headers
> -I/Library/Frameworks/QtWebKit.framework/Headers
> -I/Library/Frameworks/QtHelp.framework/Headers -I/usr/include/QtUiTools
> -I/Library/Frameworks/QtTest.framework/Headers
> -I/Library/Frameworks/QtScript.framework/Headers
> -I/Library/Frameworks/QtSvg.framework/Headers
> -I/Library/Frameworks/Qt3Support.framework/Headers
> -I/Library/Frameworks/QtGui.framework/Headers
> -I/Library/Frameworks/QtCore.framework/Headers
> -I/usr/local/Qt4.8/mkspecs/default -I/usr/include -F/Library/Frameworks
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5/vtkhdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/hl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf/vtknetcdf/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf/vtknetcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2/vtklibxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Python
> -I/Library/Frameworks/EPD64.framework/Headers
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12
> -I/usr/include -F/Library/Frameworks
> -I/Library/Frameworks/QtGui.framework/Headers
> -I/Library/Frameworks/QtCore.framework/Headers
> -I/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1/cxform-0.71
> -I/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1
> -I/Volumes/Data/Development/vtkPlugins/PV4-201-build
> "-DvtkFiltersFlowPaths_AUTOINIT=1(vtkFiltersParallelFlowPaths)"
> "-DvtkIOExodus_AUTOINIT=1(vtkIOParallelExodus)"
> "-DvtkIOImage_AUTOINIT=1(vtkIOMPIImage)"
> "-DvtkRenderingCore_AUTOINIT=3(vtkInteractionStyle,vtkRenderingFreeTypeOpenGL,vtkRenderingOpenGL)"
> "-DvtkRenderingFreeType_AUTOINIT=1(vtkRenderingMatplotlib)"
> "-DvtkRenderingVolume_AUTOINIT=1(vtkRenderingVolumeOpenGL)" -DQT_NO_DEBUG
> -DQT_GUI_LIB -DQT_CORE_LIB -o
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/moc_vtkEnlilReader_Plugin.cxx
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/vtkEnlilReader_Plugin.h
> cd /Volumes/Data/Development/vtkPlugins/PV4-201-build &&
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_depends "Unix
> Makefiles"
> /Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1
> /Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1
> /Volumes/Data/Development/vtkPlugins/PV4-201-build
> /Volumes/Data/Development/vtkPlugins/PV4-201-build
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles/vtkEnlilReader.dir/DependInfo.cmake
> --color=
> make -f CMakeFiles/vtkEnlilReader.dir/build.make
> CMakeFiles/vtkEnlilReader.dir/build
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_report
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles 11
> [ 64%] Building CXX object
> CMakeFiles/vtkEnlilReader.dir/qrc_vtkEnlilReader.cxx.o
> /usr/bin/c++   -DvtkEnlilReader_EXPORTS
> -DvtkFiltersFlowPaths_AUTOINIT="1(vtkFiltersParallelFlowPaths)"
> -DvtkIOExodus_AUTOINIT="1(vtkIOParallelExodus)"
> -DvtkIOImage_AUTOINIT="1(vtkIOMPIImage)"
> -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeTypeOpenGL,vtkRenderingOpenGL)"
> -DvtkRenderingFreeType_AUTOINIT="1(vtkRenderingMatplotlib)"
> -DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL)" -DQT_NO_DEBUG
> -DQT_GUI_LIB -DQT_CORE_LIB -O3  -fPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO/vtkmetaio
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/MPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/MPI
> -I/usr/local/Cellar/mpich2/1.5/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf/vtkprotobuf/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting
> -I/Library/Frameworks/QtDesigner.framework/Headers
> -I/Library/Frameworks/QtDeclarative.framework/Headers
> -I/Library/Frameworks/QtScriptTools.framework/Headers
> -I/Library/Frameworks/QtDBus.framework/Headers
> -I/Library/Frameworks/QtXml.framework/Headers
> -I/Library/Frameworks/QtSql.framework/Headers
> -I/Library/Frameworks/QtOpenGL.framework/Headers
> -I/Library/Frameworks/QtMultimedia.framework/Headers
> -I/Library/Frameworks/QtNetwork.framework/Headers
> -I/Library/Frameworks/phonon.framework/Headers
> -I/Library/Frameworks/QtXmlPatterns.framework/Headers
> -I/Library/Frameworks/QtWebKit.framework/Headers
> -I/Library/Frameworks/QtHelp.framework/Headers -I/usr/include/QtUiTools
> -I/Library/Frameworks/QtTest.framework/Headers
> -I/Library/Frameworks/QtScript.framework/Headers
> -I/Library/Frameworks/QtSvg.framework/Headers
> -I/Library/Frameworks/Qt3Support.framework/Headers
> -I/Library/Frameworks/QtGui.framework/Headers
> -I/Library/Frameworks/QtCore.framework/Headers
> -I/usr/local/Qt4.8/mkspecs/default -F/Library/Frameworks
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5/vtkhdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/hl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf/vtknetcdf/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf/vtknetcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2/vtklibxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Python
> -I/Library/Frameworks/EPD64.framework/Headers
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12
> -I/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1/cxform-0.71
> -I/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1
> -I/Volumes/Data/Development/vtkPlugins/PV4-201-build    -o
> CMakeFiles/vtkEnlilReader.dir/qrc_vtkEnlilReader.cxx.o -c
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/qrc_vtkEnlilReader.cxx
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_report
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles 12
> [ 70%] Building CXX object
> CMakeFiles/vtkEnlilReader.dir/vtkEnlilReader.cxx.o
> /usr/bin/c++   -DvtkEnlilReader_EXPORTS
> -DvtkFiltersFlowPaths_AUTOINIT="1(vtkFiltersParallelFlowPaths)"
> -DvtkIOExodus_AUTOINIT="1(vtkIOParallelExodus)"
> -DvtkIOImage_AUTOINIT="1(vtkIOMPIImage)"
> -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeTypeOpenGL,vtkRenderingOpenGL)"
> -DvtkRenderingFreeType_AUTOINIT="1(vtkRenderingMatplotlib)"
> -DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL)" -DQT_NO_DEBUG
> -DQT_GUI_LIB -DQT_CORE_LIB -O3  -fPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO/vtkmetaio
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/MPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/MPI
> -I/usr/local/Cellar/mpich2/1.5/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf/vtkprotobuf/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting
> -I/Library/Frameworks/QtDesigner.framework/Headers
> -I/Library/Frameworks/QtDeclarative.framework/Headers
> -I/Library/Frameworks/QtScriptTools.framework/Headers
> -I/Library/Frameworks/QtDBus.framework/Headers
> -I/Library/Frameworks/QtXml.framework/Headers
> -I/Library/Frameworks/QtSql.framework/Headers
> -I/Library/Frameworks/QtOpenGL.framework/Headers
> -I/Library/Frameworks/QtMultimedia.framework/Headers
> -I/Library/Frameworks/QtNetwork.framework/Headers
> -I/Library/Frameworks/phonon.framework/Headers
> -I/Library/Frameworks/QtXmlPatterns.framework/Headers
> -I/Library/Frameworks/QtWebKit.framework/Headers
> -I/Library/Frameworks/QtHelp.framework/Headers -I/usr/include/QtUiTools
> -I/Library/Frameworks/QtTest.framework/Headers
> -I/Library/Frameworks/QtScript.framework/Headers
> -I/Library/Frameworks/QtSvg.framework/Headers
> -I/Library/Frameworks/Qt3Support.framework/Headers
> -I/Library/Frameworks/QtGui.framework/Headers
> -I/Library/Frameworks/QtCore.framework/Headers
> -I/usr/local/Qt4.8/mkspecs/default -F/Library/Frameworks
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5/vtkhdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/hl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf/vtknetcdf/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf/vtknetcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2/vtklibxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Python
> -I/Library/Frameworks/EPD64.framework/Headers
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12
> -I/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1/cxform-0.71
> -I/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1
> -I/Volumes/Data/Development/vtkPlugins/PV4-201-build    -o
> CMakeFiles/vtkEnlilReader.dir/vtkEnlilReader.cxx.o -c
> /Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1/vtkEnlilReader.cxx
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_report
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles 13
> [ 76%] Building CXX object
> CMakeFiles/vtkEnlilReader.dir/vtkEnlilReaderClientServer.cxx.o
> /usr/bin/c++   -DvtkEnlilReader_EXPORTS
> -DvtkFiltersFlowPaths_AUTOINIT="1(vtkFiltersParallelFlowPaths)"
> -DvtkIOExodus_AUTOINIT="1(vtkIOParallelExodus)"
> -DvtkIOImage_AUTOINIT="1(vtkIOMPIImage)"
> -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeTypeOpenGL,vtkRenderingOpenGL)"
> -DvtkRenderingFreeType_AUTOINIT="1(vtkRenderingMatplotlib)"
> -DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL)" -DQT_NO_DEBUG
> -DQT_GUI_LIB -DQT_CORE_LIB -O3  -fPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO/vtkmetaio
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/MPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/MPI
> -I/usr/local/Cellar/mpich2/1.5/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf/vtkprotobuf/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting
> -I/Library/Frameworks/QtDesigner.framework/Headers
> -I/Library/Frameworks/QtDeclarative.framework/Headers
> -I/Library/Frameworks/QtScriptTools.framework/Headers
> -I/Library/Frameworks/QtDBus.framework/Headers
> -I/Library/Frameworks/QtXml.framework/Headers
> -I/Library/Frameworks/QtSql.framework/Headers
> -I/Library/Frameworks/QtOpenGL.framework/Headers
> -I/Library/Frameworks/QtMultimedia.framework/Headers
> -I/Library/Frameworks/QtNetwork.framework/Headers
> -I/Library/Frameworks/phonon.framework/Headers
> -I/Library/Frameworks/QtXmlPatterns.framework/Headers
> -I/Library/Frameworks/QtWebKit.framework/Headers
> -I/Library/Frameworks/QtHelp.framework/Headers -I/usr/include/QtUiTools
> -I/Library/Frameworks/QtTest.framework/Headers
> -I/Library/Frameworks/QtScript.framework/Headers
> -I/Library/Frameworks/QtSvg.framework/Headers
> -I/Library/Frameworks/Qt3Support.framework/Headers
> -I/Library/Frameworks/QtGui.framework/Headers
> -I/Library/Frameworks/QtCore.framework/Headers
> -I/usr/local/Qt4.8/mkspecs/default -F/Library/Frameworks
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5/vtkhdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/hl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf/vtknetcdf/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf/vtknetcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2/vtklibxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Python
> -I/Library/Frameworks/EPD64.framework/Headers
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12
> -I/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1/cxform-0.71
> -I/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1
> -I/Volumes/Data/Development/vtkPlugins/PV4-201-build    -o
> CMakeFiles/vtkEnlilReader.dir/vtkEnlilReaderClientServer.cxx.o -c
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/vtkEnlilReaderClientServer.cxx
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_report
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles 14
> [ 82%] Building CXX object
> CMakeFiles/vtkEnlilReader.dir/vtkEnlilReaderInit.cxx.o
> /usr/bin/c++   -DvtkEnlilReader_EXPORTS
> -DvtkFiltersFlowPaths_AUTOINIT="1(vtkFiltersParallelFlowPaths)"
> -DvtkIOExodus_AUTOINIT="1(vtkIOParallelExodus)"
> -DvtkIOImage_AUTOINIT="1(vtkIOMPIImage)"
> -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeTypeOpenGL,vtkRenderingOpenGL)"
> -DvtkRenderingFreeType_AUTOINIT="1(vtkRenderingMatplotlib)"
> -DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL)" -DQT_NO_DEBUG
> -DQT_GUI_LIB -DQT_CORE_LIB -O3  -fPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO/vtkmetaio
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/MPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/MPI
> -I/usr/local/Cellar/mpich2/1.5/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf/vtkprotobuf/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting
> -I/Library/Frameworks/QtDesigner.framework/Headers
> -I/Library/Frameworks/QtDeclarative.framework/Headers
> -I/Library/Frameworks/QtScriptTools.framework/Headers
> -I/Library/Frameworks/QtDBus.framework/Headers
> -I/Library/Frameworks/QtXml.framework/Headers
> -I/Library/Frameworks/QtSql.framework/Headers
> -I/Library/Frameworks/QtOpenGL.framework/Headers
> -I/Library/Frameworks/QtMultimedia.framework/Headers
> -I/Library/Frameworks/QtNetwork.framework/Headers
> -I/Library/Frameworks/phonon.framework/Headers
> -I/Library/Frameworks/QtXmlPatterns.framework/Headers
> -I/Library/Frameworks/QtWebKit.framework/Headers
> -I/Library/Frameworks/QtHelp.framework/Headers -I/usr/include/QtUiTools
> -I/Library/Frameworks/QtTest.framework/Headers
> -I/Library/Frameworks/QtScript.framework/Headers
> -I/Library/Frameworks/QtSvg.framework/Headers
> -I/Library/Frameworks/Qt3Support.framework/Headers
> -I/Library/Frameworks/QtGui.framework/Headers
> -I/Library/Frameworks/QtCore.framework/Headers
> -I/usr/local/Qt4.8/mkspecs/default -F/Library/Frameworks
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5/vtkhdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/hl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf/vtknetcdf/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf/vtknetcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2/vtklibxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Python
> -I/Library/Frameworks/EPD64.framework/Headers
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12
> -I/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1/cxform-0.71
> -I/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1
> -I/Volumes/Data/Development/vtkPlugins/PV4-201-build    -o
> CMakeFiles/vtkEnlilReader.dir/vtkEnlilReaderInit.cxx.o -c
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/vtkEnlilReaderInit.cxx
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_report
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles 15
> [ 88%] Building CXX object CMakeFiles/vtkEnlilReader.dir/DateTime.C.o
> /usr/bin/c++   -DvtkEnlilReader_EXPORTS
> -DvtkFiltersFlowPaths_AUTOINIT="1(vtkFiltersParallelFlowPaths)"
> -DvtkIOExodus_AUTOINIT="1(vtkIOParallelExodus)"
> -DvtkIOImage_AUTOINIT="1(vtkIOMPIImage)"
> -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeTypeOpenGL,vtkRenderingOpenGL)"
> -DvtkRenderingFreeType_AUTOINIT="1(vtkRenderingMatplotlib)"
> -DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL)" -DQT_NO_DEBUG
> -DQT_GUI_LIB -DQT_CORE_LIB -O3  -fPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO/vtkmetaio
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/MPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/MPI
> -I/usr/local/Cellar/mpich2/1.5/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf/vtkprotobuf/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting
> -I/Library/Frameworks/QtDesigner.framework/Headers
> -I/Library/Frameworks/QtDeclarative.framework/Headers
> -I/Library/Frameworks/QtScriptTools.framework/Headers
> -I/Library/Frameworks/QtDBus.framework/Headers
> -I/Library/Frameworks/QtXml.framework/Headers
> -I/Library/Frameworks/QtSql.framework/Headers
> -I/Library/Frameworks/QtOpenGL.framework/Headers
> -I/Library/Frameworks/QtMultimedia.framework/Headers
> -I/Library/Frameworks/QtNetwork.framework/Headers
> -I/Library/Frameworks/phonon.framework/Headers
> -I/Library/Frameworks/QtXmlPatterns.framework/Headers
> -I/Library/Frameworks/QtWebKit.framework/Headers
> -I/Library/Frameworks/QtHelp.framework/Headers -I/usr/include/QtUiTools
> -I/Library/Frameworks/QtTest.framework/Headers
> -I/Library/Frameworks/QtScript.framework/Headers
> -I/Library/Frameworks/QtSvg.framework/Headers
> -I/Library/Frameworks/Qt3Support.framework/Headers
> -I/Library/Frameworks/QtGui.framework/Headers
> -I/Library/Frameworks/QtCore.framework/Headers
> -I/usr/local/Qt4.8/mkspecs/default -F/Library/Frameworks
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5/vtkhdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/hl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf/vtknetcdf/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf/vtknetcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2/vtklibxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Python
> -I/Library/Frameworks/EPD64.framework/Headers
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12
> -I/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1/cxform-0.71
> -I/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1
> -I/Volumes/Data/Development/vtkPlugins/PV4-201-build    -o
> CMakeFiles/vtkEnlilReader.dir/DateTime.C.o -c
> /Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1/DateTime.C
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_report
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles 16
> [ 94%] Building CXX object
> CMakeFiles/vtkEnlilReader.dir/vtkEnlilReader_Plugin.cxx.o
> /usr/bin/c++   -DvtkEnlilReader_EXPORTS
> -DvtkFiltersFlowPaths_AUTOINIT="1(vtkFiltersParallelFlowPaths)"
> -DvtkIOExodus_AUTOINIT="1(vtkIOParallelExodus)"
> -DvtkIOImage_AUTOINIT="1(vtkIOMPIImage)"
> -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeTypeOpenGL,vtkRenderingOpenGL)"
> -DvtkRenderingFreeType_AUTOINIT="1(vtkRenderingMatplotlib)"
> -DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL)" -DQT_NO_DEBUG
> -DQT_GUI_LIB -DQT_CORE_LIB -O3  -fPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO/vtkmetaio
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/MPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/MPI
> -I/usr/local/Cellar/mpich2/1.5/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf/vtkprotobuf/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting
> -I/Library/Frameworks/QtDesigner.framework/Headers
> -I/Library/Frameworks/QtDeclarative.framework/Headers
> -I/Library/Frameworks/QtScriptTools.framework/Headers
> -I/Library/Frameworks/QtDBus.framework/Headers
> -I/Library/Frameworks/QtXml.framework/Headers
> -I/Library/Frameworks/QtSql.framework/Headers
> -I/Library/Frameworks/QtOpenGL.framework/Headers
> -I/Library/Frameworks/QtMultimedia.framework/Headers
> -I/Library/Frameworks/QtNetwork.framework/Headers
> -I/Library/Frameworks/phonon.framework/Headers
> -I/Library/Frameworks/QtXmlPatterns.framework/Headers
> -I/Library/Frameworks/QtWebKit.framework/Headers
> -I/Library/Frameworks/QtHelp.framework/Headers -I/usr/include/QtUiTools
> -I/Library/Frameworks/QtTest.framework/Headers
> -I/Library/Frameworks/QtScript.framework/Headers
> -I/Library/Frameworks/QtSvg.framework/Headers
> -I/Library/Frameworks/Qt3Support.framework/Headers
> -I/Library/Frameworks/QtGui.framework/Headers
> -I/Library/Frameworks/QtCore.framework/Headers
> -I/usr/local/Qt4.8/mkspecs/default -F/Library/Frameworks
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5/vtkhdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/hl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf/vtknetcdf/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf/vtknetcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2/vtklibxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Python
> -I/Library/Frameworks/EPD64.framework/Headers
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12
> -I/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1/cxform-0.71
> -I/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1
> -I/Volumes/Data/Development/vtkPlugins/PV4-201-build    -o
> CMakeFiles/vtkEnlilReader.dir/vtkEnlilReader_Plugin.cxx.o -c
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/vtkEnlilReader_Plugin.cxx
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_progress_report
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/CMakeFiles 17
> [100%] Building CXX object
> CMakeFiles/vtkEnlilReader.dir/moc_vtkEnlilReader_Plugin.cxx.o
> /usr/bin/c++   -DvtkEnlilReader_EXPORTS
> -DvtkFiltersFlowPaths_AUTOINIT="1(vtkFiltersParallelFlowPaths)"
> -DvtkIOExodus_AUTOINIT="1(vtkIOParallelExodus)"
> -DvtkIOImage_AUTOINIT="1(vtkIOMPIImage)"
> -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeTypeOpenGL,vtkRenderingOpenGL)"
> -DvtkRenderingFreeType_AUTOINIT="1(vtkRenderingMatplotlib)"
> -DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL)" -DQT_NO_DEBUG
> -DQT_GUI_LIB -DQT_CORE_LIB -O3  -fPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/KWSys
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Math
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Misc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/System
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Transforms
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/DataModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ExecutionModel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Extraction
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/ComputationalGeometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/DICOMParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/zlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO/vtkmetaio
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MetaIO
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/jpeg
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/png
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/tiff
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/expat
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XMLParser
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/MaterialLibrary
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Style
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/ParseOGLExt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/EncodeString
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/OpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/GUISupport/Qt
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Programmable
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerStream
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Geometry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/XML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/Common
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/PythonSupport
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Infovis/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Legacy
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Utilities/HashSource
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Parallel/MPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Parallel/MPI
> -I/usr/local/Cellar/mpich2/1.5/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Tools
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/WrapClientServer
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf/vtkprotobuf/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/protobuf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting/vtkqttesting
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/QtTesting
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/QtTesting
> -I/Library/Frameworks/QtDesigner.framework/Headers
> -I/Library/Frameworks/QtDeclarative.framework/Headers
> -I/Library/Frameworks/QtScriptTools.framework/Headers
> -I/Library/Frameworks/QtDBus.framework/Headers
> -I/Library/Frameworks/QtXml.framework/Headers
> -I/Library/Frameworks/QtSql.framework/Headers
> -I/Library/Frameworks/QtOpenGL.framework/Headers
> -I/Library/Frameworks/QtMultimedia.framework/Headers
> -I/Library/Frameworks/QtNetwork.framework/Headers
> -I/Library/Frameworks/phonon.framework/Headers
> -I/Library/Frameworks/QtXmlPatterns.framework/Headers
> -I/Library/Frameworks/QtWebKit.framework/Headers
> -I/Library/Frameworks/QtHelp.framework/Headers -I/usr/include/QtUiTools
> -I/Library/Frameworks/QtTest.framework/Headers
> -I/Library/Frameworks/QtScript.framework/Headers
> -I/Library/Frameworks/QtSvg.framework/Headers
> -I/Library/Frameworks/Qt3Support.framework/Headers
> -I/Library/Frameworks/QtGui.framework/Headers
> -I/Library/Frameworks/QtCore.framework/Headers
> -I/usr/local/Qt4.8/mkspecs/default -F/Library/Frameworks
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Common/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/freetype
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/ftgl
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeType
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Charts/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Domains/Chemistry
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Cosmo
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/FlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Generic
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Sources
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Hybrid
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/HyperTree
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Modeling
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelFlowPaths
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Fourier
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/alglib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Statistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/General
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Imaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelImaging
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelMPI
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/ParallelStatistics
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Texture
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Filters/Verdict
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5/vtkhdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/hl/src
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5/vtkhdf5/src
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/hdf5
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/AMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/EnSight
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf/vtknetcdf/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf/vtknetcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/netcdf
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/exodusII
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Exodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/gl2ps
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/GL2PS
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Export
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Import
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2/vtklibxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/libxml2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Infovis
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/MPIImage
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/oggtheora
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Movie
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/NetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/PLY
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelExodus
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/LSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelLSDyna
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/ParallelNetCDF
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/VPIC
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/ThirdParty/xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/Xdmf2
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Morphological
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Imaging/Color
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Annotation
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Volume
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Widgets
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Interaction/Image
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/IO/FFMPEG
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/FreeTypeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Parallel
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT/vtkicet/src/include
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ThirdParty/IceT
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/WebGLExporter
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Label
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeAMR
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/VolumeOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Views/Context2D
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/VTKExtensions/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ClientServerCore/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerImplementation/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/Rendering
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/Default
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/HybridOpenGL
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/LOD
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Wrapping/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Wrapping/Python
> -I/Library/Frameworks/EPD64.framework/Headers
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Rendering/Matplotlib
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/ProcessXML
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/ParaViewCore/ServerManager/SMApplication
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Python
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/Components
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Qt/ApplicationComponents
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/Utilities/TestDriver
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/Core
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/CoProcessing/CoProcessor
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/ParaView/VTK/Testing/GenericBridge
> -I/Volumes/Data/Development/ParaView-src/git-version/build-2Nov12
> -I/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1/cxform-0.71
> -I/Volumes/Data/Development/vtkPlugins/paraview/branches/sandbox/enlil2.0.1
> -I/Volumes/Data/Development/vtkPlugins/PV4-201-build    -o
> CMakeFiles/vtkEnlilReader.dir/moc_vtkEnlilReader_Plugin.cxx.o -c
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/moc_vtkEnlilReader_Plugin.cxx
> Linking CXX shared library libvtkEnlilReader.dylib
> "/Applications/CMake 2.8-9.app/Contents/bin/cmake" -E cmake_link_script
> CMakeFiles/vtkEnlilReader.dir/link.txt --verbose=1
> /usr/bin/c++  -O3  -dynamiclib -Wl,-headerpad_max_install_names    -o
> libvtkEnlilReader.dylib -install_name
> /Volumes/Data/Development/vtkPlugins/PV4-201-build/libvtkEnlilReader.dylib
> CMakeFiles/vtkEnlilReader.dir/qrc_vtkEnlilReader.cxx.o
> CMakeFiles/vtkEnlilReader.dir/vtkEnlilReader.cxx.o
> CMakeFiles/vtkEnlilReader.dir/vtkEnlilReaderClientServer.cxx.o
> CMakeFiles/vtkEnlilReader.dir/vtkEnlilReaderInit.cxx.o
> CMakeFiles/vtkEnlilReader.dir/DateTime.C.o
> CMakeFiles/vtkEnlilReader.dir/vtkEnlilReader_Plugin.cxx.o
> CMakeFiles/vtkEnlilReader.dir/moc_vtkEnlilReader_Plugin.cxx.o
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkpqComponents-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkPVServerManagerApplication-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkPVServerManagerApplicationCS-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkRenderingMatplotlib-pv3.98.1.dylib
> cxform-0.71/libcxform.a
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkNetCDF_cxx-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkpqPython-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkpqCore-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkpqWidgets-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libQtTesting.dylib
> /usr/lib/libutil.dylib -framework QtHelp -framework QtWebKit -framework
> QtXmlPatterns -framework QtSql
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkGUISupportQt-pv3.98.1.dylib
> -framework QtNetwork /usr/lib/libQtUiTools.a -framework QtGui -framework
> QtXml -framework QtCore
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkPVServerManagerApplication-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkPVServerManagerDefault-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkIOFFMPEG-pv3.98.1.dylib
> /usr/local/lib/libavformat.dylib /usr/local/lib/libavcodec.dylib
> /usr/local/lib/libavutil.dylib /usr/local/lib/libswscale.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkIOMPIImage-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkIOMovie-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkoggtheora-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkPVServerImplementationDefault-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkPVClientServerCoreDefault-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkPVVTKExtensionsDefault-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkIOParallelExodus-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkIOExodus-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkFiltersParallelStatistics-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkFiltersStatistics-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkalglib-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkIOEnSight-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkIOImport-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkIOParallel-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkexoIIc-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkIONetCDF-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkNetCDF_cxx-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkNetCDF-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkhdf5_hl-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkhdf5-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkImagingFourier-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkPVServerManagerRendering-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkPVServerManagerCore-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkPVServerImplementationRendering-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkPVServerImplementationCore-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libprotobuf.dylib
> /usr/lib/libz.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkPVClientServerCoreRendering-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkPVClientServerCoreCore-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkPVPythonSupport-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkFiltersProgrammable-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkDomainsChemistry-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkPVVTKExtensionsRendering-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkPVVTKExtensionsCore-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkPVCommon-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkIOXML-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkIOGeometry-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkChartsCore-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkInfovisCore-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkCommonColor-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkFiltersGeneric-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkFiltersHyperTree-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkFiltersParallelMPI-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkParallelMPI-pv3.98.1.dylib
> /usr/local/Cellar/mpich2/1.5/lib/libmpichcxx.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkRenderingFreeTypeOpenGL-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkRenderingParallel-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkFiltersParallel-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libIceTMPI.dylib
> /usr/local/Cellar/mpich2/1.5/lib/libpmpich.dylib
> /usr/local/Cellar/mpich2/1.5/lib/libmpich.dylib
> /usr/local/Cellar/mpich2/1.5/lib/libopa.dylib
> /usr/local/Cellar/mpich2/1.5/lib/libmpl.dylib /usr/lib/libpthread.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libIceTGL.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libIceTCore.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkPVVTKExtensionsWebGLExporter-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkIOExport-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkRenderingGL2PS-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkgl2ps-pv3.98.1.dylib
> -lm
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkRenderingLabel-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkRenderingVolumeAMR-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkFiltersAMR-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkParallelCore-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkIOLegacy-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkViewsContext2D-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkRenderingContext2D-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkViewsCore-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkInteractionWidgets-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkInteractionStyle-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkRenderingAnnotation-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkImagingColor-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkFiltersHybrid-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkFiltersModeling-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkImagingGeneral-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkImagingSources-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkRenderingVolumeOpenGL-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkRenderingOpenGL-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkImagingHybrid-pv3.98.1.dylib
> -framework AGL -framework ApplicationServices -framework IOKit -framework
> Cocoa
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkRenderingVolume-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkTestingRendering-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkClientServer-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkImagingCore-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkRenderingFreeType-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkRenderingCore-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkFiltersExtraction-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkFiltersGeometry-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkFiltersSources-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkFiltersGeneral-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkFiltersCore-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkCommonComputationalGeometry-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkIOImage-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkDICOMParser-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkmetaio-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkpng-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtktiff-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkjpeg-pv3.98.1.dylib
> -lm
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkIOXMLParser-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkIOCore-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkCommonExecutionModel-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkCommonDataModel-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkCommonSystem-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkCommonTransforms-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkCommonMisc-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkCommonMath-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkexpat-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkftgl-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkfreetype-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkzlib-pv3.98.1.dylib
> -framework ApplicationServices -framework CoreServices -framework OpenGL
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkWrappingPython27-pv3.98.1.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtkCommonCore-pv3.98.1.dylib
> /usr/lib/libpython2.7.dylib
> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12/lib/libvtksys-pv3.98.1.dylib
> Undefined symbols for architecture x86_64:
>   "gregorian_calendar_to_jd(int, int, int, int, int, int)", referenced from:
>       vtkEnlilReader::calculateArtifacts()       in vtkEnlilReader.cxx.o
>   "date2es(int, int, int, int, int, int)", referenced from:
>       vtkEnlilReader::calculateArtifacts()       in vtkEnlilReader.cxx.o
> ld: symbol(s) not found for architecture x86_64
> collect2: ld returned 1 exit status
> make[2]: *** [libvtkEnlilReader.dylib] Error 1
> make[1]: *** [CMakeFiles/vtkEnlilReader.dir/all] Error 2
> make: *** [all] Error 2
> macd108:PV4-201-build jomu9721$
>
> From: David E DeMarle <dave.demarle at kitware.com>
> Date: Wednesday, November 7, 2012 2:40 PM
> To: Joshua Murphy <Joshua.Murphy at lasp.colorado.edu>
> Cc: Utkarsh Ayachit <utkarsh.ayachit at kitware.com>,
> "paraview-developers at paraview.org" <paraview-developers at paraview.org>
> Subject: Re: [Paraview-developers] how do I link library to my reader
> plugin?
>
> I see now that it is already there in KIT_LIBS.
>
> Please do send the make output though.
>
> David E DeMarle
> Kitware, Inc.
> R&D Engineer
> 21 Corporate Drive
> Clifton Park, NY 12065-8662
> Phone: 518-881-4909
>
>
> On Wed, Nov 7, 2012 at 3:35 PM, David E DeMarle <dave.demarle at kitware.com>
> wrote:
>>
>> Try adding cxform to your second target_link_libraries call to make the
>> reader know that it needs symbols from that library.
>> If that doesn't work, please post the output of make VERBOSE=1 in your
>> build directory.
>>
>> David E DeMarle
>> Kitware, Inc.
>> R&D Engineer
>> 21 Corporate Drive
>> Clifton Park, NY 12065-8662
>> Phone: 518-881-4909
>>
>>
>>
>> On Wed, Nov 7, 2012 at 3:00 PM, Joshua Murphy
>> <Joshua.Murphy at lasp.colorado.edu> wrote:
>>>
>>> Here it is:
>>>
>>> 12:49:15: Running steps for project Enlil Reader 2.0.1...
>>>
>>> 12:49:15: Starting: "/usr/bin/make"
>>>
>>> -- Configuring done
>>>
>>> -- Generating done
>>>
>>> -- Build files have been written to:
>>> /Volumes/Data/Development/vtkPlugins/PV4-201-build
>>>
>>> [ 11%] Built target cxform
>>>
>>> [ 17%] Built target cxtest
>>>
>>> [ 23%] Generating qrc_vtkEnlilReader.cxx
>>>
>>> Scanning dependencies of target vtkEnlilReader
>>>
>>> [ 29%] Building CXX object
>>> CMakeFiles/vtkEnlilReader.dir/qrc_vtkEnlilReader.cxx.o
>>>
>>> Linking CXX shared library libvtkEnlilReader.dylib
>>>
>>> Undefined symbols for architecture x86_64:
>>>
>>> "gregorian_calendar_to_jd(int, int, int, int, int, int)", referenced
>>> from:
>>>
>>> vtkEnlilReader::calculateArtifacts() in vtkEnlilReader.cxx.o
>>>
>>> "date2es(int, int, int, int, int, int)", referenced from:
>>>
>>> vtkEnlilReader::calculateArtifacts() in vtkEnlilReader.cxx.o
>>>
>>> ld: symbol(s) not found for architecture x86_64
>>>
>>> collect2: ld returned 1 exit status
>>>
>>> make[2]: *** [libvtkEnlilReader.dylib] Error 1
>>>
>>> make[1]: *** [CMakeFiles/vtkEnlilReader.dir/all] Error 2
>>>
>>> make: *** [all] Error 2
>>>
>>> 12:49:16: The process "/usr/bin/make" exited with code 2.
>>>
>>> Error while building/deploying project Enlil Reader 2.0.1 (target:
>>> Desktop)
>>>
>>> When executing step 'Make'
>>>
>>>
>>> -Josh
>>>
>>>
>>> From: Utkarsh Ayachit <utkarsh.ayachit at kitware.com>
>>> Date: Wednesday, November 7, 2012 1:59 PM
>>> To: Joshua Murphy <Joshua.Murphy at lasp.colorado.edu>
>>> Cc: "paraview-developers at paraview.org" <paraview-developers at paraview.org>
>>> Subject: Re: [Paraview-developers] how do I link library to my reader
>>> plugin?
>>>
>>> Can you post the error that you are seeing now? Thanks.
>>>
>>>
>>> On Wed, Nov 7, 2012 at 2:58 PM, Joshua Murphy
>>> <Joshua.Murphy at lasp.colorado.edu> wrote:
>>>>
>>>> I have figured out the vtkRenderingMatplotlib linking problem, but still
>>>> cannot seem to link my own library correctly…
>>>>
>>>> -Josh
>>>>
>>>>
>>>> From: Joshua Murphy <Joshua.Murphy at lasp.colorado.edu>
>>>> Date: Wednesday, November 7, 2012 1:43 PM
>>>> To: "paraview-developers at paraview.org"
>>>> <paraview-developers at paraview.org>
>>>> Subject: [Paraview-developers] how do I link library to my reader
>>>> plugin?
>>>>
>>>> Hello,
>>>>
>>>> I have a quick question, that I hope someone can answer quickly.
>>>>
>>>> I am trying to add the NASA cxform library to my reader (ParaView 3.98
>>>> RC1) so I can do some transformation, but I can running into some problems.
>>>>
>>>> I have the following CMake files:
>>>>
>>>> Project:
>>>>
>>>> CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
>>>> PROJECT("Enlil Reader 2.0.1")
>>>>
>>>> #SET(ParaView_DIR /Users/sysop/Developer/pv/build)
>>>> SET(ParaView_DIR
>>>> /Volumes/Data/Development/ParaView-src/git-version/build-2Nov12)
>>>> #SET(ParaView_DIR
>>>> /Volumes/Data/Development/ParaView/git-clean/build-13595/)
>>>>
>>>>     set(CMAKE_CXX_FLAGS "-O3")        ## Optimize
>>>>     set(CMAKE_EXE_LINKER_FLAGS "-s")  ## Strip binary
>>>>
>>>> FIND_PACKAGE(ParaView REQUIRED)
>>>> INCLUDE(${PARAVIEW_USE_FILE})
>>>>
>>>>
>>>> ADD_SUBDIRECTORY(cxform-0.71)
>>>>
>>>> Find_Library(cxform REQUIRED)
>>>>
>>>> include_directories(cxform-0.71)
>>>>
>>>> Add_Executable(cxtest cxform-0.71/main.c)
>>>> target_link_libraries(cxtest cxform)
>>>>
>>>>
>>>> ADD_PARAVIEW_PLUGIN(vtkEnlilReader "2.0.1"
>>>>   SERVER_MANAGER_XML vtkEnlilReader.xml
>>>>   SERVER_MANAGER_SOURCES vtkEnlilReader.cxx
>>>>   SOURCES DateTime.C
>>>>   GUI_RESOURCE_FILES vtkEnlilGUI.xml)
>>>>
>>>> SET(KIT_LIBS cxform vtkNetCDF_cxx)
>>>>
>>>> Target_LINK_LIBRARIES(vtkEnlilReader ${ParaView_LIBRARIES} ${KIT_LIBS})
>>>>
>>>> ================================================================
>>>> And my Library CMAKE file:
>>>>
>>>> CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
>>>> PROJECT("CXForm - Enlil")
>>>>
>>>> add_library(
>>>>             cxform
>>>>             STATIC
>>>>             cxform-auto.c
>>>>             cxform-manual.c
>>>>             )
>>>>
>>>>
>>>> ================================================================
>>>>
>>>> My test executable links fine,and runs fine, but the plugin gives me the
>>>> following error:
>>>>
>>>> 12:38:31: Running steps for project Enlil Reader 2.0.1...
>>>>
>>>> 12:38:31: Starting: "/usr/bin/make"
>>>>
>>>> -- Configuring done
>>>>
>>>> -- Generating done
>>>>
>>>> -- Build files have been written to:
>>>> /Volumes/Data/Development/vtkPlugins/PV4-201-build
>>>>
>>>> [ 11%] Built target cxform
>>>>
>>>> [ 17%] Built target cxtest
>>>>
>>>> [ 23%] Generating qrc_vtkEnlilReader.cxx
>>>>
>>>> Scanning dependencies of target vtkEnlilReader
>>>>
>>>> [ 29%] Building CXX object
>>>> CMakeFiles/vtkEnlilReader.dir/qrc_vtkEnlilReader.cxx.o
>>>>
>>>> Linking CXX shared library libvtkEnlilReader.dylib
>>>>
>>>> Undefined symbols for architecture x86_64:
>>>>
>>>> "gregorian_calendar_to_jd(int, int, int, int, int, int)", referenced
>>>> from:
>>>>
>>>> vtkEnlilReader::calculateArtifacts() in vtkEnlilReader.cxx.o
>>>>
>>>> "date2es(int, int, int, int, int, int)", referenced from:
>>>>
>>>> vtkEnlilReader::calculateArtifacts() in vtkEnlilReader.cxx.o
>>>>
>>>> "vtkRenderingMatplotlib_AutoInit_Construct()", referenced from:
>>>>
>>>> global constructors keyed to
>>>> _Z38vtkEnlilReadervtkEnlilReaderInterfacesvin vtkEnlilReader_Plugin.cxx.o
>>>>
>>>> global constructors keyed to
>>>> _ZN21vtkEnlilReader_Plugin18qt_static_metacallEP7QObjectN11QMetaObject4CallEiPPvin
>>>> moc_vtkEnlilReader_Plugin.cxx.o
>>>>
>>>> "vtkRenderingMatplotlib_AutoInit_Destruct()", referenced from:
>>>>
>>>> ___tcf_7 in vtkEnlilReader_Plugin.cxx.o
>>>>
>>>> ___tcf_5 in moc_vtkEnlilReader_Plugin.cxx.o
>>>>
>>>> ld: symbol(s) not found for architecture x86_64
>>>>
>>>> collect2: ld returned 1 exit status
>>>>
>>>> make[2]: *** [libvtkEnlilReader.dylib] Error 1
>>>>
>>>> make[1]: *** [CMakeFiles/vtkEnlilReader.dir/all] Error 2
>>>>
>>>> make: *** [all] Error 2
>>>>
>>>> 12:38:32: The process "/usr/bin/make" exited with code 2.
>>>>
>>>> Error while building/deploying project Enlil Reader 2.0.1 (target:
>>>> Desktop)
>>>>
>>>> When executing step 'Make'
>>>>
>>>>
>>>>
>>>> Can someone tell me how to properly link to my library?
>>>>
>>>> Thanks,
>>>> Josh
>>>>
>>>> Joshua J. Murphy
>>>> Computer Scientist
>>>> Laboratory for Atmospheric and Space Physics
>>>> University of Colorado, Boulder
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Paraview-developers mailing list
>>>> Paraview-developers at paraview.org
>>>> http://public.kitware.com/mailman/listinfo/paraview-developers
>>>>
>>>
>>>
>>> _______________________________________________
>>> Paraview-developers mailing list
>>> Paraview-developers at paraview.org
>>> http://public.kitware.com/mailman/listinfo/paraview-developers
>>>
>>
>


More information about the Paraview-developers mailing list