[Paraview] 64-bit version for MacOS?
Michael Wild
themiwi at gmail.com
Wed Mar 17 11:13:35 EDT 2010
On 17. Mar, 2010, at 15:19 , paraview-request at paraview.org wrote:
>
>
> You will probably have to use ParaView from CVS "Head" in order to fix
> the "Carbon/Cocoa" thing. There is a quick patch you can do to a stock
> ParaView 3.6.2 to fix the problem if you want. <http://www.bluequartz.net/cgi-bin/gitweb/gitweb.cgi?p=ParaView3.git;a=blob;f=CMakeLists.txt;h=34aee621d3888e3e5afea9fc2063963ab4dc0e53;hb=HEAD
>> will have the necessary code.
>
> The download from nokia should be just fine.
It does work, but needs a bit of fixing up before you can use it. The problem is that the people at Nokia constantly forget to include the full QtDBus.framework in their installer (they just create the directory and some manifest file). This is not a real problem, since ParaView doesn't use it directly nor any component which requires it, but FindQt4 adds it to the list of libraries if it finds it, causing linking to fail.
See here for the details: http://bugreports.qt.nokia.com/browse/QTBUG-6429
If I remember correctly, I just removed the bogus /Library/Frameworks/QtDBus.framework directory (make sure it REALLY is bogus).
Michael
More information about the ParaView
mailing list