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
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
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
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
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
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
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
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
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
Abdelrazak Younes wrote:
> I am wondering, did you configure before running make Juergen?
Yes (no autogen.sh, though).
Jürgen
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
Abdelrazak Younes wrote:
> There are default value.
Also in Jürgen's case?
Georg
Abdelrazak Younes wrote:
> My Qt
> (4.1.3 win/msvc2005) do automatically the conversion... What is your
> version Juergen?
4.1.2
Jürgen
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| > | | Index: GuiWorkArea.C
| > | ===
| > | --- GuiWorkArea.C (revision 14773)
| > | +++ GuiWorkArea.C (working copy)
| > | @@ -593,7 +593,8 @@
| > | // ideally, such special co
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
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
| ==
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
[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
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
|
Abdelrazak Younes wrote:
> What about this one?
This one compiles.
Jürgen
Abdelrazak Younes wrote:
> What about this one?
Will probably not work. Look at at the number of arguments in the error
message.
Georg
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
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&,
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 @@
24 matches
Mail list logo