Pavel Sanda wrote:
> Jean-Marc Lasgouttes wrote:
> > Pavel Sanda <[EMAIL PROTECTED]> writes:
> > 
> > > Jean-Marc Lasgouttes wrote:
> > >> Pavel Sanda <[EMAIL PROTECTED]> writes:
> > >> 
> > >> > hi JMarc, 
> > >> >
> > >> > i reported it while you were away; do you have and idea, if there
> > >> > is some easy fix for 1.3 to be compilable again?
> > >> > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg142461.html
> > >> 
> > >> Is config.h correctly included as first header in QContentPane.C?
> > >
> > > yes, it is.
> > 
> > Did you try to look at the same file in LyX 1.4.5?
> 
> the line looks identical there. but it compiles well. maybe boost version?
> pavel

ahh i see one difference:
the identical line is like this:

synthetic_mouse_event_.timeout.timeout.connect(
                boost::bind(&QContentPane::generateSyntheticMouseEvent,
                                            this));
but the timeout differs:
1.3
boost::signal0<void> timeout;
1.4
boost::signal<void()> timeout;

i tried to remove '0', but then its not compilable, so i guess unless
the boost is upgraded there is no easy way to go.

pavel

Reply via email to