Re: [Paraview] superbuild fails on OS X [solved]

2016-02-02 Thread Cory Quammen
Fabian, This patch has been merged into master. - Cory On Mon, Jan 18, 2016 at 2:04 PM, Cory Quammen wrote: >> While I understand that there is no gui without qt and that it makes sense >> to build paraview without gui, I suggest to make it >> a little clearer: >> >>

[Paraview] superbuild fails on OS X

2016-01-18 Thread Fabian Wein
I have the latest OS X and qt4 and qt5 installed by brew. I use the current superbuild, which covers PV 4.4 (why not 5.0?) but build fails. I use the default setting in my build and just set CMAKE_INSTALL_PREFIX and ENABLE_paraview make … -- Installing:

Re: [Paraview] superbuild fails on OS X [solved]

2016-01-18 Thread Fabian Wein
I found it: Qt needs to be enabled! ENABLE_qt4 results in the error below, with USE_SYSTEM_qt4 (installed with brew) it works! While I understand that there is no gui without qt and that it makes sense to build paraview without gui, I suggest to make it a little clearer: The help for

Re: [Paraview] superbuild fails on OS X [solved]

2016-01-18 Thread Cory Quammen
> While I understand that there is no gui without qt and that it makes sense to > build paraview without gui, I suggest to make it > a little clearer: > > The help for ENABLE_qt* is just „Request to build project qt*“. Maybe an „Qt > is necessary for the gui“ could be added. Also the error