[Paraview] ParaView3 64-bit on Mac OS X 10.6.1
Michael Wild
themiwi at gmail.com
Tue Nov 3 07:18:20 EST 2009
On 3. Nov, 2009, at 11:54 , Elvis Dowson wrote:
> Hi Michael,
>
> On Nov 3, 2009, at 12:20 PM, Michael Wild wrote:
>
>> Yes, I also had this problem, and so did others: http://markmail.org/thread/eneuve2yoemzube7
>>
>> I had to use the patches at the end of the message. Essentially
>> they copy the qt_menu.nib to the applications resources folder and
>> create an empty qt.conf to prevent loading of image plugins by Qt.
>>
>> The reason that CMake doesn't copy the whole frameworks is space.
>> It tries very hard to only copy things that are actually required
>> to run ParaView. All the development files (e.g. header files) is
>> just useless junk when it comes to running the program. The
>> qt_menu.nib is a recent addition introduced by Qt-Cocoa and hasn't
>> made it into the CMake scripts yet.
>
>
> Why don't you submit this patch to the cvs repository, 'cos I'm sure
> everyone else will face the same problem!! :-) Lost 5 to 6 days
> because of this one!! :-)
>
> Best regards,
>
> Elvis
I didn't have the time so far to clean it up, sorry. I'm doing so now,
and will then submit to the bug tracker.
Michael
More information about the ParaView
mailing list