Re: cannot compile master

2016-09-20 Thread Kornel Benko
Am Dienstag, 20. September 2016 um 09:59:38, schrieb Ian Wilder > On 2016-09-11 13:42:41 +, Kornel Benko said: > > > Am Sonntag, 11. September 2016 um 12:24:26, schrieb Guenter Milde > > > >> On 2016-09-10, Kornel Benko wrote: > >>> Am Freitag, 9. September 2016 um 22:29:23, schrieb Guente

Re: cannot compile master

2016-09-20 Thread Ian Wilder
On 2016-09-11 13:42:41 +, Kornel Benko said: Am Sonntag, 11. September 2016 um 12:24:26, schrieb Guenter Milde On 2016-09-10, Kornel Benko wrote: Am Freitag, 9. September 2016 um 22:29:23, schrieb Guenter Milde On 2016-09-09, Scott Kostyshak wrote: as of today, I cannot compile mast

Re: cannot compile master

2016-09-19 Thread Kornel Benko
Am Dienstag, 20. September 2016 um 00:07:02, schrieb Stephan Witt > Am 11.09.2016 um 15:42 schrieb Kornel Benko : > > > > Am Sonntag, 11. September 2016 um 12:24:26, schrieb Guenter Milde > > > >> On 2016-09-10, Kornel Benko wrote: > >>> Am Freitag, 9. September 2016 um 22:29:23, schrieb Guent

Re: cannot compile master

2016-09-19 Thread Stephan Witt
Am 11.09.2016 um 15:42 schrieb Kornel Benko : > > Am Sonntag, 11. September 2016 um 12:24:26, schrieb Guenter Milde > >> On 2016-09-10, Kornel Benko wrote: >>> Am Freitag, 9. September 2016 um 22:29:23, schrieb Guenter Milde >>> On 2016-09-09, Scott Kostyshak wrote: >> >> >> as of t

Re: cannot compile master

2016-09-11 Thread Kornel Benko
Am Sonntag, 11. September 2016 um 12:24:26, schrieb Guenter Milde > On 2016-09-10, Kornel Benko wrote: > > Am Freitag, 9. September 2016 um 22:29:23, schrieb Guenter Milde > > > >> On 2016-09-09, Scott Kostyshak wrote: > > > >> >> as of today, I cannot compile master, "make" fails with > >> .

Re: cannot compile master

2016-09-11 Thread Guenter Milde
On 2016-09-10, Kornel Benko wrote: > Am Freitag, 9. September 2016 um 22:29:23, schrieb Guenter Milde > >> On 2016-09-09, Scott Kostyshak wrote: >> >> as of today, I cannot compile master, "make" fails with >> ... >> >> GuiView.cpp:(.text+0x1fa85): undefined reference to >> >> `QSvgRenderer::~

Re: cannot compile master

2016-09-10 Thread Kornel Benko
Am Freitag, 9. September 2016 um 22:29:23, schrieb Guenter Milde > On 2016-09-09, Scott Kostyshak wrote: > > On Fri, Sep 09, 2016 at 12:04:23PM +, Guenter Milde wrote: > >> Dear LyX Developers, > > >> as of today, I cannot compile master, "make" fails with > ... > >> GuiView.cpp:(.text+0x1fa8

Re: cannot compile master

2016-09-09 Thread Guenter Milde
On 2016-09-09, Scott Kostyshak wrote: > On Fri, Sep 09, 2016 at 12:04:23PM +, Guenter Milde wrote: >> Dear LyX Developers, >> as of today, I cannot compile master, "make" fails with ... >> GuiView.cpp:(.text+0x1fa85): undefined reference to >> `QSvgRenderer::~QSvgRenderer()' ... >> This is b

Re: cannot compile master

2016-09-09 Thread Scott Kostyshak
On Fri, Sep 09, 2016 at 12:04:23PM +, Guenter Milde wrote: > Dear LyX Developers, > > as of today, I cannot compile master, "make" fails with > > [...] > ../lib/libfrontend_qt.a(GuiView.cpp.o): In function > `lyx::frontend::GuiView::GuiView(int)': > GuiView.cpp:(.text+0x1f19a): undefined ref

Re: cannot compile LyX master anymore

2015-07-16 Thread Jean-Marc Lasgouttes
Le 16/07/2015 01:15, Uwe Stöhr a écrit : Dear LyXers, while I could compile LyX 24 hours ago I cannot do that anymore with current master. I get: > ..\..\..\..\src\frontends\qt4\Action.cpp(65): error C2027: Usage of undefined type "lyx::DispatchResult" [D:\LyXGit\Master\compile-result\src\fro

Re: cannot compile tex2lyx in current master

2015-04-13 Thread Uwe Stöhr
Am 10.04.2015 um 19:05 schrieb Georg Baum: I bet that you can get linker errors in Lazarus as well. Simply work on a project which is similar sized as LyX, and with a similar distribution of developers across operating systems. And if you would e.g. port LyX to lazarus then you would also need t

Re: cannot compile tex2lyx in current master

2015-04-09 Thread Jean-Marc Lasgouttes
Le 08/04/2015 22:37, Georg Baum a écrit : My experience with compiler or linker errors that look like they cannot happen is that the compiler or linker is usually correct, and that it usually tells the very problem in the error message, but for various reasons I do not understand the error messag

Re: cannot compile tex2lyx in current master

2015-04-08 Thread Uwe Stöhr
Am 08.04.2015 um 22:37 schrieb Georg Baum: Let us analyze it: 1) The linker complains about an unresolved symbol. 2) The name of the symbol is lyx::frontend::FontMetrics. 3) Cannot be! This symbol is in dummy_funcs.cpp. 4) Maybe it is the order of the objects on the linker command line as Kornel

Re: cannot compile tex2lyx in current master

2015-04-08 Thread Georg Baum
Kornel Benko wrote: > Am Montag, 6. April 2015 um 02:22:24, schrieb Uwe Stöhr >> Tex2lyx cannot be compiled and the problem is commit: >> >> http://www.lyx.org/trac/changeset/66fa801e74e1775b31008df548332436ce79e2e1/lyxgit >> >> by JMarc. Reverting this commit makes LyX compilable for me. >>

Re: cannot compile tex2lyx in current master

2015-04-08 Thread Kornel Benko
Am Mittwoch, 8. April 2015 um 01:20:42, schrieb Uwe Stöhr > Am 07.04.2015 um 12:44 schrieb Jean-Marc Lasgouttes: > > Le 06/04/2015 10:22, Kornel Benko a écrit : > > >> It should not be. According to your previous post, it is unresolved > >> from lyx::theFontMetrics(class lyx::FontInfo const &), b

Re: cannot compile tex2lyx in current master

2015-04-07 Thread Uwe Stöhr
Am 07.04.2015 um 12:44 schrieb Jean-Marc Lasgouttes: Le 06/04/2015 10:22, Kornel Benko a écrit : It should not be. According to your previous post, it is unresolved from lyx::theFontMetrics(class lyx::FontInfo const &), but for tex2lyx it is part of 'src/tex2lyx/dummy_impl.cpp'. As I underst

Re: cannot compile tex2lyx in current master

2015-04-07 Thread Jean-Marc Lasgouttes
Le 06/04/2015 10:22, Kornel Benko a écrit : Am Montag, 6. April 2015 um 02:22:24, schrieb Uwe Stöhr Tex2lyx cannot be compiled and the problem is commit: http://www.lyx.org/trac/changeset/66fa801e74e1775b31008df548332436ce79e2e1/lyxgit by JMarc. Reverting this commit makes LyX compilable for

Re: cannot compile tex2lyx in current master

2015-04-06 Thread Kornel Benko
Am Montag, 6. April 2015 um 02:22:24, schrieb Uwe Stöhr > Tex2lyx cannot be compiled and the problem is commit: > > http://www.lyx.org/trac/changeset/66fa801e74e1775b31008df548332436ce79e2e1/lyxgit > > by JMarc. Reverting this commit makes LyX compilable for me. > > The problem for the compiler

Re: cannot compile current 2.1.x branch

2015-04-05 Thread Uwe Stöhr
Am 06.04.2015 um 01:07 schrieb Uwe Stöhr: Second error:... This problem persists. I can therefore not compile LyX 2.1.x branch. I can verify the problem on another PC with a fresh checkout and clean build tree. I am lost since i not even understand what the error message tries to tell me. I

Re: cannot compile tex2lyx in current master

2015-04-05 Thread Uwe Stöhr
Tex2lyx cannot be compiled and the problem is commit: http://www.lyx.org/trac/changeset/66fa801e74e1775b31008df548332436ce79e2e1/lyxgit by JMarc. Reverting this commit makes LyX compilable for me. The problem for the compiler seems to be the Length::inPixel feature. JMarc, could you please hav

Re: cannot compile tex2lyx in current master

2015-04-05 Thread Uwe Stöhr
Am 06.04.2015 um 01:03 schrieb Uwe Stöhr: I cleaned my build tree again and now at least this linking error is gone. Sorry, that was wrong. I forgot to compile tex2lyx. The problem still exists. regards Uwe

Re: cannot compile current 2.1.x branch

2015-04-05 Thread Uwe Stöhr
Am Mittwoch, 1. April 2015 um 19:09:37, schrieb Uwe Stöhr > -- Install configuration: "Release" CMake Error at cmake_install.cmake:31 (file): file cannot create directory: C:/Program Files (x86)/LyX/Resources/bind/.. Maybe need administrative privileges. This problem has go

Re: cannot compile tex2lyx in current master

2015-04-05 Thread Uwe Stöhr
Am 01.04.2015 um 19:33 schrieb Kornel Benko: Am Mittwoch, 1. April 2015 um 19:28:59, schrieb Uwe Stöhr Am 01.04.2015 um 19:13 schrieb Kornel Benko: Is it a clean build? I simply started my PC, pulled from GIT and then started the build script. So I did not touch anything since End of Februar

Re: cannot compile tex2lyx in current master

2015-04-01 Thread Kornel Benko
Am Mittwoch, 1. April 2015 um 19:28:59, schrieb Uwe Stöhr > Am 01.04.2015 um 19:13 schrieb Kornel Benko: > > Is it a clean build? > > I simply started my PC, pulled from GIT and then started the build > script. So I did not touch anything since End of February. > > regards Uwe Please do a clea

Re: cannot compile current 2.1.x branch

2015-04-01 Thread Kornel Benko
Am Mittwoch, 1. April 2015 um 19:09:37, schrieb Uwe Stöhr > I get 2 CMake errors preventing LyX to be compiled: > > > -- Install configuration: "Release" >CMake Error at cmake_install.cmake:31 (file): > file cannot create directory: C:/Program Files > (x86)/LyX/Resources/bind/.. >

Re: cannot compile tex2lyx in current master

2015-04-01 Thread Uwe Stöhr
Am 01.04.2015 um 19:13 schrieb Kornel Benko: Is it a clean build? I simply started my PC, pulled from GIT and then started the build script. So I did not touch anything since End of February. regards Uwe

Re: cannot compile tex2lyx in current master

2015-04-01 Thread Kornel Benko
Is it a clean build? Kornel Am Mittwoch, 1. April 2015 um 19:01:29, schrieb Uwe Stöhr > Dear colleagues, > > just back from vacation I tried to build LyX and get this error: > > "D:\LyXGit\Master\compile-result\src\tex2lyx\tex2lyx.vcxproj.metaproj" > (Standardziel) (23) -> > "D:\LyXGi

Re: cannot compile LyX with MSVC 2013 and Qt 5 or Qt 4 - need CMake help

2014-06-26 Thread Scott Kostyshak
On Thu, Jun 26, 2014 at 7:06 PM, Uwe Stöhr wrote: > Am 26.06.2014 10:11, schrieb Kornel Benko: > > The patch implements the use of LYX_USE_QT variable, so the default compilation should use qt4 even if also qt5 devel files are installed. >>> >>> >>> That would be very helpful. This

Re: cannot compile LyX with MSVC 2013 and Qt 5 or Qt 4 - need CMake help

2014-06-26 Thread Uwe Stöhr
Am 26.06.2014 10:11, schrieb Kornel Benko: The patch implements the use of LYX_USE_QT variable, so the default compilation should use qt4 even if also qt5 devel files are installed. That would be very helpful. This way I can try Qt 5 for master and use Qt 4 to compile releases of 2.1. Please

Re: cannot compile LyX with MSVC 2013 and Qt 5 or Qt 4 - need CMake help

2014-06-26 Thread Kornel Benko
Am Donnerstag, 26. Juni 2014 um 20:16:56, schrieb Georg Baum > Kornel Benko wrote: > > > Am Mittwoch, 25. Juni 2014 um 23:29:34, schrieb Uwe Stöhr > > > >> > >> That would be very helpful. This way I can try Qt 5 for master and use > >> Qt 4 to compile releases of 2.1. Please commit. > > > > Don

Re: cannot compile LyX with MSVC 2013 and Qt 5 or Qt 4 - need CMake help

2014-06-26 Thread Georg Baum
Uwe Stöhr wrote: > I was now able to compile Master with Qt 5.3. LyX works so far, but > crashes immediately when trying to view a file as PDF. So yes, Qt 5 and > LyX does not yet work but we should try to make this possible for LyX > LyX 2.2. Yes. There have been many discussion already on that

Re: cannot compile LyX with MSVC 2013 and Qt 5 or Qt 4 - need CMake help

2014-06-26 Thread Georg Baum
Kornel Benko wrote: > Am Mittwoch, 25. Juni 2014 um 23:29:34, schrieb Uwe Stöhr > >> >> That would be very helpful. This way I can try Qt 5 for master and use >> Qt 4 to compile releases of 2.1. Please commit. > > Done. I am pretty sure, this does not break users using Qt4. > > I hope, Richard

Re: cannot compile LyX with MSVC 2013 and Qt 5 or Qt 4 - need CMake help

2014-06-26 Thread Kornel Benko
Am Mittwoch, 25. Juni 2014 um 23:29:34, schrieb Uwe Stöhr > Am 25.06.2014 18:28, schrieb Kornel Benko: > > >> I understood that he _is_ trying 2.1. > > Yes. > > >> QT5 will be used there, if cmake finds it. So one has to deinstall QT5. > > That is bad. > > > Uwe, please try this patch (on 2.1 bran

Re: cannot compile LyX with MSVC 2013 and Qt 5 or Qt 4 - need CMake help

2014-06-26 Thread Kornel Benko
Am Donnerstag, 26. Juni 2014 um 00:05:40, schrieb Uwe Stöhr > Am 25.06.2014 11:21, schrieb Kornel Benko: > > >> - CMake Warning at CMakeLists.txt:549 (find_package): > >> By not providing "FindQt5X11Extras.cmake" in CMAKE_MODULE_PATH this > >> project has asked CMake to find a package configuratio

Re: cannot compile LyX with MSVC 2013 and Qt 5 or Qt 4 - need CMake help

2014-06-25 Thread Uwe Stöhr
Am 25.06.2014 11:21, schrieb Kornel Benko: - CMake Warning at CMakeLists.txt:549 (find_package): By not providing "FindQt5X11Extras.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5X11Extras", but CMake did not find one. This is expe

Re: cannot compile LyX with MSVC 2013 and Qt 5 or Qt 4 - need CMake help

2014-06-25 Thread Uwe Stöhr
Am 25.06.2014 18:28, schrieb Kornel Benko: I understood that he _is_ trying 2.1. Yes. QT5 will be used there, if cmake finds it. So one has to deinstall QT5. That is bad. Uwe, please try this patch (on 2.1 branch). The patch implements the use of LYX_USE_QT variable, so the default compi

Re: cannot compile LyX with MSVC 2013 and Qt 5 or Qt 4 - need CMake help

2014-06-25 Thread Kornel Benko
Am Mittwoch, 25. Juni 2014 um 11:28:17, schrieb Kornel Benko > Am Dienstag, 24. Juni 2014 um 18:49:46, schrieb Scott Kostyshak > > > On Tue, Jun 24, 2014 at 6:23 PM, Uwe Stöhr wrote: > > > > > So what I need is a way to compile LyX 2.1.x using either Qt 4.8.x or Qt > > > 5.3 > > > using MSVC

Re: cannot compile LyX with MSVC 2013 and Qt 5 or Qt 4 - need CMake help

2014-06-25 Thread Kornel Benko
Am Dienstag, 24. Juni 2014 um 18:49:46, schrieb Scott Kostyshak > On Tue, Jun 24, 2014 at 6:23 PM, Uwe Stöhr wrote: > > > So what I need is a way to compile LyX 2.1.x using either Qt 4.8.x or Qt 5.3 > > using MSVC 2013. Is this possible? and if yes, how? > > Hi Uwe, > > Sorry you're having troub

Re: cannot compile LyX with MSVC 2013 and Qt 5 or Qt 4 - need CMake help

2014-06-25 Thread Kornel Benko
Am Mittwoch, 25. Juni 2014 um 00:23:03, schrieb Uwe Stöhr > Dear LyX developers, > > thanks to a mainboard crash I had again to setup my complete build > system and after 6 hours of trying to compile LyX I am a bit lost. > > There are several problems that I cannot solve: > > - I have now Win 7 64

Re: cannot compile LyX with MSVC 2013 and Qt 5 or Qt 4 - need CMake help

2014-06-24 Thread Scott Kostyshak
On Tue, Jun 24, 2014 at 6:23 PM, Uwe Stöhr wrote: > So what I need is a way to compile LyX 2.1.x using either Qt 4.8.x or Qt 5.3 > using MSVC 2013. Is this possible? and if yes, how? Hi Uwe, Sorry you're having trouble with this. 6 hours dealing with build errors is not fun at all! Are you abl

Re: Cannot compile

2008-09-22 Thread Jean-Marc . Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Does this patch fixes the problem? Yes, thanks! I committed it. JMarc

Re: Cannot compile

2008-09-22 Thread Abdelrazak Younes
On 22/09/2008 11:50, Jean-Marc Lasgouttes wrote: I get in frontends/qt4: g++ -DHAVE_CONFIG_H -I. -I../../../../lyx-devel/src/frontends/qt4 -I../../.. -DQT_NO_STL -DQT_NO_KEYWORDS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -I../../../../lyx-devel/src -I../../../../lyx-devel/src/frontends -I../../../.

Re: Cannot compile

2008-09-22 Thread Abdelrazak Younes
On 22/09/2008 11:50, Jean-Marc Lasgouttes wrote: I get in frontends/qt4: g++ -DHAVE_CONFIG_H -I. -I../../../../lyx-devel/src/frontends/qt4 -I../../.. -DQT_NO_STL -DQT_NO_KEYWORDS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -I../../../../lyx-devel/src -I../../../../lyx-devel/src/frontends -I../../../.

Re: Cannot compile today's SVN

2008-06-24 Thread Koji Yokota
Jean-Marc Lasgouttes wrote: It happens that I should have added target name here... I wonder why it worked with GNU make. Try again. Now, autogen.sh works fine. Thank you! However, in following build step, compilation fails if *BSD user tries to build with BSD make. This problem can be wor

Re: Cannot compile today's SVN

2008-06-24 Thread Jean-Marc Lasgouttes
Koji Yokota <[EMAIL PROTECTED]> writes: > Jean-Marc Lasgouttes wrote: >> These messages are very strange. You may want to remove the directory >> autom4te.cahe/. > > Even though I delete autom4te.cache, the last line of autogen.sh, > > "make -f po/Rules-lyx srcdir=po top_srcdir=." It happens tha

Re: Cannot compile today's SVN

2008-06-24 Thread Koji Yokota
Jean-Marc Lasgouttes wrote: These messages are very strange. You may want to remove the directory autom4te.cahe/. Even though I delete autom4te.cache, the last line of autogen.sh, "make -f po/Rules-lyx srcdir=po top_srcdir=." tries to do "cat | msguniq -o .po && rm -f" I attach the whole

Re: Cannot compile today's SVN

2008-06-24 Thread Jean-Marc Lasgouttes
Koji Yokota <[EMAIL PROTECTED]> writes: > Hi, > > The newest 1.6svn has become to fail on my system to run autogen.sh at > the stage it builds po/POTFILES.in. It simply becomes silent after the > message: > >> config/libtool.m4:3661: _LT_AC_LANG_F77_CONFIG is expanded from... >> config/libtool.m4:

Re: LyX and Qt4.4 - bug 4568 (was Re: Cannot compile trunk)

2008-02-22 Thread Pavel Sanda
> >> i guess there will be more transitional problems wrt 4.4 (rc1 here). > >> GuiApplication.cpp: In member function 'void > >> lyx::frontend::GuiApplication::commitData(QSessionManager&)': > >> GuiApplication.cpp:552: error: invalid use of undefined type 'struct > >> QSessionManager' > > > > #i

Re: LyX and Qt4.4 - bug 4568 (was Re: Cannot compile trunk)

2008-02-22 Thread Pavel Sanda
> Pavel Sanda wrote: Or 4.4's ;-} >>> It seems we have a bug there: >>> >>> http://bugzilla.lyx.org/show_bug.cgi?id=4568 >>> >>> Could somebody have a look? >> i guess there will be more transitional problems wrt 4.4 (rc1 here). >> GuiApplication.cpp: In member function 'void >> lyx::frontend

Re: LyX and Qt4.4 - bug 4568 (was Re: Cannot compile trunk)

2008-02-21 Thread Pavel Sanda
>> i guess there will be more transitional problems wrt 4.4 (rc1 here). >> GuiApplication.cpp: In member function 'void >> lyx::frontend::GuiApplication::commitData(QSessionManager&)': >> GuiApplication.cpp:552: error: invalid use of undefined type 'struct >> QSessionManager' > > #include is mis

Re: LyX and Qt4.4 - bug 4568 (was Re: Cannot compile trunk)

2008-02-21 Thread Abdelrazak Younes
Pavel Sanda wrote: Or 4.4's ;-} It seems we have a bug there: http://bugzilla.lyx.org/show_bug.cgi?id=4568 Could somebody have a look? i guess there will be more transitional problems wrt 4.4 (rc1 here). GuiApplication.cpp: In member function 'void lyx::frontend::GuiApplication::commitData

Re: LyX and Qt4.4 - bug 4568 (was Re: Cannot compile trunk)

2008-02-21 Thread Pavel Sanda
>> Or 4.4's ;-} > > It seems we have a bug there: > > http://bugzilla.lyx.org/show_bug.cgi?id=4568 > > Could somebody have a look? i guess there will be more transitional problems wrt 4.4 (rc1 here). GuiApplication.cpp: In member function 'void lyx::frontend::GuiApplication::commitData(QSessionM

Re: Cannot compile trunk

2008-02-21 Thread Pavel Sanda
>> I am not sure where this comes from... > > This is Pavel using Qt4.3' designer. Just open PrefUi.ui in Qt4.2' designer > and save it. > > Pavel, please use Qt4.2 designer in the future. arrgh i locally compiled Qt4.2 for that reason here. i even changed the directory to ~/designer/qt-x11-open

LyX and Qt4.4 - bug 4568 (was Re: Cannot compile trunk)

2008-02-21 Thread Abdelrazak Younes
Andre Poenitz wrote: On Wed, Feb 20, 2008 at 12:24:07PM +0100, Abdelrazak Younes wrote: Pavel, please use Qt4.2 designer in the future. Or 4.4's ;-} It seems we have a bug there: http://bugzilla.lyx.org/show_bug.cgi?id=4568 Could somebody have a look? Abdel.

Re: Cannot compile trunk

2008-02-20 Thread Andre Poenitz
On Wed, Feb 20, 2008 at 12:24:07PM +0100, Abdelrazak Younes wrote: > Jean-Marc Lasgouttes wrote: >> Here is what I get with latest trunk: >> g++ -DHAVE_CONFIG_H -I. -I../../../../lyx-devel/src/frontends/qt4 >> -I../../../src -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL >> -DQT_NO_KEYWORDS -

Re: Cannot compile trunk

2008-02-20 Thread Jean-Marc Lasgouttes
Edwin Leuven <[EMAIL PROTECTED]> writes: > can you svn update and try again? Seems to work, thanks. JMarc

Re: Cannot compile trunk

2008-02-20 Thread Edwin Leuven
can you svn update and try again? Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: This is Pavel using Qt4.3' designer. Just open PrefUi.ui in Qt4.2' designer and save it. Pavel, please use Qt4.2 designer in the future. I did that, but it did not change anything. J

Re: Cannot compile trunk

2008-02-20 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > This is Pavel using Qt4.3' designer. Just open PrefUi.ui in Qt4.2' > designer and save it. > > Pavel, please use Qt4.2 designer in the future. I did that, but it did not change anything. JMarc

Re: Cannot compile trunk

2008-02-20 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Here is what I get with latest trunk: g++ -DHAVE_CONFIG_H -I. -I../../../../lyx-devel/src/frontends/qt4 -I../../../src -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL -DQT_NO_KEYWORDS -I../../../../lyx-devel/src -I../../../../lyx-devel/src/frontends -I../../../.

Re: Cannot compile trunk

2008-02-20 Thread Jean-Marc Lasgouttes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > Here is what I get with latest trunk: This is with qt 4.2.3, BTW. JMarc

Re: Cannot compile CoordCache.h

2007-09-24 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: Jürgen Spitzmüller wrote: Index: src/CoordCache.h === --- src/CoordCache.h(Revision 20461) +++ src/CoordCache.h(Arbeitskopie) @@ -108,8 +108,8 @@ bool covers(T const * th

Re: Cannot compile CoordCache.h

2007-09-24 Thread Andre Poenitz
On Mon, Sep 24, 2007 at 09:16:30PM +0200, Andre Poenitz wrote: > On Mon, Sep 24, 2007 at 04:22:47PM +0200, Jürgen Spitzmüller wrote: > > Jean-Marc Lasgouttes wrote: > > > Did not work. This is gcc 3.4.1, BTW. > > > > Same here. This one at least makes it compile again: > > > > Index: src/CoordCac

Re: Cannot compile CoordCache.h

2007-09-24 Thread Bo Peng
> 'typename' missing in the original version? Yes, and another one is still missing. I have just fixed it. Bo

Re: Cannot compile CoordCache.h

2007-09-24 Thread Andre Poenitz
On Mon, Sep 24, 2007 at 04:22:47PM +0200, Jürgen Spitzmüller wrote: > Jean-Marc Lasgouttes wrote: > > Did not work. This is gcc 3.4.1, BTW. > > Same here. This one at least makes it compile again: > > Index: src/CoordCache.h > === >

Re: Cannot compile CoordCache.h

2007-09-24 Thread Bo Peng
> typename cache_type::const_iterator it ... > > . In older versions of the standard an implicit typename was assumed, and I > guess that your MSVC still allows this. Yes. typename is required by gcc. Bo

Re: Cannot compile CoordCache.h

2007-09-24 Thread Jürgen Spitzmüller
Georg Baum wrote: > typename cache_type::const_iterator it ... This works. Index: src/CoordCache.h === --- src/CoordCache.h(Revision 20461) +++ src/CoordCache.h(Arbeitskopie) @@ -108,7 +108,7 @@ bool covers(T const *

Re: Cannot compile CoordCache.h

2007-09-24 Thread Georg Baum
Abdelrazak Younes wrote: > Jürgen Spitzmüller wrote: >> Index: src/CoordCache.h >> === >> --- src/CoordCache.h(Revision 20461) >> +++ src/CoordCache.h(Arbeitskopie) >> @@ -108,8 +108,8 @@ >> >> bool covers(T const * t

Re: Cannot compile CoordCache.h

2007-09-24 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Jean-Marc Lasgouttes wrote: Did not work. This is gcc 3.4.1, BTW. Same here. This one at least makes it compile again: Index: src/CoordCache.h === --- src/CoordCache.h(Revision 20461) +++ src/CoordCa

Re: Cannot compile CoordCache.h

2007-09-24 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Jean-Marc Lasgouttes wrote: Did not work. This is gcc 3.4.1, BTW. Same here. This one at least makes it compile again: Index: src/CoordCache.h === --- src/CoordCache.h(Revision 20461) +++ src/CoordCa

Re: Cannot compile CoordCache.h

2007-09-24 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Did not work. This is gcc 3.4.1, BTW. Same here. This one at least makes it compile again: Index: src/CoordCache.h === --- src/CoordCache.h(Revision 20461) +++ src/CoordCache.h(Arbeitskopie) @@ -

Re: Cannot compile CoordCache.h

2007-09-24 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Weird... maybe a missing header then? should in principle > contains everything required but could you try adding ? Did not work. This is gcc 3.4.1, BTW. JMarc

Re: Cannot compile CoordCache.h

2007-09-24 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: cache_type is defined just after, I guess your compiler doesn't see it. If I was a compiler expert, I'd say your compiler is broken ;-) Just replace cache_type to std::map and it will compile. Or put the typedef definitio

Re: Cannot compile CoordCache.h

2007-09-24 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > cache_type is defined just after, I guess your compiler doesn't see > it. If I was a compiler expert, I'd say your compiler is broken ;-) > Just replace cache_type to std::map and it will > compile. Or put the typedef definition at the top of the cla

Re: Cannot compile CoordCache.h

2007-09-24 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Here is what I get: In file included from ../../../../lyx-devel/src/BufferView.h:18, from ../../../../lyx-devel/src/frontends/controllers/ControlCommandBuffer.cpp:17: ../../../../lyx-devel/src/CoordCache.h: In member function `bool lyx::CoordCacheBa

Re: Cannot compile. Latest in trunk

2007-01-20 Thread Andre Poenitz
On Fri, Jan 19, 2007 at 07:31:45PM +0100, Andre' Poenitz wrote: > string a(); > > is a declaration of a function called 'a' taking no argument and > returning a string. Hmpf... and everyone knew already. I was pretty sure I was up-to-date when writng this mail. Andre'

Re: Cannot compile 1.5.x_svn

2007-01-20 Thread Bo Peng
This appears to be the result of some qt4 not being installed, but configure does not complain. Hi, John. This is indeed your problem. This is also our problem. Configure should stop without qt4. Bo

Re: Cannot compile 1.5.x_svn

2007-01-19 Thread Angus Leeming
John McCabe-Dansted wrote: I cannot compile svn trunk revision 16774 on Fedora Core 4. Below is the error I get. My config.log is at http://www.csse.uwa.edu.au/~john/config.log. This appears to be the result of some qt4 not being installed, but configure does not complain. Hi, John. This is ind

Re: Cannot compile. Latest in trunk

2007-01-19 Thread Andre Poenitz
On Tue, Jan 16, 2007 at 04:52:00PM +0100, Kornel Benko wrote: > It is very fishy here. > If I replace the call with: > string a(""); > Buffer buffer(a, false); > then it compiles. > > On the other hand > string a(); string a(); is a declaration of a function called 'a' taki

Re: Cannot compile. Latest in trunk

2007-01-16 Thread Kornel Benko
Am Dienstag, 16. Januar 2007 19:41 schrieb Angus Leeming: > That's not fishy at all. > >    string a(""); > > defines a variable "a" and initializes it with "". The same thing is > achieved more elegantly and less expensively with: > >    string a; > > By way of contrast, > >    string a(); > > is

Re: Cannot compile. Latest in trunk

2007-01-16 Thread Georg Baum
Am Dienstag, 16. Januar 2007 16:52 schrieb Kornel Benko: > It is very fishy here. > If I replace the call with: > string a(""); > Buffer buffer(a, false); > then it compiles. > > On the other hand > string a(); This is a function declaration of a function 'a' returning a strin

Re: Cannot compile. Latest in trunk

2007-01-16 Thread Angus Leeming
Kornel Benko <[EMAIL PROTECTED]> writes: > It is very fishy here. > If I replace the call with: > string a(""); > Buffer buffer(a, false); > then it compiles. > > On the other hand > string a(); > Buffer buffer(a, false); > yields to > CutAndPaste.C:676: error: no m

Re: Cannot compile. Latest in trunk

2007-01-16 Thread Kornel Benko
Am Dienstag, 16. Januar 2007 16:32 schrieb Abdelrazak Younes: > Kornel Benko wrote: > > Am Dienstag, 16. Januar 2007 15:46 schrieb Abdelrazak Younes: > >> Georg Baum wrote: > >>> Abdelrazak Younes wrote: > >>> > Kornel Benko wrote: > > Am Dienstag, 16. Januar 2007 15:09 schrieb Kornel Benk

Re: Cannot compile. Latest in trunk

2007-01-16 Thread Abdelrazak Younes
Kornel Benko wrote: Am Dienstag, 16. Januar 2007 15:46 schrieb Abdelrazak Younes: Georg Baum wrote: Abdelrazak Younes wrote: Kornel Benko wrote: Am Dienstag, 16. Januar 2007 15:09 schrieb Kornel Benko: Attached cures it. But this is not the good fix ;-) Indeed not. string() should work ev

Re: Cannot compile. Latest in trunk

2007-01-16 Thread Kornel Benko
Am Dienstag, 16. Januar 2007 15:46 schrieb Abdelrazak Younes: > Georg Baum wrote: > > Abdelrazak Younes wrote: > > > >> Kornel Benko wrote: > >>> Am Dienstag, 16. Januar 2007 15:09 schrieb Kornel Benko: > >>> > >>> Attached cures it. > >> But this is not the good fix ;-) > > > > Indeed not. strin

Re: Cannot compile. Latest in trunk

2007-01-16 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: Kornel Benko wrote: Am Dienstag, 16. Januar 2007 15:09 schrieb Kornel Benko: Attached cures it. But this is not the good fix ;-) Indeed not. string() should work even in older gcc versions. I think the missing header was the problem. I don't

Re: Cannot compile. Latest in trunk

2007-01-16 Thread Kornel Benko
Am Dienstag, 16. Januar 2007 15:34 schrieb Abdelrazak Younes: > Kornel Benko wrote: > > Am Dienstag, 16. Januar 2007 15:09 schrieb Kornel Benko: > > > > Attached cures it. > > But this is not the good fix ;-) > I think the missing header was the problem. > > Try again. Hmm... still the same. i

Re: Cannot compile. Latest in trunk

2007-01-16 Thread Jean-Marc Lasgouttes
> "Kornel" == Kornel Benko <[EMAIL PROTECTED]> writes: Kornel> Am Dienstag, 16. Januar 2007 15:09 schrieb Kornel Benko: Kornel> Attached cures it. How come string("") is needed? I thought we had plenty of these string() constructs. JMarc

Re: Cannot compile. Latest in trunk

2007-01-16 Thread Georg Baum
Abdelrazak Younes wrote: > Kornel Benko wrote: >> Am Dienstag, 16. Januar 2007 15:09 schrieb Kornel Benko: >> >> Attached cures it. > > But this is not the good fix ;-) Indeed not. string() should work even in older gcc versions. > I think the missing header was the problem. I don't think so

Re: Cannot compile. Latest in trunk

2007-01-16 Thread Abdelrazak Younes
Kornel Benko wrote: Am Dienstag, 16. Januar 2007 15:09 schrieb Kornel Benko: Attached cures it. But this is not the good fix ;-) I think the missing header was the problem. Try again. Abdel.

Re: Cannot compile. Latest in trunk

2007-01-16 Thread Kornel Benko
Am Dienstag, 16. Januar 2007 15:09 schrieb Kornel Benko: Attached cures it. Kornel -- Kornel Benko [EMAIL PROTECTED] Index: src/CutAndPaste.C === --- src/CutAndPaste.C (revision 16705) +++ src/CutAndPaste.C (working copy) @

Re: Cannot compile lyx-1.4cvs

2005-03-26 Thread Cengiz Gunay
On Thu, 24 Mar 2005, Georg Baum wrote: > Cengiz Gunay wrote: > > > However, now I have another error compiling the qt2/ui directory. Below > > first results of ``configure'' and then ``make'' follow. > > ... > Strange. Are you sure that you have the correct devel package installed and > it doesn

Re: Cannot compile lyx-1.4cvs

2005-03-24 Thread Cengiz Gunay
On Thu, 24 Mar 2005, Georg Baum wrote: > Strange. Are you sure that you have the correct devel package installed and > it doesn't use some outdated qt headers? Hmm.. I have the following qt packages installed: libqt3-dev 3:3.3.3-8 libqt3-mt-dev 3:3.3.3-8 libqt3c102-mt 3:3.3.3-8 libqt3-i18

Re: Cannot compile lyx-1.4cvs

2005-03-24 Thread Georg Baum
Cengiz Gunay wrote: > However, now I have another error compiling the qt2/ui directory. Below > first results of ``configure'' and then ``make'' follow. > ... > g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -DQT_CLEAN_NAMESPACE > -DQT_GENUINE_STR -DQT_NO_TRANSLATION -I../../../../src > -I../../..

Re: Cannot compile lyx-1.4cvs

2005-03-23 Thread Cengiz Gunay
On Sun, 13 Mar 2005, Georg Baum wrote: > Am Samstag, 12. MÃrz 2005 18:33 schrieb Cengiz Gunay: > > $ automake --version > > automake (GNU automake) 1.4-p6 > > Too old (autogen.sh should have complained). Install a later automake, > everything from 1.5 on works. I use the debian package automake

Re: Cannot compile lyx-1.4cvs

2005-03-13 Thread Georg Baum
Am Samstag, 12. März 2005 18:33 schrieb Cengiz Gunay: > I haven't been able to compile the HEAD CVS branch for some time now. > > $ automake --version > automake (GNU automake) 1.4-p6 Too old (autogen.sh should have complained). Install a later automake, everything from 1.5 on works. I use the

Re: cannot compile 1.4.0cvs source on MacOSX (Lyx/Mac)

2003-12-15 Thread Angus Leeming
Ronald Florence wrote: > The boost library problems were due to a configuration error on my > part, and the problem went away when I rebuilt boost. I don't know > whether some version of the BOOST_REGEX_NARROW_INSTANTIATE patch is > needed because I haven't yet linked 1.4.0cvs (I have to build a >

Re: cannot compile 1.4.0cvs source on MacOSX (Lyx/Mac)

2003-12-15 Thread Ronald Florence
Angus Leeming <[EMAIL PROTECTED]> writes: > What happens if you apply your BOOST_REGEX_NARROW_INSTANTIATE patch to > the top of boost/regex/config.hpp? The boost library problems were due to a configuration error on my part, and the problem went away when I rebuilt boost. I don't know whether s

Re: cannot compile 1.4.0cvs source on MacOSX (Lyx/Mac)

2003-12-15 Thread Angus Leeming
Ronald Florence wrote: boost::c_regex_traits::transform_primary(std::basic_string std::char_traits, std::allocator >&, > std::basic_string, std::allocator > > const&) boost::c_regex_traits::init() > boost::c_regex_traits::transform(std::basic_string std::char_traits, std::allocator >&, > std::basic

Re: cannot compile 1.4.0cvs source on MacOSX (Lyx/Mac)

2003-12-15 Thread Ronald Florence
Angus Leeming <[EMAIL PROTECTED]> writes: > > qfont_loader.C:35: error: `LibFileSearch' > > not declared qfont_loader.C:36: error: `OnlyPath' not declared > > qfont_loader.C:37: error: `Systemcall' not declared make[5]: *** > > > [...] > > #ifdef Q_WS_X11 > #include > #include > +#endif >

Re: cannot compile 1.4.0cvs source on MacOSX (Lyx/Mac)

2003-12-15 Thread Angus Leeming
Ronald Florence wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > >> LyX can be built with gcc-2.95.2, but not with the STL library >> shipped with gcc-2.95. You will have to install STLport's version >> of the STL to proceed with gcc-2.95. > > I fear this would be a non-starter for LyX/Mac.

  1   2   >