[Paraview] Paraview compiling issue

Pierre Turlais pturlais at seismith.com
Thu Jul 5 07:18:59 EDT 2018


On 07/05/2018 05:32 AM, paul francedixhuit wrote:
> Dear all
> I'm compiling paraview on a centos release, and I meet the issue 
> hereafter ... How to fix it?
>
> Thanks for any help
>
> Paul
>
> CMake Warning at CMake/ParaViewMacros.cmake:268 (message):
>
> Valid QT_XMLPATTERNS_EXECUTABLE not specified.
>
> Call Stack (most recent call first):
>
> CMake/ParaViewPlugins.cmake:850 (generate_htmls_from_xmls)
>
> Plugins/AcceleratedAlgorithms/CMakeLists.txt:13 (ADD_PARAVIEW_PLUGIN)
>
>  ...
>
In CMakeCache.txt ( Paraview 5.5, CentOS7 ), I have :

QT_XMLPATTERNS_EXECUTABLE:FILEPATH=/usr/bin/xmlpatterns

rpm -qf /usr/bin/xmlpatterns
qt-devel-4.8.7-2.el7.x86_64


Maybe yum install qt-devel should be enough. Note that I have also the 
following packages installed :

rpm -qa | fgrep qt5 | fgrep devel
qt5-qtx11extras-devel-5.9.2-1.el7.x86_64
qt5-qttools-devel-5.9.2-1.el7.x86_64
qt5-qtbase-devel-5.9.2-3.el7.x86_64

Pierre TURLAIS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/paraview/attachments/20180705/39f3ab48/attachment.html>


More information about the ParaView mailing list