Re: trunk does not compile

2010-01-30 Thread Vincent van Ravesteijn
Tommaso Cucinotta schreef: CXX GuiView.o GuiView.cpp: In member function ‘virtual void lyx::frontend::GuiView::dispatch(const lyx::FuncRequest&, lyx::DispatchResult&)’: GuiView.cpp:2997: error: no matching function for call to ‘lyx::frontend::GuiView::lfunUiToggle(const char [11])’ GuiView.h

trunk does not compile

2010-01-30 Thread Tommaso Cucinotta
CXX GuiView.o GuiView.cpp: In member function ‘virtual void lyx::frontend::GuiView::dispatch(const lyx::FuncRequest&, lyx::DispatchResult&)’: GuiView.cpp:2997: error: no matching function for call to ‘lyx::frontend::GuiView::lfunUiToggle(const char [11])’ GuiView.h:300: note: candidates are: v

Trunk does not compile

2009-09-20 Thread Kornel Benko
Hi Abdel, "blame" is suggesting, I have to address you ... [ 62%] Building CXX object src/CMakeFiles/lyx.dir/usr/src/lyx/lyx-devel/src/BufferView.o cd /usr/BUILD/BuildLyx/src && /usr/bin/c++ -DQT_NO_STL -DQT_NO_KEYWORDS -DHAVE_GETTEXT -DUSE_HUNSPELL=1 -DENABLE_NLS=1 - DUSE_ASPELL=1 -DHAVE_ICON

Re: boost in trunk does not compile with gcc-4.4

2009-07-10 Thread Jean-Marc Lasgouttes
Helge Hafting writes: > Abdelrazak Younes wrote: >> rgheck wrote: >>> >>> I reported this a while back, and the advice was to use external boost. >> >> Well even if the advice is true this should be fixed. gcc-4.4 is out >> so we should support it. Maybe it is just a matter of upgrading our >> in

Re: boost in trunk does not compile with gcc-4.4

2009-07-10 Thread Abdelrazak Younes
Helge Hafting wrote: Abdelrazak Younes wrote: rgheck wrote: I reported this a while back, and the advice was to use external boost. Well even if the advice is true this should be fixed. gcc-4.4 is out so we should support it. Maybe it is just a matter of upgrading our internal boost? If

Re: boost in trunk does not compile with gcc-4.4

2009-07-10 Thread Helge Hafting
Abdelrazak Younes wrote: rgheck wrote: I reported this a while back, and the advice was to use external boost. Well even if the advice is true this should be fixed. gcc-4.4 is out so we should support it. Maybe it is just a matter of upgrading our internal boost? If external boost works s

Re: boost in trunk does not compile with gcc-4.4

2009-07-09 Thread Peter Kuemmel
Original-Nachricht > Datum: Thu, 09 Jul 2009 18:04:51 +0200 > Von: Jean-Marc Lasgouttes > An: Abdelrazak Younes > CC: rgheck , LyX Developers > Betreff: Re: boost in trunk does not compile with gcc-4.4 > Abdelrazak Younes writes: > > > rgheck

Re: boost in trunk does not compile with gcc-4.4

2009-07-09 Thread Jean-Marc Lasgouttes
Abdelrazak Younes writes: > rgheck wrote: >> >> I reported this a while back, and the advice was to use external boost. > > Well even if the advice is true this should be fixed. gcc-4.4 is out > so we should support it. Maybe it is just a matter of upgrading our > internal boost? Yes. We have ve

Re: boost in trunk does not compile with gcc-4.4

2009-07-09 Thread Abdelrazak Younes
rgheck wrote: I reported this a while back, and the advice was to use external boost. Well even if the advice is true this should be fixed. gcc-4.4 is out so we should support it. Maybe it is just a matter of upgrading our internal boost? Abdel.

Re: boost in trunk does not compile with gcc-4.4

2009-07-09 Thread rgheck
I reported this a while back, and the advice was to use external boost. rh

boost in trunk does not compile with gcc-4.4

2009-07-09 Thread Abdelrazak Younes
[ 0%] Building CXX object src/support/CMakeFiles/support.dir/home/younes/devel/lyx/trunk/src/support/ForkedCalls.o cd /home/younes/devel/lyx/trunk/development/cmake/qtcreator-build/src/support && /us

Re: Trunk does not compile

2008-11-21 Thread Kornel Benko
Am Freitag 21 November 2008 schrieb Pavel Sanda: > this is a linker problem and i think it will diappear if you make distclean > your tree or do a build from fresh sources. > pavel Thanks Pavel. This is not the first time I had to make distclean. I should have had remembered. Kornel --

Re: Trunk does not compile

2008-11-21 Thread Pavel Sanda
Kornel Benko wrote: > Hi, > this is on ubuntu 8.10 with gcc 4.3.2. > ... > make[4]: Entering directory `/usr/BUILD/BuildLyxConfigure/src' > g++ -g -O -o lyx main.o ASpell.o SpellBase.o BiblioInfo.o Box.o > Dimension.o > PrinterParams.o Thesaurus.o liblyxcore.a liblyxmathed.a liblyxinsets.a >

Trunk does not compile

2008-11-21 Thread Kornel Benko
Hi, this is on ubuntu 8.10 with gcc 4.3.2. ... make[4]: Entering directory `/usr/BUILD/BuildLyxConfigure/src' g++ -g -O -o lyx main.o ASpell.o SpellBase.o BiblioInfo.o Box.o Dimension.o PrinterParams.o Thesaurus.o liblyxcore.a liblyxmathed.a liblyxinsets.a frontends/liblyxfrontends.a frontend

Re: Trunk does not compile

2008-11-16 Thread Jürgen Spitzmüller
Tommaso Cucinotta wrote: > In order to compile, I need this, on my system make distclean should be sufficient. Jürgen

Re: Trunk does not compile

2008-11-16 Thread Tommaso Cucinotta
In order to compile, I need this, on my system * Ubuntu Intrepid * gcc -v Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu11' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,obj

Trunk does not compile (client).

2008-05-23 Thread Bo Peng
g++ -o debug/src/client/client.o -c -I/home/bpeng/lyx-devel/lyx-1.6-rw/boost -g -O -pthread -DQT_GUI_LIB -DQT_SHARED -Idebug/src -Isrc -Isrc -I/usr/include -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui src/client/client.cpp src/client/client.cpp: In function 'int main(int, c

Re: Trunk does not compile: QDrag::exec is 4.3 only.

2008-03-17 Thread Richard Heck
Jean-Marc Lasgouttes wrote: Richard Heck <[EMAIL PROTECTED]> writes: I would be surprised. You'd be surprised if we didn't complain? Are we, as a group, that docile? No, I'd be surprised that 4.3 cannot accept code that is valid in 4.2. At least the documentation sugg

Re: Trunk does not compile: QDrag::exec is 4.3 only.

2008-03-17 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: >> I would be surprised. > You'd be surprised if we didn't complain? Are we, as a group, that docile? No, I'd be surprised that 4.3 cannot accept code that is valid in 4.2. JMarc

Re: Trunk does not compile: QDrag::exec is 4.3 only.

2008-03-17 Thread Richard Heck
Jean-Marc Lasgouttes wrote: Because then I would have used QDrag::start, just to get complains by Qt 4.3 people that it does not complile. I would be surprised. You'd be surprised if we didn't complain? Are we, as a group, that docile? rh

Re: Trunk does not compile: QDrag::exec is 4.3 only.

2008-03-17 Thread Jean-Marc Lasgouttes
Stefan Schimanski <[EMAIL PROTECTED]> writes: >> Why cannot people use qt 4.2 for development? We have had a lot of >> compatibility problems with qt 4.3. I use Qt4.2 too. Usually problems are noticed pretty fast. What I am not sure about, though, is whether somebody tests LyX 1.5.x with Qt 4.1.

Re: Trunk does not compile: QDrag::exec is 4.3 only.

2008-03-16 Thread José Matos
On Saturday 15 March 2008 03:26:59 rgheck wrote: > (Does F9 include 4.4? That's alpha right now > anyway) No. It usually enters rawhide (to be F9 now) when it is in the release candidate stage. Since we one month away from F9 planned release I am sure it will not come with F9. The scheduled

Re: Trunk does not compile: QDrag::exec is 4.3 only.

2008-03-15 Thread Stefan Schimanski
Am 15.03.2008 um 04:39 schrieb Bo Peng: What to do about QDrag::exec is another question. Presumably Andre will have a good idea. Why cannot people use qt 4.2 for development? We have had a lot of compatibility problems with qt 4.3. Because then I would have used QDrag::start, just to get

Re: Trunk does not compile: QDrag::exec is 4.3 only.

2008-03-14 Thread Bo Peng
> What to do about QDrag::exec is another question. Presumably Andre will > have a good idea. Why cannot people use qt 4.2 for development? We have had a lot of compatibility problems with qt 4.3. Bo

Re: Trunk does not compile: QDrag::exec is 4.3 only.

2008-03-14 Thread rgheck
rgheck wrote: Bo Peng wrote: src/frontends/qt4/GuiWorkArea.cpp:1478: error: 'class QDrag' has no member named 'exec' Should we bump QT requirement to 4.3??? Oh, no, not another one of THESE discussions! I think the last time we discussed this issue, we came to some kind of agreement that w

Re: Trunk does not compile: QDrag::exec is 4.3 only.

2008-03-14 Thread rgheck
Bo Peng wrote: src/frontends/qt4/GuiWorkArea.cpp:1478: error: 'class QDrag' has no member named 'exec' Should we bump QT requirement to 4.3??? Oh, no, not another one of THESE discussions! I think the last time we discussed this issue, we came to some kind of agreement that we'd stay "a ve

Trunk does not compile: QDrag::exec is 4.3 only.

2008-03-14 Thread Bo Peng
src/frontends/qt4/GuiWorkArea.cpp:1478: error: 'class QDrag' has no member named 'exec' Should we bump QT requirement to 4.3??? Bo

Re: Trunk does not compile.

2008-03-14 Thread Stefan Schimanski
Am 14.03.2008 um 23:48 schrieb Bo Peng: src/frontends/qt4/GuiToolbar.cpp: In member function 'void lyx::frontend::GuiLayoutBox::setIconSize(QSize)': src/frontends/qt4/GuiToolbar.cpp:663: error: 'WA_MacSmallSize' is not a member of 'Qt' src/frontends/qt4/GuiToolbar.cpp:664: error: 'WA_MacNormalS

Trunk does not compile.

2008-03-14 Thread Bo Peng
src/frontends/qt4/GuiToolbar.cpp: In member function 'void lyx::frontend::GuiLayoutBox::setIconSize(QSize)': src/frontends/qt4/GuiToolbar.cpp:663: error: 'WA_MacSmallSize' is not a member of 'Qt' src/frontends/qt4/GuiToolbar.cpp:664: error: 'WA_MacNormalSize' is not a member of 'Qt' Missing #ifdef

Re: Trunk does not compile.

2007-10-15 Thread Andre Poenitz
On Sat, Oct 13, 2007 at 11:51:47PM +0200, Uwe Stöhr wrote: > Unfortunately I could also not use Qt 4.2's designer - it doesn't start > because my system config is for Qt 4.3, and when I change the config back > to Qt 4.2, I couldn't compile using Qt 4.3. Not sure what "system config" means in th

Re: Trunk does not compile.

2007-10-13 Thread Bo Peng
> For now the workaround is: open the layout with Qt 4.2's designer and save it. I updated the ui file using qt422. Bo

Trunk does not compile.

2007-10-13 Thread Uwe Stöhr
This is because I used Qt 4.3's designer. I don't know why this doesn't compile with Qt 4.2. I googled and couldn't found a hint on trolltech.com where this behaviour is described. Unfortunately I could also not use Qt 4.2's designer - it doesn't start because my system config is for Qt 4.3, and

Trunk does not compile.

2007-10-13 Thread Bo Peng
try1/src/frontends/qt4/ui/ui_HyperlinkUi.h: In member function 'void Ui_HyperlinkUi::setupUi(QDialog*)': try1/src/frontends/qt4/ui/ui_HyperlinkUi.h:45: error: 'class QGridLayout' has no member named 'setLeftMargin' try1/src/frontends/qt4/ui/ui_HyperlinkUi.h:46: error: 'class QGridLayout' has no mem

Re: Trunk does not compile.

2007-09-06 Thread Martin Vermeer
On Thu, 06 Sep 2007 10:01:31 -0500 Bo Peng <[EMAIL PROTECTED]> wrote: > g++ -o try1/src/MenuBackend.o -c > -I/home/bpeng/lyx-devel/lyx-1.6-rw/boost -g -O -Itry1/src -Isrc -Isrc > -Itry1/intl -Iintl src/MenuBackend.cpp > src/MenuBackend.cpp: In member function `lyx::Menu& > lyx::Menu::read(lyx::Lex

Trunk does not compile.

2007-09-06 Thread Bo Peng
g++ -o try1/src/MenuBackend.o -c -I/home/bpeng/lyx-devel/lyx-1.6-rw/boost -g -O -Itry1/src -Isrc -Isrc -Itry1/intl -Iintl src/MenuBackend.cpp src/MenuBackend.cpp: In member function `lyx::Menu& lyx::Menu::read(lyx::Lexer&)': src/MenuBackend.cpp:306: error: `Elements' is not a member of `lyx::MenuIt

Re: Trunk does not compile.

2007-08-23 Thread Abdelrazak Younes
Bo Peng wrote: So you think this is acceptable? For day to day development, yes. But please try not to break the trunk. I am trying hard in general. Just not in this case. Abdel.

Re: Trunk does not compile.

2007-08-23 Thread Bo Peng
> > So you think this is acceptable? > > For day to day development, yes. But please try not to break the trunk. > On the contrary, for development I want performance first. ... Bo

Re: Trunk does not compile.

2007-08-23 Thread Abdelrazak Younes
Bo Peng wrote: ??? That's the basic idea behind pch. The same thing would happen with scons I think. So you think this is acceptable? For day to day development, yes. I did not add pch to scons because of this exact reason. I want a reliable build more than performance. On the contrary, f

Re: Trunk does not compile.

2007-08-23 Thread Bo Peng
> ??? That's the basic idea behind pch. The same thing would happen with > scons I think. So you think this is acceptable? I did not add pch to scons because of this exact reason. I want a reliable build more than performance. Bo

Re: Trunk does not compile.

2007-08-23 Thread Abdelrazak Younes
Bo Peng wrote: Please try to fix cmake. This is not about fixing cmake but about me not being careful enough. pch support can be disabled in CMake. In general I am careful with new header but I forgot this time. This is about cmake's allowing you to compile a lyx.exe without this header. ???

Re: Trunk does not compile.

2007-08-23 Thread Bo Peng
> > Please try to fix cmake. > > This is not about fixing cmake but about me not being careful enough. > pch support can be disabled in CMake. In general I am careful with new > header but I forgot this time. This is about cmake's allowing you to compile a lyx.exe without this header. Bo

Re: Trunk does not compile.

2007-08-23 Thread Abdelrazak Younes
Bo Peng wrote: Thanks, sorry for the inconvenience. So this is another pch problem??? Yes. Please try to fix cmake. This is not about fixing cmake but about me not being careful enough. pch support can be disabled in CMake. In general I am careful with new header but I forgot this time.

Re: Trunk does not compile.

2007-08-23 Thread Bo Peng
> > Thanks, sorry for the inconvenience. So this is another pch problem??? Please try to fix cmake. Bo

Re: Trunk does not compile.

2007-08-23 Thread Abdelrazak Younes
Alfredo Braunstein wrote: Bo Peng wrote: src/frontends/qt4/GuiView.cpp:126: error: invalid use of undefined type `struct QTabBar' /home/bpeng/lyx-devel/qt422/include/QtGui/qtabwidget.h:36: error: forward declaration of `struct QTabBar' fixed. Thanks, sorry for the inconvenience. Abdel.

Re: Trunk does not compile.

2007-08-23 Thread Alfredo Braunstein
Bo Peng wrote: > src/frontends/qt4/GuiView.cpp:126: error: invalid use of undefined > type `struct QTabBar' > /home/bpeng/lyx-devel/qt422/include/QtGui/qtabwidget.h:36: error: > forward declaration of `struct QTabBar' fixed. A/

Trunk does not compile.

2007-08-23 Thread Bo Peng
src/frontends/qt4/GuiView.cpp:126: error: invalid use of undefined type `struct QTabBar' /home/bpeng/lyx-devel/qt422/include/QtGui/qtabwidget.h:36: error: forward declaration of `struct QTabBar' If this is another 4.3 only stuff, please make qt 4.3 the minimal required version for lyx 1.6.0, OR i

Re: trunk does not compile

2007-08-20 Thread Richard Heck
My copy of qt is 4.3.0. It must have added these. I'll remove them manually. That should fix the problem. rh Georg Baum wrote: with qt 4.2.1: g++ -DHAVE_CONFIG_H -I. -I../../../../src/frontends/qt4 -I../../../src -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL -DQT_NO_KEYWORDS -I../../.

trunk does not compile

2007-08-20 Thread Georg Baum
with qt 4.2.1: g++ -DHAVE_CONFIG_H -I. -I../../../../src/frontends/qt4 -I../../../src -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL -DQT_NO_KEYWORDS -I../../../../src -I../../../../src/frontends -I../../../../images -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4

Re: current trunk does not compile here

2007-03-19 Thread Georg Baum
Edwin Leuven wrote: > Bernhard Roider wrote: >> Hello, >> >> Changeset 17470 (http://www.lyx.org/trac/changeset/17470) removed the >> default constructor from class OutputParams but it is needed by the >> local variable runparams in the method InsetMathMBox::write(..) > > i did the attached to m

Re: current trunk does not compile here

2007-03-18 Thread Edwin Leuven
Bernhard Roider wrote: Hello, Changeset 17470 (http://www.lyx.org/trac/changeset/17470) removed the default constructor from class OutputParams but it is needed by the local variable runparams in the method InsetMathMBox::write(..) i did the attached to make it compile. haven't seen any regr

current trunk does not compile here

2007-03-18 Thread Bernhard Roider
Hello, Changeset 17470 (http://www.lyx.org/trac/changeset/17470) removed the default constructor from class OutputParams but it is needed by the local variable runparams in the method InsetMathMBox::write(..) Bernhard