That will most likely cause "problems" running paraview. You really want to make sure you consistently build and load against the same set of Qt Libraries. It looks like your Qt installations do NOT have an "install_name" that contains the absolute path to the Qt frameworks so setting something like DYLD_LIBRARY_PATH may be necessary. And the same for frameworks.

run "otool -L /opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/ 4/QtGui"
and post the output.

___________________________________________________________
Mike Jackson                      www.bluequartz.net
Principal Software Engineer       [email protected]
BlueQuartz Software               Dayton, Ohio



On Sep 13, 2010, at 3:28 PM, Dan Lussier wrote:

When I import the paraview Python module from a regular Python
interpreter, I get a slew of warning messages like:


objc[31181]: Class QNSImageView is implemented in both
/opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/QtGui and
/.. other directories ...
/Code/qt-pv/lib/QtGui.framework/Versions/4/QtGui. One of the two will
be used. Which one is undefined.

Is this likely to cause a problem in running PV?  What is the best way
to fix this issue?  I was thinking about setting the LD_LIBRARY_PATH
to point at the qt library that I used to build PV.

Thanks.
_______________________________________________
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

Reply via email to