[Paraview] PV3/OS X/Qt 4.3 Compile error

clinton at elemtech.com clinton at elemtech.com
Wed Jun 20 13:17:17 EDT 2007


On Wednesday 20 June 2007 11:12:20 am Mike Jackson wrote:
> Not sure what the differences are BUT I at least found these:
>
> in a clean cmake 2.4.6 install, in the FindQt4.cmake around line 482,
> the lines should be:
>
>    # Set QT_QTASSISTANT_INCLUDE_DIR
>    FIND_PATH(QT_QTASSISTANT_INCLUDE_DIR QtAssistant
>      PATHS
>      ${QT_INCLUDE_DIR}/QtAssistant
>      ${QT_LIBRARY_DIR}/QtAssistant.framework/Headers
>      NO_DEFAULT_PATH
>      )
>
>    # Set QT_QTDESIGNER_INCLUDE_DIR
>    FIND_PATH(QT_QTDESIGNER_INCLUDE_DIR QDesignerComponents
>      PATHS
>      ${QT_INCLUDE_DIR}/QtDesigner
>      ${QT_LIBRARY_DIR}/QtDesigner.framework/Headers
>      NO_DEFAULT_PATH
>      )

Yes.  And I'll patch ParaView so the build will working with that deficiency 
in FindQt4.cmake.

>
> Also, the Carbon, Application Services and QuickTime frameworks are
> NOT added for Linker flags in ParaView 3 using Frameworks which is
> contrary to what I posted earlier.

Thanks for clarifying that.  I expected that.  I'll look into this one as 
well.

So if you'll just give me some time, I'll probably have fixes this 
afternoon.  :)

Clint


More information about the ParaView mailing list