Discussion:
[Paraview] SurfaceLIC issues with Paraview 5.2.0
Faiz Abidi
2017-02-14 17:46:28 UTC
Permalink
Hello community,

Anyone faced issues with Paraview 5.2.0 and the SurfaceLIC plugin? When I
install Paraview from source, I get the below error.

"/bin/sh: line 0: cd:
/home/fabidi89/git/ParaView/build_usingCCMake/Plugins/SurfaceLIC/doc: No
such file or directory
make[2]: *** [Plugins/SurfaceLIC/doc/SurfaceLIC.qch] Error 1
make[1]: *** [Plugins/SurfaceLIC/CMakeFiles/SurfaceLIC.dir/all] Error 2"

I am not sure if I am missing a dependency. The install works fine without
this plugin.

Anyone seen this before?
--
Faiz Abidi | Master's Student at Virginia Tech | www.faizabidi.com |
+1-540-998-6636
Utkarsh Ayachit
2017-02-14 19:16:20 UTC
Permalink
Can you post your CMakeCache.txt? I suspect one of the Qt help
generation tools was not found/set correctly.

Utkarsh
Post by Faiz Abidi
Hello community,
Anyone faced issues with Paraview 5.2.0 and the SurfaceLIC plugin? When I
install Paraview from source, I get the below error.
/home/fabidi89/git/ParaView/build_usingCCMake/Plugins/SurfaceLIC/doc: No
such file or directory
make[2]: *** [Plugins/SurfaceLIC/doc/SurfaceLIC.qch] Error 1
make[1]: *** [Plugins/SurfaceLIC/CMakeFiles/SurfaceLIC.dir/all] Error 2"
I am not sure if I am missing a dependency. The install works fine without
this plugin.
Anyone seen this before?
--
Faiz Abidi | Master's Student at Virginia Tech | www.faizabidi.com |
+1-540-998-6636
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://paraview.org/Wiki/ParaView
Search the list archives at: http://markmail.org/search/?q=ParaView
http://public.kitware.com/mailman/listinfo/paraview
_______________________________________________
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
Christophe Trophime
2017-02-14 19:32:52 UTC
Permalink
I had a similar problem on debian

export QT_SELECT=qt5 or qt4

before running cmake fix the problem



Christophe TROPHIME
Research Engineer

CNRS - LNCMI
25, rue des Martyrs
BP 166
38042 GRENOBLE Cedex 9
FRANCE

Tel : +33 (0)4 76 88 90 02
Fax : +33 (0) 4 76 88 10 01
Office U 19
***@il : ***@lncmi.cnrs.fr

----- Original Message -----
Sent: Tuesday, February 14, 2017 8:16:20 PM
Subject: Re: [Paraview] SurfaceLIC issues with Paraview 5.2.0
Can you post your CMakeCache.txt? I suspect one of the Qt help
generation tools was not found/set correctly.
Utkarsh
Post by Faiz Abidi
Hello community,
Anyone faced issues with Paraview 5.2.0 and the SurfaceLIC plugin? When I
install Paraview from source, I get the below error.
/home/fabidi89/git/ParaView/build_usingCCMake/Plugins/SurfaceLIC/doc: No
such file or directory
make[2]: *** [Plugins/SurfaceLIC/doc/SurfaceLIC.qch] Error 1
make[1]: *** [Plugins/SurfaceLIC/CMakeFiles/SurfaceLIC.dir/all] Error 2"
I am not sure if I am missing a dependency. The install works fine without
this plugin.
Anyone seen this before?
--
Faiz Abidi | Master's Student at Virginia Tech | www.faizabidi.com |
+1-540-998-6636
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://paraview.org/Wiki/ParaView
Search the list archives at: http://markmail.org/search/?q=ParaView
http://public.kitware.com/mailman/listinfo/paraview
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://paraview.org/Wiki/ParaView
Search the list archives at: http://markmail.org/search/?q=ParaView
http://public.kitware.com/mailman/listinfo/paraview
_______________________________________________
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
Faiz Abidi
2017-02-14 23:01:04 UTC
Permalink
Utkarsh - I think I am missing /usr/lib64/qt4/bin/xmlpatterns but that's
just a warning. Attached is the CMakeCache file.

Christophe - That didn't work for me. But thanks for suggesting.

On Tue, Feb 14, 2017 at 2:32 PM, Christophe Trophime <
Post by Christophe Trophime
I had a similar problem on debian
export QT_SELECT=qt5 or qt4
before running cmake fix the problem
Christophe TROPHIME
Research Engineer
CNRS - LNCMI
25, rue des Martyrs
BP 166
38042 GRENOBLE Cedex 9
FRANCE
Tel : +33 (0)4 76 88 90 02
Fax : +33 (0) 4 76 88 10 01
Office U 19
----- Original Message -----
Sent: Tuesday, February 14, 2017 8:16:20 PM
Subject: Re: [Paraview] SurfaceLIC issues with Paraview 5.2.0
Can you post your CMakeCache.txt? I suspect one of the Qt help
generation tools was not found/set correctly.
Utkarsh
Post by Faiz Abidi
Hello community,
Anyone faced issues with Paraview 5.2.0 and the SurfaceLIC plugin?
When I
Post by Faiz Abidi
install Paraview from source, I get the below error.
No
Post by Faiz Abidi
such file or directory
make[2]: *** [Plugins/SurfaceLIC/doc/SurfaceLIC.qch] Error 1
make[1]: *** [Plugins/SurfaceLIC/CMakeFiles/SurfaceLIC.dir/all] Error
2"
Post by Faiz Abidi
I am not sure if I am missing a dependency. The install works fine
without
Post by Faiz Abidi
this plugin.
Anyone seen this before?
--
Faiz Abidi | Master's Student at Virginia Tech | www.faizabidi.com |
+1-540-998-6636
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://paraview.org/Wiki/ParaView
Search the list archives at: http://markmail.org/search/?q=ParaView
http://public.kitware.com/mailman/listinfo/paraview
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://paraview.org/Wiki/ParaView
Search the list archives at: http://markmail.org/search/?q=ParaView
http://public.kitware.com/mailman/listinfo/paraview
--
Faiz Abidi | Master's Student at Virginia Tech | www.faizabidi.com |
+1-540-998-6636
Utkarsh Ayachit
2017-02-15 00:09:33 UTC
Permalink
Set the xmlpatterns executable, if you have it. I am sure that's
what's messing the build up.
Post by Faiz Abidi
Utkarsh - I think I am missing /usr/lib64/qt4/bin/xmlpatterns but that's
just a warning. Attached is the CMakeCache file.
Christophe - That didn't work for me. But thanks for suggesting.
On Tue, Feb 14, 2017 at 2:32 PM, Christophe Trophime
Post by Christophe Trophime
I had a similar problem on debian
export QT_SELECT=qt5 or qt4
before running cmake fix the problem
Christophe TROPHIME
Research Engineer
CNRS - LNCMI
25, rue des Martyrs
BP 166
38042 GRENOBLE Cedex 9
FRANCE
Tel : +33 (0)4 76 88 90 02
Fax : +33 (0) 4 76 88 10 01
Office U 19
----- Original Message -----
Sent: Tuesday, February 14, 2017 8:16:20 PM
Subject: Re: [Paraview] SurfaceLIC issues with Paraview 5.2.0
Can you post your CMakeCache.txt? I suspect one of the Qt help
generation tools was not found/set correctly.
Utkarsh
Post by Faiz Abidi
Hello community,
Anyone faced issues with Paraview 5.2.0 and the SurfaceLIC plugin? When I
install Paraview from source, I get the below error.
/home/fabidi89/git/ParaView/build_usingCCMake/Plugins/SurfaceLIC/doc: No
such file or directory
make[2]: *** [Plugins/SurfaceLIC/doc/SurfaceLIC.qch] Error 1
make[1]: *** [Plugins/SurfaceLIC/CMakeFiles/SurfaceLIC.dir/all] Error 2"
I am not sure if I am missing a dependency. The install works fine without
this plugin.
Anyone seen this before?
--
Faiz Abidi | Master's Student at Virginia Tech | www.faizabidi.com |
+1-540-998-6636
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://paraview.org/Wiki/ParaView
Search the list archives at: http://markmail.org/search/?q=ParaView
http://public.kitware.com/mailman/listinfo/paraview
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://paraview.org/Wiki/ParaView
Search the list archives at: http://markmail.org/search/?q=ParaView
http://public.kitware.com/mailman/listinfo/paraview
--
Faiz Abidi | Master's Student at Virginia Tech | www.faizabidi.com |
+1-540-998-6636
_______________________________________________
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
Faiz Abidi
2017-02-15 00:15:30 UTC
Permalink
Yeah, I think so too, but the admins who have installed Qt on the HPC
clusters here didn't build the xmlpatterns binary. Hence, I don't have it
on my system.

It is a bit weird though that this should mess with SurfaceLIC plugin
unless I misread the Qt docs. I think for now I'll skip this plugin and
install Paraview.

On Tue, Feb 14, 2017 at 7:09 PM, Utkarsh Ayachit <
Post by Utkarsh Ayachit
Set the xmlpatterns executable, if you have it. I am sure that's
what's messing the build up.
Post by Faiz Abidi
Utkarsh - I think I am missing /usr/lib64/qt4/bin/xmlpatterns but that's
just a warning. Attached is the CMakeCache file.
Christophe - That didn't work for me. But thanks for suggesting.
On Tue, Feb 14, 2017 at 2:32 PM, Christophe Trophime
Post by Christophe Trophime
I had a similar problem on debian
export QT_SELECT=qt5 or qt4
before running cmake fix the problem
Christophe TROPHIME
Research Engineer
CNRS - LNCMI
25, rue des Martyrs
BP 166
38042 GRENOBLE Cedex 9
FRANCE
Tel : +33 (0)4 76 88 90 02
Fax : +33 (0) 4 76 88 10 01
Office U 19
----- Original Message -----
Sent: Tuesday, February 14, 2017 8:16:20 PM
Subject: Re: [Paraview] SurfaceLIC issues with Paraview 5.2.0
Can you post your CMakeCache.txt? I suspect one of the Qt help
generation tools was not found/set correctly.
Utkarsh
Post by Faiz Abidi
Hello community,
Anyone faced issues with Paraview 5.2.0 and the SurfaceLIC plugin? When I
install Paraview from source, I get the below error.
/home/fabidi89/git/ParaView/build_usingCCMake/Plugins/
No
such file or directory
make[2]: *** [Plugins/SurfaceLIC/doc/SurfaceLIC.qch] Error 1
make[1]: *** [Plugins/SurfaceLIC/CMakeFiles/SurfaceLIC.dir/all]
Error
Post by Faiz Abidi
Post by Christophe Trophime
Post by Faiz Abidi
2"
I am not sure if I am missing a dependency. The install works fine without
this plugin.
Anyone seen this before?
--
Faiz Abidi | Master's Student at Virginia Tech | www.faizabidi.com
|
Post by Faiz Abidi
Post by Christophe Trophime
Post by Faiz Abidi
+1-540-998-6636
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://paraview.org/Wiki/ParaView
Search the list archives at: http://markmail.org/search/?q=ParaView
http://public.kitware.com/mailman/listinfo/paraview
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://paraview.org/Wiki/ParaView
Search the list archives at: http://markmail.org/search/?q=ParaView
http://public.kitware.com/mailman/listinfo/paraview
--
Faiz Abidi | Master's Student at Virginia Tech | www.faizabidi.com |
+1-540-998-6636
--
Faiz Abidi | Master's Student at Virginia Tech | www.faizabidi.com |
+1-540-998-6636
Loading...