What's the version of CMake you are using? Later versions of CMake can handle that problem. Some Linux distros don't install those development packages when the Qt development package is installed, which means they had to modify the Qt installation in ways that CMake's FindQt4.cmake didn't expect. That might be what you're seeing.
Clint Orlando Rivera wrote:
Hi I am trying to build paraview 3.4.0 I am using Qt 4.3.5 when cmake finishes to configure I got : CMake Error: This project requires some variables to be set, and cmake can not find them. QT_FONTCONFIG_LIBRARY (ADVANCED) QT_FREETYPE_LIBRARY (ADVANCED) QT_PNG_LIBRARY (ADVANCED) QT_X11_ICE_LIBRARY (ADVANCED) QT_X11_SM_LIBRARY (ADVANCED) QT_X11_X11_LIBRARY (ADVANCED) QT_X11_Xext_LIBRARY (ADVANCED) QT_XCURSOR_LIBRARY (ADVANCED) QT_XINERAMA_LIBRARY (ADVANCED) QT_XI_LIBRARY (ADVANCED) QT_XRANDR_LIBRARY (ADVANCED) QT_XRENDER_LIBRARY (ADVANCED) How can I force Paraview to be configured without all these libraries (mostly X11 dev stuff ) . I used the same qt4.3.5 to build PV3.3 and that time i didnt have these problems Cheers Orlando _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
_______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
