Re: Compile Problems After Updating to Qt6

2021-03-12 Thread Jürgen Spitzmüller
Am Donnerstag, dem 11.03.2021 um 16:05 +0100 schrieb Christoph Schmitz: > I also tried to downgrade to Qt5, but this also did not solve the > problem. I have noticed that Qt5 is not installed in the folder "qt" > anymore (this is now the place, where Qt6 is installed), but in a > folder with the na

Re: Compile Problems After Updating to Qt6

2021-03-12 Thread Kornel Benko
Am Fri, 12 Mar 2021 11:14:24 +0100 schrieb Kornel Benko : > Am Fri, 12 Mar 2021 10:33:57 +0100 > schrieb Jürgen Spitzmüller : > > > Am Donnerstag, dem 11.03.2021 um 18:56 +0100 schrieb Kornel Benko: > > > The guide is lengthy and I did not find QDateTime mentioned there. > > > > https://do

Re: Compile Problems After Updating to Qt6

2021-03-12 Thread Kornel Benko
Am Fri, 12 Mar 2021 10:33:57 +0100 schrieb Jürgen Spitzmüller : > Am Donnerstag, dem 11.03.2021 um 18:56 +0100 schrieb Kornel Benko: > > The guide is lengthy and I did not find QDateTime mentioned there. > > https://doc.qt.io/qt-5/qdatetime-obsolete.html > > > Yes, we should postpone. > > T

Re: Compile Problems After Updating to Qt6

2021-03-12 Thread Jürgen Spitzmüller
Am Donnerstag, dem 11.03.2021 um 18:56 +0100 schrieb Kornel Benko: > The guide is lengthy and I did not find QDateTime mentioned there. https://doc.qt.io/qt-5/qdatetime-obsolete.html > Yes, we should postpone. This one was straightforward and should be fixed. Jürgen signature.asc Description

Re: Compile Problems After Updating to Qt6

2021-03-11 Thread Jürgen Spitzmüller
Am Donnerstag, dem 11.03.2021 um 12:27 -0500 schrieb Richard Kimberly Heck: > This will take some work. There's some info here: > > https://doc.qt.io/qt-6/portingguide.html > > Maybe we should make this a post 2.4 priority, though of course work > on it could start now in a branch. That's right,

Re: Compile Problems After Updating to Qt6

2021-03-11 Thread Kornel Benko
Am Thu, 11 Mar 2021 12:27:50 -0500 schrieb Richard Kimberly Heck : > > Trying to adapt cmake to qt6, I get compile errors > > > > usr2/src/lyx/lyx-git/src/insets/InsetInfo.cpp: In member function > > ‘std::__debug::vector, > > std::__cxx11::basic_string > > > > lyx::InsetInfoParams::getArguments(

Re: Compile Problems After Updating to Qt6

2021-03-11 Thread Richard Kimberly Heck
On 3/11/21 11:29 AM, Kornel Benko wrote: Am Thu, 11 Mar 2021 16:05:24 +0100 schrieb Christoph Schmitz : This is a duplicate of a question already asked in the user forum. Riki recommended to post it in the developer forum. -- Operating system: macOS 11.3 Beta (20E5196f) I have been struggli

Re: Compile Problems After Updating to Qt6

2021-03-11 Thread Kornel Benko
Am Thu, 11 Mar 2021 16:05:24 +0100 schrieb Christoph Schmitz : > This is a duplicate of a question already asked in the user forum. Riki > recommended to > post it in the developer forum. > > -- > > Operating system: macOS 11.3 Beta (20E5196f) > > I have been struggling with this problem for a

Compile Problems After Updating to Qt6

2021-03-11 Thread Christoph Schmitz
This is a duplicate of a question already asked in the user forum. Riki recommended to post it in the developer forum. -- Operating system: macOS 11.3 Beta (20E5196f) I have been struggling with this problem for a few days now. Last week my homebrew installation quietly updated Qt to v6 (brew

Re: Trunk: cross-compile problems on Mac

2010-03-14 Thread Pavel Sanda
BH wrote: > > to close the circle, if you try to find defintion of __PTRDIFF_TYPE__ you > > will find ptrdiff_t, right? > > That's right: > > #ifndef __PTRDIFF_TYPE__ > #define __PTRDIFF_TYPE__ long int > #endif > typedef __PTRDIFF_TYPE__ ptrdiff_t; so no, thats definition of ptrdiff_t to be in

Re: Trunk: cross-compile problems on Mac

2010-03-14 Thread BH
> to close the circle, if you try to find defintion of __PTRDIFF_TYPE__ you > will find ptrdiff_t, right? That's right: #ifndef __PTRDIFF_TYPE__ #define __PTRDIFF_TYPE__ long int #endif typedef __PTRDIFF_TYPE__ ptrdiff_t; BH

Re: Trunk: cross-compile problems on Mac

2010-03-14 Thread Pavel Sanda
BH wrote: > On Sun, Mar 14, 2010 at 9:53 AM, Pavel Sanda wrote: > > BH wrote: > > not sure, but probably in > >> #include <_types.h> > > > > one can find definition of __darwin_ptrdiff_t . > > can you show it? > > I'm not sure if this is what you're looking for. I have multiple > _types.h in vari

Re: Trunk: cross-compile problems on Mac

2010-03-14 Thread BH
On Sun, Mar 14, 2010 at 9:53 AM, Pavel Sanda wrote: > BH wrote: > not sure, but probably in >> #include <_types.h> > > one can find definition of __darwin_ptrdiff_t . > can you show it? I'm not sure if this is what you're looking for. I have multiple _types.h in various places, but they all have

Re: Trunk: cross-compile problems on Mac

2010-03-14 Thread Pavel Sanda
BH wrote: not sure, but probably in > #include <_types.h> one can find definition of __darwin_ptrdiff_t . can you show it? pavel

Re: Trunk: cross-compile problems on Mac

2010-03-14 Thread BH
On Sun, Mar 14, 2010 at 6:58 AM, Pavel Sanda wrote: > BH wrote: >> In file included from bindtextdom.c:23: >> /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stddef.h:74: error: two or >> more data types in declaration specifiers >> make[2]: *** [bindtextdom.o] Error 1 >> make[1]: *** [all-recursive]

Re: Trunk: cross-compile problems on Mac

2010-03-14 Thread Pavel Sanda
BH wrote: > In file included from bindtextdom.c:23: > /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stddef.h:74: error: two or > more data types in declaration specifiers > make[2]: *** [bindtextdom.o] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 can show the neighbourhoo

Trunk: cross-compile problems on Mac

2010-03-13 Thread BH
In preparation for the alpha release, I'm trying to apply the normal build scripts I've used for 1.6 releases to 2.0 so that the resulting binary will run on any Mac, system 10.4 or higher. The difference is that I do the following: BuildSystem=`${LyxSourceDir}/config/config.guess` HostSystemIntel

Re: Again compile problems

2010-01-11 Thread Kornel Benko
Am Monday 11 January 2010 schrieb Jean-Marc Lasgouttes: > Kornel Benko writes: > > In trunk. Since nobody else seems to have it, maybe again QT4-version > > (4.3.1) problem. > > ... > > /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiProgressView.cpp: In > > constructor > > ‘lyx::frontend::GuiProgr

Re: Again compile problems

2010-01-11 Thread Jean-Marc Lasgouttes
Kornel Benko writes: > In trunk. Since nobody else seems to have it, maybe again QT4-version (4.3.1) > problem. > ... > /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiProgressView.cpp: In constructor > ‘lyx::frontend::GuiProgressView::GuiProgressView(lyx::frontend::GuiView&, > Qt::DockWidgetArea,

Again compile problems

2010-01-11 Thread Kornel Benko
In trunk. Since nobody else seems to have it, maybe again QT4-version (4.3.1) problem. ... /usr/src/lyx/lyx-devel/src/frontends/qt4/GuiProgressView.cpp: In constructor ‘lyx::frontend::GuiProgressView::GuiProgressView(lyx::frontend::GuiView&, Qt::DockWidgetArea, Qt::WindowFlags)’: /usr/src/lyx/l

Re: trunk compile problems after r29668

2009-05-18 Thread Enrico Forestieri
On Sat, May 16, 2009 at 08:13:18PM +0200, Enrico Forestieri wrote: > I am facing really strange problems > with Qt 4.5.1 as regards file handling on Cygwin. Found and corrected the problem on Cygwin, so I most probably will switch to 4.5.1 there. However, on Solaris I am still confined to 4.2.3,

Re: trunk compile problems after r29668

2009-05-16 Thread Enrico Forestieri
On Sat, May 16, 2009 at 07:35:54PM +0200, Andre Poenitz wrote: > On Sat, May 16, 2009 at 07:24:55PM +0200, Enrico Forestieri wrote: > > On Sat, May 16, 2009 at 07:18:06PM +0200, Andre Poenitz wrote: > > > > > On Sat, May 16, 2009 at 06:35:55PM +0200, Enrico Forestieri wrote: > > > > On Sat, May 1

Re: trunk compile problems after r29668

2009-05-16 Thread Andre Poenitz
On Sat, May 16, 2009 at 07:24:55PM +0200, Enrico Forestieri wrote: > On Sat, May 16, 2009 at 07:18:06PM +0200, Andre Poenitz wrote: > > > On Sat, May 16, 2009 at 06:35:55PM +0200, Enrico Forestieri wrote: > > > On Sat, May 16, 2009 at 05:59:50PM +0200, Enrico Forestieri wrote: > > > > > > > Jean-

Re: trunk compile problems after r29668

2009-05-16 Thread Enrico Forestieri
On Sat, May 16, 2009 at 07:18:06PM +0200, Andre Poenitz wrote: > On Sat, May 16, 2009 at 06:35:55PM +0200, Enrico Forestieri wrote: > > On Sat, May 16, 2009 at 05:59:50PM +0200, Enrico Forestieri wrote: > > > > > Jean-Marc, maybe autotools should be revised such that to not add the > > > Qt dirs

Re: trunk compile problems after r29668

2009-05-16 Thread Andre Poenitz
On Sat, May 16, 2009 at 06:35:55PM +0200, Enrico Forestieri wrote: > On Sat, May 16, 2009 at 05:59:50PM +0200, Enrico Forestieri wrote: > > > Jean-Marc, maybe autotools should be revised such that to not add the > > Qt dirs to the include path, in order to avoid the slip of Qt code in > > liblyxsu

Re: trunk compile problems after r29668

2009-05-16 Thread Uwe Stöhr
> However, I understood what the problem was and I think I fixed it now. Thanks, I can now again compile trunk using SCons. regards Uwe

Re: trunk compile problems after r29668

2009-05-16 Thread Enrico Forestieri
On Sat, May 16, 2009 at 05:59:50PM +0200, Enrico Forestieri wrote: > Jean-Marc, maybe autotools should be revised such that to not add the > Qt dirs to the include path, in order to avoid the slip of Qt code in > liblyxsupport. I meant liblyxcore. I did that now. -- Enrico

Re: trunk compile problems after r29668

2009-05-16 Thread Enrico Forestieri
On Sat, May 16, 2009 at 05:08:15PM +0200, Enrico Forestieri wrote: > On Sat, May 16, 2009 at 12:36:10AM +0200, Uwe St�hr wrote: > > > Vincent van Ravesteijn schrieb: > > > > >> I can no longer compile trunk: > > >> d:\lyxsvn\lyx-devel\src\support/Systemcall.h(19) : fatal error C1083: > > >> Can

Re: trunk compile problems after r29668

2009-05-16 Thread Enrico Forestieri
On Sat, May 16, 2009 at 12:36:10AM +0200, Uwe Stöhr wrote: > Vincent van Ravesteijn schrieb: > > >> I can no longer compile trunk: > >> d:\lyxsvn\lyx-devel\src\support/Systemcall.h(19) : fatal error C1083: > >> Cannot open include file: 'QObject': No such file or directory > >> > >> The strange

Re: trunk compile problems after r29668

2009-05-15 Thread Uwe Stöhr
Vincent van Ravesteijn schrieb: I can no longer compile trunk: d:\lyxsvn\lyx-devel\src\support/Systemcall.h(19) : fatal error C1083: Cannot open include file: 'QObject': No such file or directory The strange thing is that I haven't touched Qt and I can compile files like SignalSlotPrivate.h

Re: trunk compile problems after r29668

2009-05-15 Thread Vincent van Ravesteijn
Uwe Stöhr schreef: I can no longer compile trunk: d:\lyxsvn\lyx-devel\src\support/Systemcall.h(19) : fatal error C1083: Cannot open include file: 'QObject': No such file or directory The strange thing is that I haven't touched Qt and I can compile files like SignalSlotPrivate.h successfully

trunk compile problems after r29668

2009-05-15 Thread Uwe Stöhr
I can no longer compile trunk: d:\lyxsvn\lyx-devel\src\support/Systemcall.h(19) : fatal error C1083: Cannot open include file: 'QObject': No such file or directory The strange thing is that I haven't touched Qt and I can compile files like SignalSlotPrivate.h successfully where QObject is also

Re: trunk compile problems after r29642

2009-05-12 Thread Enrico Forestieri
On Tue, May 12, 2009 at 11:31:42PM +0200, Uwe Stöhr wrote: > I can no longer compile trunk: > D:\LyXSVN\lyx-devel\src\support\Systemcall.cpp(64) : error C3861: 'isatty': > identifier not found Fixed. -- Enrico

trunk compile problems after r29642

2009-05-12 Thread Uwe Stöhr
I can no longer compile trunk: D:\LyXSVN\lyx-devel\src\support\Systemcall.cpp(64) : error C3861: 'isatty': identifier not found regards Uwe

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 :-/

Re: Compile problems

2007-08-30 Thread Abdelrazak Younes
Andre Poenitz wrote: On Fri, Aug 31, 2007 at 12:49:35AM +0200, Abdelrazak Younes wrote: Andre Poenitz wrote: On Fri, Aug 31, 2007 at 12:43:27AM +0200, Abdelrazak Younes wrote: Bo? Re-run cmake? I've done that... but I did not erase the CMakeCache, should I? I don't know. I just happened to

Re: Compile problems

2007-08-30 Thread Andre Poenitz
On Fri, Aug 31, 2007 at 12:49:35AM +0200, Abdelrazak Younes wrote: > Andre Poenitz wrote: > >On Fri, Aug 31, 2007 at 12:43:27AM +0200, Abdelrazak Younes wrote: > >>Bo? > > > >Re-run cmake? > > I've done that... but I did not erase the CMakeCache, should I? I don't know. I just happened to notice

Re: Compile problems

2007-08-30 Thread Bo Peng
On 8/30/07, Abdelrazak Younes <[EMAIL PROTECTED]> wrote: > Andre Poenitz wrote: > > On Fri, Aug 31, 2007 at 12:43:27AM +0200, Abdelrazak Younes wrote: > >> Bo? > > > > Re-run cmake? > > I've done that... but I did not erase the CMakeCache, should I? scons and autotools are fine. Bo

Re: Compile problems

2007-08-30 Thread Abdelrazak Younes
Andre Poenitz wrote: On Fri, Aug 31, 2007 at 12:43:27AM +0200, Abdelrazak Younes wrote: Bo? Re-run cmake? I've done that... but I did not erase the CMakeCache, should I? Abdel.

Re: Compile problems

2007-08-30 Thread Andre Poenitz
On Fri, Aug 31, 2007 at 12:43:27AM +0200, Abdelrazak Younes wrote: > Bo? Re-run cmake? Andre'

Compile problems

2007-08-30 Thread Abdelrazak Younes
Bo? Buffer.obj : error LNK2019: unresolved external symbol "class std::basic_ostream > & __cdecl lyx::operator<<(class std::basic_ostreamstd::char_traits > &,class lyx::EmbeddedFiles const &)" (??6lyx@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@std@@[EMAIL PROTECTED]@0@@Z) referenced in function "

Re: 1.5.x compile problems on Mac

2006-10-04 Thread Bennett Helm
On Oct 4, 2006, at 5:35 AM, Abdelrazak Younes wrote: Bennett Helm wrote: QLMenubar.C: In member function 'void lyx::frontend::QLMenubar::macxMenuBarInit()': QLMenubar.C:165: error: no matching function for call to 'MenuBackend::specialMenu(const char [4])' ../../../src/MenuBackend.h:217: not

Re: 1.5.x compile problems on Mac

2006-10-04 Thread Abdelrazak Younes
Bennett Helm wrote: QLMenubar.C: In member function 'void lyx::frontend::QLMenubar::macxMenuBarInit()': QLMenubar.C:165: error: no matching function for call to 'MenuBackend::specialMenu(const char [4])' ../../../src/MenuBackend.h:217: note: candidates are: void MenuBackend::specialMenu(const l

Re: 1.5.x compile problems on Mac

2006-10-03 Thread Georg Baum
Bennett Helm wrote: > Perhaps it's because I don't want to install Qt in /usr/local/ > On Mac, I'm building Qt as static, and I've gotten by so far with > just building it, not installing, and pointing LyX to the build > location. I'm gathering that if I'm to use pkgconfig (while not > instal

Re: 1.5.x compile problems on Mac

2006-10-03 Thread Bennett Helm
On Oct 3, 2006, at 3:19 PM, Georg Baum wrote: Am Dienstag, 3. Oktober 2006 17:37 schrieb Bennett Helm: The second may or may not be related to the pkgconfig question I raised a while back. Following Georg's advice, I used pkgconfig, which enables me to configure correctly, but then compilation

Re: 1.5.x compile problems on Mac

2006-10-03 Thread Georg Baum
Am Dienstag, 3. Oktober 2006 17:37 schrieb Bennett Helm: > The second may or may not be related to the pkgconfig question I > raised a while back. Following Georg's advice, I used pkgconfig, > which enables me to configure correctly, but then compilation fails > in frontends/qt4/ui: > > g++

Re: 1.5.x compile problems on Mac

2006-10-03 Thread Bennett Helm
On Oct 3, 2006, at 12:01 PM, Abdelrazak Younes wrote: It seems like an include path problem. Try to pass -Ipath>/QtCore etc. Please be more specific -- I'm not a programmer! Yes, sorry. The problem is that gcc is not finding the Qt headers. I guess you can pass the -I option this way (adjust

Re: 1.5.x compile problems on Mac

2006-10-03 Thread Abdelrazak Younes
Bennett Helm wrote: On Oct 3, 2006, at 11:49 AM, Abdelrazak Younes wrote: Bennett Helm wrote: I'm getting 2 compile problems on Mac. The first involves fontutils.C: if /bin/sh ../../libtool --tag=CXX --mode=compile g++-4 -DHAVE_CONFIG_H -I. -I. -I../../src -I./.. -I../../boost -W

Re: 1.5.x compile problems on Mac

2006-10-03 Thread Bennett Helm
On Oct 3, 2006, at 11:49 AM, Abdelrazak Younes wrote: Bennett Helm wrote: I'm getting 2 compile problems on Mac. The first involves fontutils.C: if /bin/sh ../../libtool --tag=CXX --mode=compile g++-4 - DHAVE_CONFIG_H -I. -I. -I../../src -I./.. -I../../boost -Wextra - Wall-g -O

Re: 1.5.x compile problems on Mac

2006-10-03 Thread Abdelrazak Younes
Bennett Helm wrote: I'm getting 2 compile problems on Mac. The first involves fontutils.C: if /bin/sh ../../libtool --tag=CXX --mode=compile g++-4 -DHAVE_CONFIG_H -I. -I. -I../../src -I./.. -I../../boost -Wextra -Wall-g -Os -MT fontutils.lo -MD -MP -MF ".deps/fontutils.

1.5.x compile problems on Mac

2006-10-03 Thread Bennett Helm
I'm getting 2 compile problems on Mac. The first involves fontutils.C: if /bin/sh ../../libtool --tag=CXX --mode=compile g++-4 - DHAVE_CONFIG_H -I. -I. -I../../src -I./.. -I../../boost -Wextra - Wall-g -Os -MT fontutils.lo -MD -MP -MF ".deps/fontutils.Tpo" -c -

Re: Compile problems

2006-04-10 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Looks like it's pch, I can compile with: | | ./configure --prefix=/usr/local/lyx-cvs --enable-maintainer-mode | --enable-debug QTDIR=/usr/lib64/qt-3.3 --disable-pch | --disale-stdlib-debug --disable-concept-checks --with-frontend="qt xforms" There are bu

Compile problems

2006-04-10 Thread John Levon
Looks like it's pch, I can compile with: ./configure --prefix=/usr/local/lyx-cvs --enable-maintainer-mode --enable-debug QTDIR=/usr/lib64/qt-3.3 --disable-pch --disale-stdlib-debug --disable-concept-checks --with-frontend="qt xforms" regards john

Re: The real solution to the Cygwin compile problems

2004-05-27 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | I got tired of wrestling with the config mechanism. > | Please apply this (support/nt_defines.h is not used) and then | "cvs remove" the support/nt_defines.h file. I'll handle this one. -- Lgb

The real solution to the Cygwin compile problems

2004-05-27 Thread Kayvan A. Sylvan
I got tired of wrestling with the config mechanism. Please apply this (support/nt_defines.h is not used) and then "cvs remove" the support/nt_defines.h file. Thanks. -- Kayvan A. Sylvan Sylvan Associates, Inc. http://sylvan.com/~kayvan Index: ChangeLog =

Re: Do you have compile problems?

2003-09-29 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Dekel Tsur <[EMAIL PROTECTED]> writes: > | | g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/ -I../../../src/frontends/ -I../../../images -I/usr/include/qt3 -I../../../boost -I../../../src/frontends/controllers -I/usr/X11R6/include -DQT

Re: Do you have compile problems?

2003-09-29 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> >> If you have compile problems you must pipe up, so that I can attempt >> to fix them. > | Would you like me to try and compile 1.4.x with the Tru64 compiler? | What problems are you exp

Re: Do you have compile problems?

2003-09-29 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/ -I../../../src/frontends/ -I../../../images -I/usr/include/qt3 -I../../../boost -I../../../src/frontends/controllers -I/usr/X11R6/include -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_TRANSLATION

Re: Do you have compile problems?

2003-09-29 Thread Dekel Tsur
On Mon, Sep 29, 2003 at 10:45:29AM +0200, Lars Gullik Bj?nnes wrote: > > If you have compile problems you must pipe up, so that I can attempt > to fix them. I get the following error: (using gcc 3.3.2 20030908 (Debian prerelease), QT 3.2.1) g++ -DHAVE_CONFIG_H -I. -I. -I../../

Re: Do you have compile problems?

2003-09-29 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > > If you have compile problems you must pipe up, so that I can attempt > to fix them. Would you like me to try and compile 1.4.x with the Tru64 compiler? What problems are you expecting? > I am not interested in Gcc 2.96 or compilers older than 2.95.3.

Do you have compile problems?

2003-09-29 Thread Lars Gullik Bjønnes
If you have compile problems you must pipe up, so that I can attempt to fix them. I am not interested in Gcc 2.96 or compilers older than 2.95.3. If you problem is not fixed at once, please be persistent and report your problem again. -- Lgb

Re: LyX 1.3.0 compile problems on Solaris

2003-03-01 Thread Kim Roland Rasmussen
Quoting "A.P.Manners" <[EMAIL PROTECTED]>: > Kim, > > I saw similar behaviour with Solaris 2.6 and gcc-2.95.2 when compiling > the previous version of Lyx (it is in lyx-bugzilla somewhere). I am > afraid that Lyx seems to have gone rather gnu-centric and you can no > longer use the native assembl

Re: LyX 1.3.0 compile problems on Solaris

2003-03-01 Thread John Levon
On Sat, Mar 01, 2003 at 02:13:57PM +, A.P.Manners wrote: > I saw similar behaviour with Solaris 2.6 and gcc-2.95.2 when compiling > the previous version of Lyx (it is in lyx-bugzilla somewhere). I am > afraid that Lyx seems to have gone rather gnu-centric and you can no > longer use the native

LyX 1.3.0 compile problems on Solaris

2003-03-01 Thread A.P.Manners
Kim, I saw similar behaviour with Solaris 2.6 and gcc-2.95.2 when compiling the previous version of Lyx (it is in lyx-bugzilla somewhere). I am afraid that Lyx seems to have gone rather gnu-centric and you can no longer use the native assembler. I installed gas (the gnu assembler) and this solved

LyX 1.3.0 compile problems on Solaris

2003-02-28 Thread Kim Roland Rasmussen
Hi! I'm trying to compile LyX 1.3.0 on a Solaris 2.8 system, but I've run into trouble. Here's where it breaks: [...] source='GraphicsCacheItem.C' object='GraphicsCacheItem.lo' libtool=yes \ depfile='.deps/GraphicsCacheItem.Plo' tmpdepfile='.deps/GraphicsCacheItem.TPlo' \ depmode=gcc /bin/bash .

Re: LyX 1.3.0 compile problems with -finstrument-functions

2003-02-13 Thread John Levon
On Fri, Feb 14, 2003 at 10:11:14AM +1100, Amir Michail wrote: > We tried to write a LyX 1.3.0 template for DRT, but found > that the source no longer compiles with CXXFLAGS=-finstrument-functions. > This used to work with LyX 1.2.1. Here is the error (with Qt frontend): > > /usr/include/string.h

LyX 1.3.0 compile problems with -finstrument-functions

2003-02-13 Thread Amir Michail
Hi, We tried to write a LyX 1.3.0 template for DRT, but found that the source no longer compiles with CXXFLAGS=-finstrument-functions. This used to work with LyX 1.2.1. Here is the error (with Qt frontend): g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -isystem /usr/X11R6/includ

Re: cvs compile problems

2003-02-03 Thread John Levon
On Mon, Feb 03, 2003 at 07:20:07PM +0100, Christian Ridderstr?m wrote: > I was using 1.4-p5, but I can easily use automake 1.6.3, is there any > problems with using that version? Red Hat 8.0's automake 1.6.3 works for me. regards john

Re: cvs compile problems

2003-02-03 Thread Christian Ridderström
On Mon, 3 Feb 2003, John Levon wrote: > On Mon, Feb 03, 2003 at 06:30:41PM +0100, Christian Ridderstr?m wrote: > > > make[6]: Entering directory `/space/lyx-devel/src/frontends/qt2/ui' > > make[6]: *** No rule to make target `libqt2ui.la.c', needed by > > `libqt2ui.la'. Stop. > > Do a clean ch

Re: cvs compile problems

2003-02-03 Thread John Levon
On Mon, Feb 03, 2003 at 06:30:41PM +0100, Christian Ridderstr?m wrote: > make[6]: Entering directory `/space/lyx-devel/src/frontends/qt2/ui' > make[6]: *** No rule to make target `libqt2ui.la.c', needed by > `libqt2ui.la'. Stop. Do a clean checkout, and use automake 1.5 when you run autogen.sh

Re: cvs compile problems

2003-02-03 Thread Angus Leeming
Christian Ridderström wrote: > Feeling like superman I tried to compile the cvs version of lyx as well, > (I've managed to compile it before). > > I've done: > > cvs update > ./autogen.sh > ./configure --with-extra-prefix=/pkg/mdhacks/grp/util > --with-version-suffix --prefix=/pkg/mdhacks/p

Re: cvs compile problems

2003-02-03 Thread Andre Poenitz
On Mon, Feb 03, 2003 at 06:30:41PM +0100, Christian Ridderström wrote: > Hmm... I thought I'd try compiling with the qt frontend, but that fails > too. Should I check out everything from scratch, or is there a useful > command for "cleaning" it thoroughly? make distclean should help but usually

Re: cvs compile problems

2003-02-03 Thread Christian Ridderström
Hmm... I thought I'd try compiling with the qt frontend, but that fails too. Should I check out everything from scratch, or is there a useful command for "cleaning" it thoroughly? make[6]: Entering directory `/space/lyx-devel/src/frontends/qt2/ui' make[6]: *** No rule to make target `libqt2ui.la

cvs compile problems

2003-02-03 Thread Christian Ridderström
Feeling like superman I tried to compile the cvs version of lyx as well, (I've managed to compile it before). I've done: cvs update ./autogen.sh ./configure --with-extra-prefix=/pkg/mdhacks/grp/util --with-version-suffix --prefix=/pkg/mdhacks/pkg/lyx/devel/os --disable-libtool-lock Co

Re: QT compile problems.

2002-12-08 Thread John Levon
On Mon, Dec 09, 2002 at 02:57:58AM +0100, Lars Gullik Bjønnes wrote: > Yes, you probably can. Most of these issues is because of missing > translations. By making the french translation up to date you will get > more/all the english strings into french. Are we in strings freeze too ? That screen

Re: QT compile problems.

2002-12-06 Thread John Levon
On Fri, Dec 06, 2002 at 03:28:16PM +0100, Aide Florent wrote: > the new page after paragraph as no effect actually I can't reproduce this. Clicking on "Page break below" and press OK works just fine. Can you describe what you do in detail ? thanks john -- "Yeah, I woke up in the day accidenta

Re: Compile problems

2002-11-30 Thread John Levon
On Sat, Nov 30, 2002 at 02:27:15PM +0100, Otto Tronarp wrote: > Seems like you caught all the cases except one, see the attached patch. > fixed thanks john

Re: Compile problems

2002-11-30 Thread Otto Tronarp
On Sat, 2002-11-30 at 02:59, John Levon wrote: > On Fri, Nov 29, 2002 at 05:48:07PM +0100, Otto Tronarp wrote: > [snip] > > Erm, I don't see how this EVER worked, or why it compiles for me ! > > I'll fix QGraphics.C but we need all examples > Seems like you caught all the cases except one, see

Re: Compile problems

2002-11-29 Thread John Levon
On Fri, Nov 29, 2002 at 05:48:07PM +0100, Otto Tronarp wrote: > In file included from /usr/local/qt/include/qwindowdefs.h:44, > from /usr/local/qt/include/qwidget.h:42, > from /usr/local/qt/include/qcombobox.h:42, > from lengthcombo.h:19, >

Compile problems

2002-11-29 Thread Otto Tronarp
Hi, I'm trying to compile lyx cvs and I get tons of "ambiguous overload" for functions regarding the interaction between QString and std::string in QGraphics.C. This is with gcc 3.2, qt 3.1.0, autoconf 2.53 and automake 1.5 any ideas of what's wrong? Otto source='QGraphics.C' object='QGraphics

Compile problems with 1.1.4

2002-07-23 Thread José Abílio Oliveira Matos
This is my new target. CC=gcc3 CXX=g++3 ./configure --program-suffix=-1.1.4 --disable-nls --with-included-string [16:28][jamatos@rilke:~/lyx/lyx-1.1.4/src]$make -k make all-recursive make[1]: Entering directory `/home/jamatos/lyx/lyx-1.1.4/src' Making all in mathed make[2]: Entering directory

  1   2   >