[Paraview] ParaView/OverView build failure on WinXP: Cannot open include file: 'QHelpEngine'

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Fri Sep 4 09:46:53 EDT 2009


Can try applying the attached patch, does that help?

Utkarsh

On Fri, Sep 4, 2009 at 9:39 AM, Utkarsh
Ayachit<utkarsh.ayachit at kitware.com> wrote:
> What CMake version are you using?
>
> Utkarsh
>
> On Fri, Sep 4, 2009 at 9:26 AM, Zak Burke<zak.burke at gmail.com> wrote:
>> On Fri, Sep 4, 2009 at 9:04 AM, Utkarsh
>> Ayachit<utkarsh.ayachit at kitware.com> wrote:
>>> Did this problem start after an update? In other words, is this a clean build?
>>
>> Yes, it's a clean build based on the CVS head from 2009-09-01. I have
>> not (yet) successfully built any version of ParaView/OverView for
>> Windows. I'm following the build instructions here:
>>
>> http://kitware.com/InfovisWiki/index.php/Building_OverView
>>
>> The only variation from those instructions is that I have a current
>> version of Qt (4.5.2) instead of 4.3.3. 4.5.2 worked fine for a Mac OS
>> X build.
>>
>> Zak
>>
>>
>>
>>> On Fri, Sep 4, 2009 at 8:38 AM, Zak Burke<zak.burke at gmail.com> wrote:
>>>> I'm trying to build ParaView, including the Overview informatics
>>>> client, on Windows XP using Visual C++ 2008 Express Edition. The
>>>> pqWidgets target is failing with the following error:
>>>>
>>>>   pqHelpWindow.cxx
>>>>   ..\..\..\ParaView3CVS\Qt\Widgets\pqHelpWindow.cxx(36) : fatal error
>>>> C1083: Cannot open include file: 'QHelpEngine': No such file or
>>>> directory
>>>>
>>>> My CMakeCache.txt files includes the following entry:
>>>>
>>>>    QT_QTHELP_INCLUDE_DIR:PATH=C:/Qtvcpp/4.5.2/include/QtHelp
>>>> _______________________________________________
>>>> 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
>>>>
>>>
>>
>
-------------- next part --------------
diff --git a/Qt/Widgets/CMakeLists.txt b/Qt/Widgets/CMakeLists.txt
index 4a04b6d..1e4e09d 100644
--- a/Qt/Widgets/CMakeLists.txt
+++ b/Qt/Widgets/CMakeLists.txt
@@ -8,6 +8,7 @@ INCLUDE_DIRECTORIES(
   ${QtWidgets_SOURCE_DIR}
   ${QtWidgets_BINARY_DIR}
   ${QT_QTDESIGNER_INCLUDE_DIR}
+  ${QT_QTHELP_INCLUDE_DIR}
 )
 
 ## Add the source (*.cxx,*.h) files here.


More information about the ParaView mailing list