Re: r39783 - lyx-devel/trunk/development

2011-09-30 Thread Jean-Marc Lasgouttes
Le 30/09/2011 13:10, Stephan Witt a écrit : But the lesson I've learned by that: in fact it is the AppKit framework what's needed. And this is loaded at link time by referencing the Carbon framework. Does this make sense? This leads to the following patch which I like more (if it works for you

Re: r39783 - lyx-devel/trunk/development

2011-09-30 Thread Stephan Witt
Am 30.09.2011 um 10:53 schrieb Jean-Marc Lasgouttes: > Le 30/09/2011 07:50, Stephan Witt a écrit : >>> 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 >> Applicatio

Re: r39783 - lyx-devel/trunk/development

2011-09-30 Thread Jean-Marc Lasgouttes
Le 30/09/2011 07:50, Stephan Witt a écrit : 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_ms

Re: r39783 - lyx-devel/trunk/development

2011-09-29 Thread Stephan Witt
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.

Re: r39783 - lyx-devel/trunk/development

2011-09-29 Thread 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

Re: r39783 - lyx-devel/trunk/development

2011-09-29 Thread Stephan Witt
Am 29.09.2011 um 10:54 schrieb sw...@lyx.org: > Author: switt > Date: Thu Sep 29 10:53:59 2011 > New Revision: 39783 > URL: http://www.lyx.org/trac/changeset/39783 > > Log: > remove framework settings which are provided by automake now > > Modified: > lyx-devel/trunk/development/LyX-Mac-binary