Re: Compile problems with CMake

2008-04-16 Thread Andre Poenitz
On Wed, Apr 16, 2008 at 07:45:44PM +0200, Abdelrazak Younes wrote: >> Well, initializing the scrollbar structure would rid us of a few jumps >> depending on uninitialized memory... >> > > I am not sure I follow you here... 24298 fixes the symptoms. Could well be there's a deeper problem hidden.

Re: Compile problems with CMake

2008-04-16 Thread Abdelrazak Younes
Andre Poenitz wrote: On Wed, Apr 16, 2008 at 08:44:48AM +0200, Abdelrazak Younes wrote: Enrico Forestieri wrote: On Tue, Apr 15, 2008 at 08:08:45PM +0200, Abdelrazak Younes wrote: Enrico Forestieri wrote: On Tue, Apr 15, 2008 at 06:58:55PM +0200, Abdelrazak Younes wrot

Re: Compile problems with CMake

2008-04-16 Thread Andre Poenitz
On Wed, Apr 16, 2008 at 08:44:48AM +0200, Abdelrazak Younes wrote: > Enrico Forestieri wrote: >> On Tue, Apr 15, 2008 at 08:08:45PM +0200, Abdelrazak Younes wrote: >>> Enrico Forestieri wrote: On Tue, Apr 15, 2008 at 06:58:55PM +0200, Abdelrazak Younes wrote: > By the way, wasn't ther

Re: Compile problems with CMake

2008-04-16 Thread Peter Kümmel
Abdelrazak Younes wrote: PS: By the way, did you get my message on the kde-windows mailing list? Yes, very good idea! Peter

Re: Compile problems with CMake

2008-04-15 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Tue, Apr 15, 2008 at 07:46:39PM +0200, Abdelrazak Younes wrote: Enrico Forestieri wrote: On Tue, Apr 15, 2008 at 06:58:55PM +0200, Abdelrazak Younes wrote: By the way, wasn't there a bug related to Qt4.4? Current svn seems to work fine. Or was it for 1.5? LyX 1.5

Re: Compile problems with CMake

2008-04-15 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Tue, Apr 15, 2008 at 08:08:45PM +0200, Abdelrazak Younes wrote: Enrico Forestieri wrote: On Tue, Apr 15, 2008 at 06:58:55PM +0200, Abdelrazak Younes wrote: By the way, wasn't there a bug related to Qt4.4? Current svn seems to work fine. Or was it for 1.5? LyX 1.5

Re: Compile problems with CMake

2008-04-15 Thread Enrico Forestieri
On Tue, Apr 15, 2008 at 08:08:45PM +0200, Abdelrazak Younes wrote: > Enrico Forestieri wrote: > > On Tue, Apr 15, 2008 at 06:58:55PM +0200, Abdelrazak Younes wrote: > > > >> By the way, wasn't there a bug related to Qt4.4? Current svn seems to > >> work fine. Or was it for 1.5? > > > > LyX 1.5

Re: Compile problems with CMake

2008-04-15 Thread Enrico Forestieri
On Tue, Apr 15, 2008 at 07:46:39PM +0200, Abdelrazak Younes wrote: > Enrico Forestieri wrote: > > On Tue, Apr 15, 2008 at 06:58:55PM +0200, Abdelrazak Younes wrote: > > > >> By the way, wasn't there a bug related to Qt4.4? Current svn seems to > >> work fine. Or was it for 1.5? > > > > LyX 1.5

Re: Compile problems with CMake

2008-04-15 Thread Abdelrazak Younes
Joost Verburg wrote: Abdelrazak Younes wrote: KDE offers two sets of library for Mingw and MSVC users. but I would recommend you to use the libraries from this file: ftp://ftp.lyx.org/pub/lyx/contrib/lyx-windows-deps-msvc2008.zip You might want to reconsider this and look at what the KDE guy

Re: Compile problems with CMake

2008-04-15 Thread Abdelrazak Younes
Joost Verburg wrote: Abdelrazak Younes wrote: I have now a debug build compiled so I confirm that the "KDE for Windows" support libraries are all that is needed to compile LyX with MSVC2008 :-) But not if you need all features. It doesn't include our Windows port of Aspell, the Aiksaurus the

Re: Compile problems with CMake

2008-04-15 Thread Joost Verburg
Abdelrazak Younes wrote: I have now a debug build compiled so I confirm that the "KDE for Windows" support libraries are all that is needed to compile LyX with MSVC2008 :-) But not if you need all features. It doesn't include our Windows port of Aspell, the Aiksaurus thesaurus and things like

Re: Compile problems with CMake

2008-04-15 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Tue, Apr 15, 2008 at 06:58:55PM +0200, Abdelrazak Younes wrote: By the way, wasn't there a bug related to Qt4.4? Current svn seems to work fine. Or was it for 1.5? LyX 1.5 crashes on startup, Hum, I am pretty sure this is due to the scrollbar hiding/showing. Coul

Re: Compile problems with CMake

2008-04-15 Thread Joost Verburg
Abdelrazak Younes wrote: KDE offers two sets of library for Mingw and MSVC users. but I would recommend you to use the libraries from this file: ftp://ftp.lyx.org/pub/lyx/contrib/lyx-windows-deps-msvc2008.zip You might want to reconsider this and look at what the KDE guys came up with. Actua

Re: Compile problems with CMake

2008-04-15 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Tue, Apr 15, 2008 at 06:58:55PM +0200, Abdelrazak Younes wrote: By the way, wasn't there a bug related to Qt4.4? Current svn seems to work fine. Or was it for 1.5? LyX 1.5 crashes on startup, Do you have a backtrace to see if I can help? I'd be difficult for me t

Re: Compile problems with CMake

2008-04-15 Thread Enrico Forestieri
On Tue, Apr 15, 2008 at 06:58:55PM +0200, Abdelrazak Younes wrote: > By the way, wasn't there a bug related to Qt4.4? Current svn seems to > work fine. Or was it for 1.5? LyX 1.5 crashes on startup, LyX 1.6 was crashing on exit, but maybe this was just fixed by André. -- Enrico

Re: Compile problems with CMake

2008-04-15 Thread Abdelrazak Younes
Joost Verburg wrote: Abdelrazak Younes wrote: I've installed MSVC2008 express, "KDE on Windows" and CMake-2.6 beta. Do I need something else? The KDE package seems to have Qt, iconv and libzip, I am not sure about gettext, do I really need it if we compile with internal intl? By the way, I

Re: Compile problems with CMake

2008-04-15 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Abdelrazak Younes wrote: Hello Peter, I've installed MSVC2008 express, "KDE on Windows" and CMake-2.6 beta. Do I need something else? The KDE package seems to have Qt, iconv and libzip, I am not sure about gettext, do I really need it if we compile with internal in

Re: Compile problems with CMake

2008-04-15 Thread Joost Verburg
Abdelrazak Younes wrote: I've installed MSVC2008 express, "KDE on Windows" and CMake-2.6 beta. Do I need something else? The KDE package seems to have Qt, iconv and libzip, I am not sure about gettext, do I really need it if we compile with internal intl? By the way, I see that KDE is also

Re: Compile problems with CMake

2008-04-15 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Hello Peter, I've installed MSVC2008 express, "KDE on Windows" and CMake-2.6 beta. Do I need something else? The KDE package seems to have Qt, iconv and libzip, I am not sure about gettext, do I really need it if we compile with internal intl? By the way, I see th

Compile problems with CMake

2008-04-15 Thread Abdelrazak Younes
Hello Peter, I've installed MSVC2008 express, "KDE on Windows" and CMake-2.6 beta. Do I need something else? The KDE package seems to have Qt, iconv and libzip, I am not sure about gettext, do I really need it if we compile with internal intl? I use to know this kind of stuff but I forgot :-/