Re: qt4 compile failure

2006-08-18 Thread Abdelrazak Younes
Juergen Spitzmueller wrote: Georg Baum wrote: It took me a while to tell pkg-config where all the qt4 stuff is... I'm recompiling tomorrow. So I did. It turned out that it compiled now without Abdel's fix. Sorry, Abdel! Don't be sorry. You compile problem indirectly told me that there was a

Re: qt4 compile failure

2006-08-17 Thread Juergen Spitzmueller
Georg Baum wrote: > > It took me a while to tell pkg-config where all the qt4 stuff is... I'm > > recompiling tomorrow. So I did. It turned out that it compiled now without Abdel's fix. Sorry, Abdel! > Why do you need to? pkg-config finds qt4 out of the box even on my old SuSE > 9.3 machine. AFA

Re: qt4 compile failure

2006-08-17 Thread Georg Baum
Am Donnerstag, 17. August 2006 21:13 schrieb Juergen Spitzmueller: > It took me a while to tell pkg-config where all the qt4 stuff is... I'm > recompiling tomorrow. Why do you need to? pkg-config finds qt4 out of the box even on my old SuSE 9.3 machine. AFAIK you are using 10.0 or 10.1, could i

Re: qt4 compile failure

2006-08-17 Thread Juergen Spitzmueller
Georg Baum wrote: > Am Donnerstag, 17. August 2006 18:38 schrieb Juergen Spitzmueller: > > Abdelrazak Younes wrote: > > > I am wondering, did you configure before running make Juergen? > > > > Yes (no autogen.sh, though). > > Then you still compile with QT3_SUPPORT. Could you undo Abdel's change an

Re: qt4 compile failure

2006-08-17 Thread Abdelrazak Younes
Georg Baum wrote: Am Donnerstag, 17. August 2006 18:47 schrieb Abdelrazak Younes: That explains why gcc gives you the two ctor choices then because I modified qt4.m4 and AFAIK, this is run by autogen.sh, isn't it? Yes. But that does not explain why the KeyboardModifier conversion is not auto

Re: qt4 compile failure

2006-08-17 Thread Georg Baum
Am Donnerstag, 17. August 2006 18:47 schrieb Abdelrazak Younes: > That explains why gcc gives you the two ctor choices then because I > modified qt4.m4 and AFAIK, this is run by autogen.sh, isn't it? Yes. > But that does not explain why the KeyboardModifier conversion is not > automatically don

Re: qt4 compile failure

2006-08-17 Thread Georg Baum
Am Donnerstag, 17. August 2006 18:38 schrieb Juergen Spitzmueller: > Abdelrazak Younes wrote: > > I am wondering, did you configure before running make Juergen? > > Yes (no autogen.sh, though). Then you still compile with QT3_SUPPORT. Could you undo Abdel's change and try again after running aut

Re: qt4 compile failure

2006-08-17 Thread Georg Baum
Am Donnerstag, 17. August 2006 18:35 schrieb Abdelrazak Younes: > Georg Baum wrote: > > Abdelrazak Younes wrote: > > > >> There are default value. > > > > Also in Jürgen's case? > > I guess so as it was fixed by my last patch. Yes, I saw that message only later. Georg

Re: qt4 compile failure

2006-08-17 Thread Abdelrazak Younes
Juergen Spitzmueller wrote: Abdelrazak Younes wrote: I am wondering, did you configure before running make Juergen? Yes (no autogen.sh, though). That explains why gcc gives you the two ctor choices then because I modified qt4.m4 and AFAIK, this is run by autogen.sh, isn't it? But that doe

Re: qt4 compile failure

2006-08-17 Thread Juergen Spitzmueller
Abdelrazak Younes wrote: > I am wondering, did you configure before running make Juergen? Yes (no autogen.sh, though). Jürgen

Re: qt4 compile failure

2006-08-17 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: There are default value. Also in Jürgen's case? I guess so as it was fixed by my last patch. Here is the one unique prototype: QKeyEvent ( Type type, int key, Qt::KeyboardModifiers modifiers, const QString & text = QString(), bool autorep = fal

Re: qt4 compile failure

2006-08-17 Thread Georg Baum
Abdelrazak Younes wrote: > There are default value. Also in Jürgen's case? Georg

Re: qt4 compile failure

2006-08-17 Thread Juergen Spitzmueller
Abdelrazak Younes wrote: > My Qt > (4.1.3 win/msvc2005) do automatically the conversion... What is your > version Juergen? 4.1.2 Jürgen

Re: qt4 compile failure

2006-08-17 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | > | | Index: GuiWorkArea.C | > | === | > | --- GuiWorkArea.C (revision 14773) | > | +++ GuiWorkArea.C (working copy) | > | @@ -593,7 +593,8 @@ | > | // ideally, such special co

Re: qt4 compile failure

2006-08-17 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Abdelrazak Younes <[EMAIL PROTECTED]> writes: | | | Juergen Spitzmueller wrote: | | > Abdelrazak Younes wrote: | | >> Could you try this patch please? | | > Doesn't help. Still the same error. | | | | What about thi

Re: qt4 compile failure

2006-08-17 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Juergen Spitzmueller wrote: | > Abdelrazak Younes wrote: | >> Could you try this patch please? | > Doesn't help. Still the same error. | | What about this one? | | Index: GuiWorkArea.C | ==

Re: qt4 compile failure

2006-08-17 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: What about this one? Will probably not work. Look at at the number of arguments in the error message. There are default value. Abdel

Re: qt4 compile failure

2006-08-17 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Abdelrazak Younes <[EMAIL PROTECTED]> writes: | | | Juergen Spitzmueller wrote: | | > Abdelrazak Younes wrote: | | >> Could you try this patch please? | | > Doesn't help. Still the same error. | | | | What about this one? Svn compiles for me wi

Re: qt4 compile failure

2006-08-17 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Juergen Spitzmueller wrote: | > Abdelrazak Younes wrote: | >> Could you try this patch please? | > Doesn't help. Still the same error. | | What about this one? | | Index: GuiWorkArea.C |

Re: qt4 compile failure

2006-08-17 Thread Juergen Spitzmueller
Abdelrazak Younes wrote: > What about this one? This one compiles. Jürgen

Re: qt4 compile failure

2006-08-17 Thread Georg Baum
Abdelrazak Younes wrote: > What about this one? Will probably not work. Look at at the number of arguments in the error message. Georg

Re: qt4 compile failure

2006-08-17 Thread Abdelrazak Younes
Juergen Spitzmueller wrote: Abdelrazak Younes wrote: Could you try this patch please? Doesn't help. Still the same error. What about this one? Index: GuiWorkArea.C === --- GuiWorkArea.C (revision 14773) +++ GuiWorkArea.C

Re: qt4 compile failure

2006-08-17 Thread Juergen Spitzmueller
Abdelrazak Younes wrote: > Could you try this patch please? Doesn't help. Still the same error. Jürgen GuiWorkArea.C: In member function 'virtual void lyx::frontend::GuiWorkArea::inputMethodEvent(QInputMethodEvent*)': GuiWorkArea.C:596: error: call of overloaded 'QKeyEvent(QEvent::Type, int&,

Re: qt4 compile failure

2006-08-17 Thread Abdelrazak Younes
Juergen Spitzmueller wrote: gcc-4.1.0, SuSE 10.1 Regards, Jürgen Could you try this patch please? Index: GuiWorkArea.C === --- GuiWorkArea.C (revision 14773) +++ GuiWorkArea.C (working copy) @@ -593,7 +593,7 @@