I had the same problem. I fixed it by setting the QT_HELP_GENERATOR cmake value and that fixed it.
Andy On Wed, Mar 16, 2011 at 9:26 AM, David Partyka <[email protected]>wrote: > I think this is a runtime issue executing qhelpgenerator. If you put the > location of libQtHelp.so in your LD_LIBRARY_PATH does it work? So likely if > you do the following: > > export > LD_LIBRARY_PATH=/usr/global/paraview/Trolltech/Qt-4.6.0/lib:$LD_LIBRARY_PATH > > and then make > > > On Wed, Mar 16, 2011 at 9:19 AM, Jack <[email protected]> wrote: > >> Hi all, >> I can not seem to get rid of this compile error, I dont care about the Qt >> help docs if that is even the problem? -Jack >> >> >> >> Linking CXX static library ../../bin/libNIfTIWriter.a >> [100%] Built target NIfTIWriter >> [100%] Built target GenerateParaViewQHP >> [100%] Compiling Qt help project paraview.qhp >> /usr/global/paraview/Trolltech/Qt-4.6.0/bin/qhelpgenerator: error while >> loading shared libraries: libQtHelp.so.4: cannot open shared object file: No >> such file or directory >> make[2]: *** [Documentation/paraview.qch] Error 127 >> make[1]: *** [Documentation/CMakeFiles/ParaViewOnlineHelp.dir/all] Error 2 >> make: *** [all] Error 2 >> _______________________________________________ >> 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 >> > > > _______________________________________________ > 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 > >
_______________________________________________ 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
