[Paraview] QT_HELP_GENERATOR-NOTFOUND

2010-01-07 Thread Robert Sawko
Dear All,

I am trying to run compile ParaView on 64 bit openSUSE 11.2 with KDE
4.3.1. I was using this website as a reference
http://www.cmake.org/Wiki/ParaView:Build_And_Install. Unfortunately
after configuring the installation with ccmake I get
QT_HELP_GENERATOR-NOTFOUND in QT_HELP_GENERATOR variable. Executing
make ends up with an error:

[ 99%] Built target H5PartReader
[ 99%] Compiling Qt help project paraview.qhp
/bin/sh: QT_HELP_GENERATOR-NOTFOUND: command not found
make[2]: *** [Documentation/CMakeFiles/ParaViewOnlineHelp] Error 127
make[1]: *** [Documentation/CMakeFiles/ParaViewOnlineHelp.dir/all] Error 2

Could you let me know if you had any hints as to solve this problem? I
would be very much obliged for any assistance.

Kind regards,
Robert
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] QT_HELP_GENERATOR-NOTFOUND

2010-01-07 Thread Utkarsh Ayachit
Ensure that QT_HELP_GENERATOR is set to the qhelpgenerator executable.
 Where can I find this one? Apparently ccmake cannot find
 autumatically. Maybe it is not supplied with openSUSE Qt package. Is
 there any way to do it manually?

It's probably located at the same location as qmake. You might want to
look at openSUSE Qt package details to see if they even provide the
generator or if it's in a different package or something.

Utkarsh
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] QT_HELP_GENERATOR-NOTFOUND

2010-01-07 Thread Robert Sawko
Thanks for your reply.

 What version of Qt are you using?
My Qt version is 4.5.3.

Ensure that QT_HELP_GENERATOR is set to the qhelpgenerator executable.
Where can I find this one? Apparently ccmake cannot find
autumatically. Maybe it is not supplied with openSUSE Qt package. Is
there any way to do it manually?

Best wishes,
Robert
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] QT_HELP_GENERATOR-NOTFOUND

2010-01-07 Thread Robert Sawko
Thanks again for the hints. It was indeed in a different package.
Can't say exactly which one since I simply added all the qt4 packages
that borne the signature of Trolltech. make and make install work just
fine now. Thank you!

Robert
___
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview