Am 29.09.2011 um 23:52 schrieb Jean-Marc Lasgouttes:
> Le 29/09/11 17:47, Stephan Witt a écrit :
>>> - LDFLAGS="${LDFLAGS}"${MAC_API:+" -framework Carbon"}
>>> - LDFLAGS="${LDFLAGS} -framework AppKit"
>>
>> This does not work for me. :( The AppKit framework has to be provided.
>> I don't know why I didn't notice it and what I checked as I tested this
>> patch...
>
> I was about to ask what this appkit was for. What code uses it?
LinkBackServer, AutoOpen, AppleSpell, ...
E.g. it helps resolving symbols like _LSOpenFromRefSpec from the
ApplicationServices
framework and to resolve many objc references like _objc_msgSend (because it
adds
the dependency of the FoundationKit and /usr/lib/libobjc.dylib ?).
>> JMarc, why don't you need that?
>
> Don't know.
Perhaps this dependency is added by some other tool.
I don't use pkgconfig e. g.
>> Should I add it to automake or should I revert that part of my patch?
>
> As you prefer.
I'll add it to automake then.
Stephan