Am 23.08.2011 um 22:50 schrieb Jean-Marc Lasgouttes:

> After returning from vacation, I noticed that building with autotools is now 
> broken on my 10.6.8 iMac. The link breakage can be fixed by invoking make as
>   make QT4_LIB="-framework Carbon -framework Cocoa"
> 
> Has something happened that removed the libraries from the normal link 
> invocation? Have I done something wrong? I could not find any suspect commit.

I cannot answer your questions, but...

I'm calling configure with
CPPFLAGS="-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 
-mmacosx-version-min=10.4"
LDFLAGS="-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 
-mmacosx-version-min=10.4 -framework Carbon -framework AppKit"

I'd guess the relevant part is LDFLAGS="-framework Carbon ...".

I don't need to add "-framework Cocoa" - perhaps the Cocoa-based Qt implies 
that?
I've built it myself with the "-cocoa" option from source.

Stephan

Reply via email to