Lars Gullik Bjønnes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
| > Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| > | Abdelrazak Younes wrote:
| > | > Hello,
| > | > I just committed this patch the "younes" branch. I would be happy if
| > | > some kind sould help me verify complete that.
| > | | I managed to install Qt3 so I have fixed compilation issues for
| > qt3. I
| > | have a new weird issue though:
| > | | D:\devel\lyx\trunk\src\frontends\qt3\QCommandBuffer.C: In member
| > | function `virtual void
| > | lyx::frontend::<unnamed>::QTempListBox::mouseReleaseEvent(QMouseEvent*)':
| > | D:\devel\lyx\trunk\src\frontends\qt3\QCommandBuffer.C:55: error:
| > | `emit' was not declared in this scope
| > Ahh, the lovely world of Qt.
|
| Of Qt3! I never had a single problem like this one with Qt4. I tried
| to #define and #undef a lot of things but I still have this error. I
| thought the problem was that QTempListBox was not a proper Q_OBJECT
| but it's more than that apparently. Here is my current patch is
| someone has a clever idea for me.
One of the tricks used earlier was to make sure that
<boost/signals.hpp> was included before the qt headers.
But it is! <boost/signals.hpp> is included in LyXView.h which is the
second include in QtView.h (after config.h), which is the second include
in QCommandBuffer.C (after config.h).
I dunno...
Me neither