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

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 >

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

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

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

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

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

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/

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