[Paraview] PythonQt build error

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Nov 17 11:13:09 EST 2016


Chris,

Thanks for reporting. Here's a fix:
https://gitlab.kitware.com/paraview/paraview/merge_requests/1201

Utkarsh

On Wed, Nov 16, 2016 at 5:47 PM, Christoph Willing
<chris.willing at iinet.net.au> wrote:
> Building PythonQt plugin for paraview-5.2.0 fails due to use of Qt4::moc
> command in the generated file
> (build)/Plugins/PythonQtPlugin/CMakeFiles/PythonQtPlugin.dir/build.make
>
> I can work around the problem locally by using sed in my build script to
> replace "Qt4::moc" in that file with plain "moc" just after cmake
> configuration, but it would be nicer not to have to do that.
>
> No such problem with previous building of paraview-5.1.2.
>
> I'm using x86_64 Linux with cmake-3.5.2, qt-4.8.7 and PythonQt from commontk
> git repo 20160810.
>
> chris
> _______________________________________________
> 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


More information about the ParaView mailing list