I just tried using the qt Cocoa alpha release building with the "-static" option,
all example projects crash, even examples/tutorial/t1.app

Is that a known limitation for now?

- DavidF

Trenton Schulz wrote:
On 2008-03-04 15:50:12 +0100, "Rainer Schmid" <[EMAIL PROTECTED]> said:

Hi,

after the announcement yesterday I downloaded

qt-mac-cocoa-commercial-src-4.4.0-alpha1.tar.gz

and configured it with

./configure -arch x86_64 -prefix $PWD

The build almost went through (fails on the orderform  example).

But if I try to start an application (Designer, Assistant, Linguist,
Colliding Mice example, etc.), it crashes:

Hmm... it looks like the accessibility plugin is wrecking havoc. It
shouldn't even be built for 64-bit. Try removing the accessibility
plugin from the plugins directory and see if that solves the problem.

Removing the plugin does not help (same crash). I will try to disable
accessibility explicitly.

OK. It looks like that could be the trick. I'll see if I can't be a bit better disabling things in qaccessible_mac.cpp for the moment as well. It really shouldn't be getting any HIObject stuff there at all.

You could just register interface return too and see if that helps?

-- Trenton


To unsubscribe - send "unsubscribe" in the subject to [EMAIL PROTECTED]




To unsubscribe - send "unsubscribe" in the subject to [EMAIL PROTECTED]

Reply via email to