Re: LyX developer meeting - cancellation

2012-08-14 Thread Abdelrazak Younes
Hi Uwe, In any case, as we didn't decide anything, I made other plans, so no meeting is possible anyway :-) Cheers, Abdel. On Tue, Aug 14, 2012 at 12:39 AM, Uwe Stöhr wrote: > Dear LyXers, > > In June I asked to meet this summer and my survey lead to the next weekend > at Abdel's place. Unfort

Re: Linking issue

2012-08-14 Thread Abdelrazak Younes
On Tue, Aug 14, 2012 at 10:10 PM, Pavel Sanda wrote: > Abdelrazak Younes wrote: >> Maybe it was optimized out by the linker. > > Yes this will the problem. If object is in library without being called it > would be omitted > unless you use --whole-archive for ld. So either one need to use it in c

Re: Linking issue

2012-08-14 Thread Pavel Sanda
Abdelrazak Younes wrote: > Maybe it was optimized out by the linker. Yes this will the problem. If object is in library without being called it would be omitted unless you use --whole-archive for ld. So either one need to use it in core or move the definition to qt4 library. Or use function to o

Re: Linking issue

2012-08-14 Thread Abdelrazak Younes
On 14/08/2012 16:54, Jürgen Spitzmüller wrote: I seem to be blind. Why does the attached patch fail to link with autotools? The error I get is CXXLD lyx frontends/qt4/liblyxqt4.a(GuiDocument.o): In function `lyx::frontend::GuiDocument::updateFontlist()': /home/jspitzm/lyx/lyx-devel/src/frontend

Re: Linking issue

2012-08-14 Thread Richard Heck
On 08/14/2012 10:54 AM, Jürgen Spitzmüller wrote: I seem to be blind. Why does the attached patch fail to link with autotools? The error I get is CXXLD lyx frontends/qt4/liblyxqt4.a(GuiDocument.o): In function `lyx::frontend::GuiDocument::updateFontlist()': /home/jspitzm/lyx/lyx-devel/src/front

Re: Basic AppleScript support on OS X

2012-08-14 Thread Benjamin Piwowarski
Hi Pavel, this has been corrected. Benjamin On Aug 13, 2012, at 17:28 , Pavel Sanda wrote: > Benjamin Piwowarski wrote: >> Hi, >> >> I would like to propose a patch for LyX that allows using AppleScript >> instead of the LyX server (for better OSX integration). The patch is quite >> simple