[Paraview] PV3/OS X/Qt 4.3 Compile error
Mike Jackson
imikejackson at gmail.com
Tue Jun 19 22:02:50 EDT 2007
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....
More information about the ParaView
mailing list