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
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
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
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
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
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