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

Clinton Stimpson clinton at elemtech.com
Tue Jun 19 22:29:35 EDT 2007


I assume you're using an older version of CMake than me (I'm using 2.4.6)?
Qt4 support in CMake has been patched a bit since we started ParaView3.
If that's it, then rebuilding Qt as shared libs instead of frameworks 
probably won't make a difference.

Clint

Mike Jackson wrote:
> I am getting an error trying to compile PV3. I pulled PV301 from CVS 
> and during the compile I get the following error:
>
> [ 85%] Built target pvserver
> [ 86%] Built target QtTesting
> Linking CXX shared library ../../bin/libpqWidgets.dylib
> ld: Undefined symbols:
> _HIViewGetWindow
> _HIViewSetNeedsDisplay
> _HIWindowFlush
> /usr/bin/libtool: internal link edit command failed
> make[2]: *** [bin/libpqWidgets.dylib] Error 1
> make[1]: *** [Qt/Widgets/CMakeFiles/pqWidgets.dir/all] Error 2
> make: *** [all] Error 2
>
> Couple things to note. I built Qt with Frameworks. During ccmake 
> phase, cmake could not find the QtAssistant and QtDesigner include 
> directories. I had to manually point those cmake variables at the 
> proper framework/Headers folder. This is on OS X 10.4.9 Intel with the 
> Qt OpenSource 4.3.0 edition. Using Same compiler on each.
>
> Anyone?
> --Mike Jackson   Senior Research Engineer
> Innovative Management & Technology Services
>
> I am going to rebuild Qt with sharedLibs instead of frameworks and see 
> if that helps....
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview



More information about the ParaView mailing list