I'm building PV 5.3-RC2 on a Mac OSX 10.12 and the build is getting hosed. (the build fails while building ParaView, can't find a missing <png.h> include file). When PVSB configures Paraview, it is setting the cmake flag VTK_USE_SYSTEM_PNG=ON and it should be OFF. In the top level cmake, the value is set to OFF.
292 mac> grep PNG CMakeCache.txt VTK_USE_SYSTEM_PNG:UNINITIALIZED=OFF If I re-run cmake in the paraview build directory and turn off VTK_USE_SYSTEM_PNG, I get a clean build.
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
