Re: Compilation problem with d6200568056

2025-03-02 Thread Scott Kostyshak
On Sat, Mar 01, 2025 at 11:48:52AM +0100, Scott Kostyshak wrote: > On Thu, Feb 27, 2025 at 10:06:42PM +0100, Scott Kostyshak wrote: > > On Thu, Feb 27, 2025 at 09:59:06PM +0900, Koji Yokota wrote: > > > > 2025/02/27 17:57、Kornel Benko のメール: > > > > > > > > after this commit, I get error compiling

Re: Compilation problem with d6200568056

2025-03-01 Thread Scott Kostyshak
On Thu, Feb 27, 2025 at 10:06:42PM +0100, Scott Kostyshak wrote: > On Thu, Feb 27, 2025 at 09:59:06PM +0900, Koji Yokota wrote: > > > 2025/02/27 17:57、Kornel Benko のメール: > > > > > > after this commit, I get error compiling with clang-15 ang QT 6.2.4. > > > > > > Kornel > > > > > > Thank you,

Re: Compilation problem with d6200568056

2025-02-28 Thread Koji Yokota
> 2025/02/28 6:18、Jean-Marc Lasgouttes のメール: > > I have not been able to look at the code yet, but why do you have to create > an explicit key sequence to create a shortcut to a widget? Isn't there a > simpler Qt mechanism for that? Actually, “placeholderText” of QCombobox which appears on the

Re: Compilation problem with d6200568056

2025-02-27 Thread Jean-Marc Lasgouttes
Le 27/02/2025 à 13:59, Koji Yokota a écrit : 2025/02/27 17:57、Kornel Benko のメール: after this commit, I get error compiling with clang-15 ang QT 6.2.4. Kornel Thank you, Kornel. The operator “+” to combine keys is replaced by “|” as of Qt 6.0. It is now fixed at 16d1133. I have no

Re: Compilation problem with d6200568056

2025-02-27 Thread Scott Kostyshak
On Thu, Feb 27, 2025 at 09:59:06PM +0900, Koji Yokota wrote: > > 2025/02/27 17:57、Kornel Benko のメール: > > > > after this commit, I get error compiling with clang-15 ang QT 6.2.4. > > > > Kornel > > > Thank you, Kornel. > > The operator “+” to combine keys is replaced by “|” as of Qt 6.0. >

Re: Compilation problem with d6200568056

2025-02-27 Thread Kornel Benko
Am Thu, 27 Feb 2025 21:59:06 +0900 schrieb Koji Yokota : > > 2025/02/27 17:57、Kornel Benko のメール: > > > > after this commit, I get error compiling with clang-15 ang QT 6.2.4. > > > > Kornel > > > Thank you, Kornel. > > The operator “+” to combine keys is replaced by “|” as of Qt 6.0. >

Re: Compilation problem with d6200568056

2025-02-27 Thread Koji Yokota
> 2025/02/27 17:57、Kornel Benko のメール: > > after this commit, I get error compiling with clang-15 ang QT 6.2.4. > > Kornel Thank you, Kornel. The operator “+” to combine keys is replaced by “|” as of Qt 6.0. It is now fixed at 16d1133. Koji -- lyx-devel mailing list lyx-devel@lists.ly

Compilation problem with d6200568056

2025-02-27 Thread Kornel Benko
Hi Koji, after this commit, I get error compiling with clang-15 ang QT 6.2.4. Kornel ,x Description: Binary data pgpItytz6EWdB.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Fix compilation problem

2023-01-05 Thread Jean-Marc Lasgouttes
Le 05/01/2023 à 05:10, Richard Kimberly Heck a écrit : The point of string_view is to avoid a copy here. Even with the use of const &, a copy has to be made of the original constant string, a const char *. Would it be OK to use instead: +        Attributes(bool o, const char * entity) ?? I th

Re: [LyX/master] Fix compilation problem

2023-01-04 Thread Richard Kimberly Heck
On 1/4/23 22:09, Richard Kimberly Heck wrote: commit 04025d0259cb556daf54bb74a01b9f9a615dcb77 Author: Richard Kimberly Heck Date: Wed Jan 4 23:04:02 2023 -0500 Fix compilation problem --- src/mathed/InsetMathDecoration.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions

Re: slider compilation problem

2021-03-12 Thread Jürgen Spitzmüller
Am Freitag, dem 12.03.2021 um 10:36 +0100 schrieb Pavel Sanda: > the third line in this following block does not compile with qt4. > > act_zoom_in_ = new QAction(qt_("Zoom &in"), this); > act_zoom_out_ = new QAction(qt_("Zoom &out"), this); > act_zoom_show_ = new QAction(qt_("Show zoom slider"));

slider compilation problem

2021-03-12 Thread Pavel Sanda
Hi Juergen, the third line in this following block does not compile with qt4. act_zoom_in_ = new QAction(qt_("Zoom &in"), this); act_zoom_out_ = new QAction(qt_("Zoom &out"), this); act_zoom_show_ = new QAction(qt_("Show zoom slider")); Is adding "this" problem? Pavel -

Re: Qt5 compilation problem

2016-07-17 Thread Pavel Sanda
Enrico Forestieri wrote: > You are looking too far in the log file attached there. The reason > it fails is that configure is not finding the Qt5Concurrent library: For the record, indeed, the reporter's problem went away after qtconcurrent lib was installed. P

Re: Qt5 compilation problem

2016-07-17 Thread Enrico Forestieri
On Sun, Jul 17, 2016 at 01:14:18AM -0700, Pavel Sanda wrote: > Hi, > > I received report of compilation problem for 2.2.0 with Qt5. > I don't have Qt5 here to test myself, but it fails in configure > phase and relevant part of config log says: > > configure:10337:

Qt5 compilation problem

2016-07-17 Thread Pavel Sanda
Hi, I received report of compilation problem for 2.2.0 with Qt5. I don't have Qt5 here to test myself, but it fails in configure phase and relevant part of config log says: configure:10337: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftes

Re: Compilation Problem on Fedora

2015-09-30 Thread PhilipPirrip
On 09/28/2015 01:37 PM, Richard Heck wrote: > Yes, just compiled with fresh build directory, and it was fine. Thanks. I can confirm this, but! when I compile for qt5 the binary only gets core dumped. These are the settings in run_cmake.sh cmake ../lyx \ -G"Unix Makefiles" \ -DLYX_CPACK=OFF \

Re: Compilation Problem on Fedora

2015-09-28 Thread Richard Heck
On 09/28/2015 11:13 AM, Jean-Marc Lasgouttes wrote: Le 20/09/2015 17:51, Richard Heck a écrit : The error message is below. I can't make much of it. I think the key part must be: ../../../src/support/debug.cpp:205:39: required from here /usr/include/c++/4.9.2/bits/stl_algobase.h:336:18: erro

Re: Compilation Problem on Fedora

2015-09-28 Thread Jean-Marc Lasgouttes
Le 20/09/2015 17:51, Richard Heck a écrit : The error message is below. I can't make much of it. I think the key part must be: ../../../src/support/debug.cpp:205:39: required from here /usr/include/c++/4.9.2/bits/stl_algobase.h:336:18: error: use of deleted function ‘std::__detail::_StateSeq

Re: Compilation Problem on Fedora

2015-09-20 Thread Richard Heck
I tried building also with --disable-cxx11, and in that case I do not get the error above. But I do get the sort of error people are seeing on OSX: In file included from ../../../../src/frontends/qt4/Menus.cpp:56:0: ../../../../src/TocBackend.h: In instantiation of ‘void __gnu_cxx::_SGIAssigna

Compilation Problem on Fedora

2015-09-20 Thread Richard Heck
The error message is below. I can't make much of it. I think the key part must be: ../../../src/support/debug.cpp:205:39: required from here /usr/include/c++/4.9.2/bits/stl_algobase.h:336:18: error: use of deleted function ‘std::__detail::_StateSeq >& std::__detail::_StateSeq >::operator=(

Re: LyX 1.6.10 compilation problem in Fedora 15 - and one solution?

2011-09-05 Thread José Matos
On 09/05/2011 08:26 PM, andre duarte bueno wrote: > Hy > whem I try do compile LyX 1.6.10 > in my fedora 15; X86_64, g++ (GCC) 4.6.0 20110603 (Red Hat 4.6.0-10) Is there any specific reason for not to use lyx 2.0 from the distribution? Regards, -- José Matos

Re: LyX 1.6.10 compilation problem in Fedora 15 - and one solution?

2011-09-05 Thread andre duarte bueno
thanks *Prof. André Duarte Bueno, Dr* Engenharia de Software, Análise e Processamento de Imagens *UENF* - Universidade Estadual do Norte Fluminense - Darcy Ribeiro *CCT *- Centro de Ciencias e Tecnologias *LENEP* - Laboratório de Engenharia e Exploração de Petróleo Rodovia Amaral Peixoto, km 163,

Re: LyX 1.6.10 compilation problem in Fedora 15 - and one solution?

2011-09-05 Thread Pavel Sanda
andre duarte bueno wrote: > Hy > whem I try do compile LyX 1.6.10 > in my fedora 15; X86_64, g++ (GCC) 4.6.0 20110603 (Red Hat 4.6.0-10) either use lyx 2.0 or get lyx 1.6 from svn where it should be fixed. newer lyx 1.6.11 won't be released. pavel

LyX 1.6.10 compilation problem in Fedora 15 - and one solution?

2011-09-05 Thread andre duarte bueno
Hy whem I try do compile LyX 1.6.10 in my fedora 15; X86_64, g++ (GCC) 4.6.0 20110603 (Red Hat 4.6.0-10) a have the problem below Mensagem de Erro: make[4]: Entrando no diretório `/home/bueno/Download/PacotesExtras/03-Editoracao-lyx-abntex/lyx-1.6.10/src' CXXInsetInclude.lo insets/InsetIncl

Re: MSVC compilation problem

2010-05-24 Thread Vincent van Ravesteijn
Using Qt version 4.4.2 in D:\LyX\LyXDependencies\lyx-windows-deps-msvc2008\qt4\lib So qmake is convinced it is on drive D, where it actually isn't. Does that mean the lyx-windows-deps-msvc2008 qt-4 can not be used and I need to install the SDK and compile it myself? I had trouble finding the

Re: MSVC compilation problem

2010-05-24 Thread Niels Gierse
Hi Guys, Original-Nachricht > Datum: Sun, 23 May 2010 11:04:30 +0200 > Von: "Peter Kuemmel" > An: lyx-devel@lists.lyx.org > Betreff: Re: MSVC compilation problem > If you wanna develop under Windows you should use the CMake build system > because

Re: MSVC compilation problem

2010-05-23 Thread Peter Kuemmel
Original-Nachricht > Datum: Fri, 21 May 2010 22:21:20 +0200 > Von: "Niels Gierse" > An: lyx-devel@lists.lyx.org > Betreff: MSVC compilation problem > Hi Lyx-Developers, > > I had a great experience using Lyx for my Diploma Thesis (~Master) in

Re: MSVC compilation problem

2010-05-23 Thread Peter Kuemmel
Original-Nachricht > Datum: Fri, 21 May 2010 17:11:16 -0400 > Von: Joost Verburg > An: lyx-devel@lists.lyx.org > Betreff: Re: MSVC compilation problem > On 5/21/2010 4:21 PM, Niels Gierse wrote: > > I had a great experience using Lyx for my Diplom

Re: MSVC compilation problem

2010-05-21 Thread Joost Verburg
On 5/21/2010 4:21 PM, Niels Gierse wrote: I had a great experience using Lyx for my Diploma Thesis (~Master) in Physics. As this convinced me of Lyx I want to give a little bit back. Thus I added a couple of bugs/requests in the bug tracker. To take a look at the source I followed the instruct

compilation problem with SCons 1.0

2008-09-04 Thread Uwe Stöhr
I updated my SCons to version 1.0 and cannot compile LyX: scons: Reading SConscript files ... ValueError: invalid literal for int() with base 10: '': File "D:\LyXSVN\lyx-devel\development\scons\SConstruct", line 47: version = map(int, __version__.split('.')) When I comment out the problema

Re: Compilation problem with CMake and LYX_DIR_VER

2008-07-28 Thread Abdelrazak Younes
Please ignore this. I forgot to run cmake... Abdelrazak Younes wrote: Hi, Is this variable new? 4>..\..\..\trunk\src\support\Package.cpp(465) : error C2065: 'LYX_DIR_VER' : identificateur non déclaré 4>..\..\..\trunk\src\support\Package.cpp(468) : error C2065: 'LYX_DIR_VER' : identificateur

Compilation problem with CMake and LYX_DIR_VER

2008-07-28 Thread Abdelrazak Younes
Hi, Is this variable new? 4>..\..\..\trunk\src\support\Package.cpp(465) : error C2065: 'LYX_DIR_VER' : identificateur non déclaré 4>..\..\..\trunk\src\support\Package.cpp(468) : error C2065: 'LYX_DIR_VER' : identificateur non déclaré 4>..\..\..\trunk\src\support\Package.cpp(559) : error C2146:

Re: compilation problem with trunk

2008-07-23 Thread Uwe Stöhr
Abdelrazak Younes schrieb: The problem persists and I can't find out the reason. Abdel, do you see this too on Windows? No but I can see why. I'll fix it. Thanks for your fix, the problem is one. regards Uwe

Re: compilation problem with trunk

2008-07-23 Thread Abdelrazak Younes
Uwe Stöhr wrote: Uwe Stöhr schrieb: I nowadays get this compiler message: D:\LyXSVN\lyx-devel\src\graphics\PreviewLoader.cpp(264) : warning C4355: 'this' : used in base member initializer list lib /nologo /OUT:release\libs\graphics.lib release\src\graphics\GraphicsCache.obj release\src\grap

Re: compilation problem with trunk

2008-07-22 Thread Uwe Stöhr
Uwe Stöhr schrieb: I nowadays get this compiler message: D:\LyXSVN\lyx-devel\src\graphics\PreviewLoader.cpp(264) : warning C4355: 'this' : used in base member initializer list lib /nologo /OUT:release\libs\graphics.lib release\src\graphics\GraphicsCache.obj release\src\graphics\GraphicsCacheI

compilation problem with trunk

2008-07-20 Thread Uwe Stöhr
I nowadays get this compiler message: D:\LyXSVN\lyx-devel\src\graphics\PreviewLoader.cpp(264) : warning C4355: 'this' : used in base member initializer list lib /nologo /OUT:release\libs\graphics.lib release\src\graphics\GraphicsCache.ob j release\src\graphics\GraphicsCacheItem.obj release\src\gr

Re: Branch Compilation Problem

2008-03-11 Thread Andre Poenitz
On Tue, Mar 11, 2008 at 09:09:59AM -0400, rgheck wrote: > This turns out to be a system problem, I think. Something to do with > 4GB I still bet on a broken linker ;-) Andre'

Re: Branch Compilation Problem

2008-03-11 Thread Andre Poenitz
On Mon, Mar 10, 2008 at 10:26:31PM -0400, Richard Heck wrote: > make[4]: Entering directory `/cvs/lyx-devel/branch15/src/client' > /bin/sh ../../libtool --tag=CXX --mode=link g++ -O -o lyxclient > boost.o client.o debug.o gettext.o Messages.o > ../../src/support/libsupport.la > ../../boost/

Re: Branch Compilation Problem

2008-03-11 Thread José Matos
On Tuesday 11 March 2008 15:21:20 rgheck wrote: > There are known problems, or at least there were known problems, along > these lines. See e.g. > http://marc.info/?l=linux-kernel&m=120163148119326&w=2. Now, in my case, > I'm using ata_piix, but there's something weird happening here. That is a

Re: Branch Compilation Problem

2008-03-11 Thread rgheck
José Matos wrote: On Tuesday 11 March 2008 13:11:40 rgheck wrote: Do you know anything about problems relating to 4GB memory? Fedora install is crashing on this same machine---AMD Athlon XP 4800+, Asus M3A---when I have 4GB installed. Taking out 2GB allows the install to complete. I did that,

Re: Branch Compilation Problem

2008-03-11 Thread José Matos
On Tuesday 11 March 2008 13:11:40 rgheck wrote: > Do you know anything about problems relating to 4GB memory? Fedora > install is crashing on this same machine---AMD Athlon XP 4800+, Asus > M3A---when I have 4GB installed. Taking out 2GB allows the install to > complete. I did that, then put the 4G

Re: Branch Compilation Problem

2008-03-11 Thread rgheck
José Matos wrote: On Tuesday 11 March 2008 02:26:31 Richard Heck wrote: This is gcc 4.1.2 on FC8; qt 4.3.3. This is a new machine, so I'm thinking something might be wrong with my installation. rh I have compiled the latest lyx-1.5svn last Sunday on a machine with the same specificat

Re: Branch Compilation Problem

2008-03-11 Thread rgheck
Pavel Sanda wrote: make[4]: Entering directory `/cvs/lyx-devel/branch15/src/client' /bin/sh ../../libtool --tag=CXX --mode=link g++ -O -o lyxclient boost.o client.o debug.o gettext.o Messages.o ../../src/support/libsupport.la ../../boost/libs/regex/src/libboost_regex.la ../../boost/libs/

Re: Branch Compilation Problem

2008-03-11 Thread José Matos
On Tuesday 11 March 2008 02:26:31 Richard Heck wrote: > This is gcc 4.1.2 on FC8; qt 4.3.3. This is a new machine, so I'm > thinking something might be wrong with my installation. > > rh I have compiled the latest lyx-1.5svn last Sunday on a machine with the same specifications, a dual core x86_6

Re: Branch Compilation Problem

2008-03-10 Thread Pavel Sanda
> make[4]: Entering directory `/cvs/lyx-devel/branch15/src/client' > /bin/sh ../../libtool --tag=CXX --mode=link g++ -O -o lyxclient > boost.o client.o debug.o gettext.o Messages.o > ../../src/support/libsupport.la > ../../boost/libs/regex/src/libboost_regex.la > ../../boost/libs/filesyste

Branch Compilation Problem

2008-03-10 Thread Richard Heck
make[4]: Entering directory `/cvs/lyx-devel/branch15/src/client' /bin/sh ../../libtool --tag=CXX --mode=link g++ -O -o lyxclient boost.o client.o debug.o gettext.o Messages.o ../../src/support/libsupport.la ../../boost/libs/regex/src/libboost_regex.la ../../boost/libs/filesystem/src/libbo

Re: Compilation problem with ui files.

2007-10-10 Thread Abdelrazak Younes
Uwe Stöhr wrote: > Guys I guess someone is using Qt4.3 designer as the recently modified ui files do not compile with > 4.2 anymore: Oh shit! Yes it was me who "fixed" some layouts. I asumed that it doesn't matter what designer version is used as the resulting file is XML. But it seems that

Re: Compilation problem with ui files.

2007-10-10 Thread Uwe Stöhr
> Guys I guess someone is using Qt4.3 designer as the recently modified ui files do not compile with > 4.2 anymore: Oh shit! Yes it was me who "fixed" some layouts. I asumed that it doesn't matter what designer version is used as the resulting file is XML. But it seems that Qt's designer is not

Compilation problem with ui files.

2007-10-10 Thread Abdelrazak Younes
Guys I guess someone is using Qt4.3 designer as the recently modified ui files do not compile with 4.2 anymore: D:\devel\lyx\trunk\development\cmake\src\frontends\qt4\ui_ParagraphUi.h(62) : error C2039: 'setLeftMargin' : is not a member of 'QGridLayout' d:\program\qt\4.2\include\qtgui\../../s

Re: Compilation Problem in po/

2007-09-30 Thread Helge Hafting
Enrico Forestieri wrote: On Wed, Sep 26, 2007 at 06:12:51PM +0200, Pavel Sanda wrote: On a clean checkout of trunk, I get: This is long known issue. Enrico posted patch before few days, but nobody comited it. Should be fixed now. Confiremd, a fresh checkout compiled for me.

Re: Compilation Problem in po/

2007-09-26 Thread Enrico Forestieri
On Wed, Sep 26, 2007 at 06:12:51PM +0200, Pavel Sanda wrote: > > On a clean checkout of trunk, I get: > > This is long known issue. > Enrico posted patch before few days, but nobody comited it. Should be fixed now. -- Enrico

Re: Compilation Problem in po/

2007-09-26 Thread Pavel Sanda
> On a clean checkout of trunk, I get: This is long known issue. Enrico posted patch before few days, but nobody comited it. Pavel

Compilation Problem in po/

2007-09-26 Thread Richard Heck
On a clean checkout of trunk, I get: [EMAIL PROTECTED] trunk]$ make Making all in config make[1]: Entering directory `/home/rgheck/cvs/trunk/config' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/rgheck/cvs/trunk/config' Making all in development make[1]: Entering directo

Re: Compilation problem due to embedded

2007-09-03 Thread Andre Poenitz
On Mon, Sep 03, 2007 at 02:43:03PM +0200, Alfredo Braunstein wrote: > José Matos wrote: > > > Hi, > > I get this when compiling the latest trunk: > > make[6]: Entering directory > > `/home/jamatos/tmp/lyx-build/src/frontends/controllers' > > /bin/sh ../../../libtool --tag=CXX --mode=compile > >

RE: RE: Re: Compilation problem due to embedded

2007-09-03 Thread Leuven, E.
> Go ahead... i got rid of it instead http://www.lyx.org/trac/changeset/20020

RE: Re: Compilation problem due to embedded

2007-09-03 Thread Alfredo Braunstein
Leuven, E. wrote: >> Should I revert r20017 until Bo comes back? > > or comment out that line... Go ahead... A/

RE: Re: Compilation problem due to embedded

2007-09-03 Thread Leuven, E.
> Should I revert r20017 until Bo comes back? or comment out that line... Index: src/frontends/controllers/ControlEmbeddedFiles.cpp === --- src/frontends/controllers/ControlEmbeddedFiles.cpp (revision 20019) +++ src/frontends/control

Re: Compilation problem due to embedded

2007-09-03 Thread Alfredo Braunstein
José Matos wrote: > Hi, > I get this when compiling the latest trunk: > make[6]: Entering directory > `/home/jamatos/tmp/lyx-build/src/frontends/controllers' > /bin/sh ../../../libtool --tag=CXX --mode=compile > g++ -DHAVE_CONFIG_H -I. -I../../../src > -I/home/jamatos/lyx/lyx-devel/src/frontends

Compilation problem due to embedded

2007-09-03 Thread José Matos
Hi, I get this when compiling the latest trunk: make[6]: Entering directory `/home/jamatos/tmp/lyx-build/src/frontends/controllers' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src -I/home/jamatos/lyx/lyx-devel/src/frontends/controllers -I/home

Re: compilation problem in trunk: duplicate floatname method

2006-10-07 Thread Georg Baum
Am Freitag, 6. Oktober 2006 22:57 schrieb Guillaume Pothier: > Hi, > The floatname method is declared in two files: insetfloat.C and > insetwrap.C, causing a link error: IIRC you have to configure with --disable-pch to solve this. Search the list archives, this was already asked some time ago. T

compilation problem in trunk: duplicate floatname method

2006-10-06 Thread Guillaume Pothier
Hi, The floatname method is declared in two files: insetfloat.C and insetwrap.C, causing a link error: insets/.libs/libinsets.a(insetwrap.o): In function `__gnu_debug::_Safe_iterator, std::allocator > const, Floating> >, __gnu_debug_def::map, std::allocator >, Floating, std::less, std::allocator

Re: Compilation problem (was Re: r15029 - in /lyx-devel/trunk/src: buffer.C frontends/Work...

2006-09-20 Thread Abdelrazak Younes
Andre Poenitz wrote: On Tue, Sep 19, 2006 at 10:40:46AM +0200, Abdelrazak Younes wrote: Am I really the only one seeing the problem? InsetMathXYArrow.C ..\..\..\..\src\mathed\InsetMathXYArrow.C(31) : error C2259: 'InsetMathXYArrow' : cannot instantiate abstract class due to following

Re: Compilation problem (was Re: r15029 - in /lyx-devel/trunk/src: buffer.C frontends/Work...

2006-09-19 Thread Andre Poenitz
On Tue, Sep 19, 2006 at 10:40:46AM +0200, Abdelrazak Younes wrote: > Am I really the only one seeing the problem? > > InsetMathXYArrow.C > ..\..\..\..\src\mathed\InsetMathXYArrow.C(31) : error C2259: > 'InsetMathXYArrow' : cannot instantiate abstract class > due to following members: >

Re: Compilation problem (was Re: r15029 - in /lyx-devel/trunk/src: buffer.C frontends/Work...

2006-09-19 Thread Andre Poenitz
On Tue, Sep 19, 2006 at 11:13:55AM +0200, Jean-Marc Lasgouttes wrote: > Abdelrazak> Am I really the only one seeing the problem? > > Could it be a problem of having two file names that differ only by > casing? Such problems usually occur with things checked in on Win* and checked out on *nix. It'

Re: Compilation problem (was Re: r15029 - in /lyx-devel/trunk/src: buffer.C frontends/Work...

2006-09-19 Thread Edwin Leuven
Abdelrazak Younes wrote: Edwin Leuven wrote: Abdelrazak Younes wrote: Am I really the only one seeing the problem? i think you might need the attached... Ah...!! I thought CMake used exclusively the glob approach Thanks, please commit. it's in...

Re: Compilation problem (was Re: r15029 - in /lyx-devel/trunk/src: buffer.C frontends/Work...

2006-09-19 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: Am I really the only one seeing the problem? i think you might need the attached... Ah...!! I thought CMake used exclusively the glob approach Thanks, please commit. Abdel.

Re: Compilation problem (was Re: r15029 - in /lyx-devel/trunk/src: buffer.C frontends/Work...

2006-09-19 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Andre Poenitz wrote: >> On Sun, Sep 17, 2006 at 09:16:42PM +0200, Abdelrazak Younes wrote: I still have compilation problems: >>> Is anybody else seeing this? I am not sure of what the fix could >>> be. Maybe you

Re: Compilation problem (was Re: r15029 - in /lyx-devel/trunk/src: buffer.C frontends/Work...

2006-09-19 Thread Edwin Leuven
Abdelrazak Younes wrote: Am I really the only one seeing the problem? i think you might need the attached... Index: src/mathed/CMakeLists.txt === --- src/mathed/CMakeLists.txt (revision 15058) +++ src/mathed/CMakeLists.txt (working

Re: Compilation problem (was Re: r15029 - in /lyx-devel/trunk/src: buffer.C frontends/Work...

2006-09-19 Thread Abdelrazak Younes
Andre Poenitz wrote: On Sun, Sep 17, 2006 at 09:16:42PM +0200, Abdelrazak Younes wrote: I still have compilation problems: Is anybody else seeing this? I am not sure of what the fix could be. Maybe you didn't commit everything Andre? I commited everything under src/ as far as I can tell. How

Re: Compilation problem (was Re: r15029 - in /lyx-devel/trunk/src: buffer.C frontends/Work...

2006-09-18 Thread Andre Poenitz
On Sun, Sep 17, 2006 at 09:16:42PM +0200, Abdelrazak Younes wrote: > >I still have compilation problems: > > Is anybody else seeing this? I am not sure of what the fix could be. > Maybe you didn't commit everything Andre? I commited everything under src/ as far as I can tell. However, the modem

Re: Compilation problem (was Re: r15029 - in /lyx-devel/trunk/src: buffer.C frontends/Work...

2006-09-17 Thread Abdelrazak Younes
Abdelrazak Younes wrote: [EMAIL PROTECTED] wrote: Author: poenitz Date: Sun Sep 17 12:00:15 2006 New Revision: 15029 URL: http://www.lyx.org/trac/changeset/15029 Log: cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin n= ow. I still have compilation problems: Is any

Compilation problem (was Re: r15029 - in /lyx-devel/trunk/src: buffer.C frontends/Work...

2006-09-17 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: poenitz Date: Sun Sep 17 12:00:15 2006 New Revision: 15029 URL: http://www.lyx.org/trac/changeset/15029 Log: cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin n= ow. I still have compilation problems: InsetMathXYArrow.C ..\..\..\..\src\

Re: compilation problem with Trolltech MacOSX/GPL QT libraries

2003-07-07 Thread John Levon
On Mon, Jul 07, 2003 at 05:49:55PM +0200, Lars Gullik Bj?nnes wrote: > | For example ? When the LyX code has some clients maybe, but until then > | we have only to deal with the platform's namespace > > Note that lyx is also its own client. This is true. But have we had any real namespace proble

Re: compilation problem with Trolltech MacOSX/GPL QT libraries

2003-07-07 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Jul 07, 2003 at 08:32:44AM +0200, Lars Gullik Bj?nnes wrote: | | > | On an ideal world, I don't see the point of the lyx:: namespace. | > | > except when used to protect against our own pollution of the global | > namespace. | | For example ? Whe

Re: compilation problem with Trolltech MacOSX/GPL QT libraries

2003-07-07 Thread John Levon
On Mon, Jul 07, 2003 at 08:32:44AM +0200, Lars Gullik Bj?nnes wrote: > | On an ideal world, I don't see the point of the lyx:: namespace. > > except when used to protect against our own pollution of the global > namespace. For example ? When the LyX code has some clients maybe, but until then we

Re: compilation problem with Trolltech MacOSX/GPL QT libraries

2003-06-25 Thread Angus Leeming
Andre Poenitz wrote: > Ok. Didn't think of this. > > So in fact even the implementation might be wrapped in 'namespace lyx { > ... }'... This is exactly what I did in src/graphics/*.C. Eg GraphicsLoader.C namespace grfx { struct Loader::Impl : boost::signals::trackable { ... }; Loader

Re: compilation problem with Trolltech MacOSX/GPL QT libraries

2003-06-25 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Wed, Jun 25, 2003 at 10:43:50AM +0200, Lars Gullik Bjønnes wrote: | > | Possibly. | > | > but it will not protect us from bad macros... | | Indeed. | | > | But before I agree on doing so I want 'using namespace lyx;' legalized | > | within LyX .C s

Re: compilation problem with Trolltech MacOSX/GPL QT libraries

2003-06-25 Thread Angus Leeming
Andre Poenitz wrote: > On Wed, Jun 25, 2003 at 09:05:28AM +, Angus Leeming wrote: >> Andre Poenitz wrote: >> > So just rename LyX 'ControlRef' to something else. >> >> More generally, should we not think of putting the whole of LyX inside >> namespace lyx at some stage? > > Possibly. > > Bu

Re: compilation problem with Trolltech MacOSX/GPL QT libraries

2003-06-25 Thread Andre Poenitz
On Wed, Jun 25, 2003 at 10:43:50AM +0200, Lars Gullik Bjønnes wrote: > | Possibly. > > but it will not protect us from bad macros... Indeed. > | But before I agree on doing so I want 'using namespace lyx;' legalized > | within LyX .C source. I certainly won't start writing a few dozen 'using > |

Re: compilation problem with Trolltech MacOSX/GPL QT libraries

2003-06-25 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Wed, Jun 25, 2003 at 09:05:28AM +, Angus Leeming wrote: | > Andre Poenitz wrote: | > > So just rename LyX 'ControlRef' to something else. | > | > More generally, should we not think of putting the whole of LyX inside | > namespace lyx at some st

Re: compilation problem with Trolltech MacOSX/GPL QT libraries

2003-06-25 Thread Andre Poenitz
On Wed, Jun 25, 2003 at 09:05:28AM +, Angus Leeming wrote: > Andre Poenitz wrote: > > So just rename LyX 'ControlRef' to something else. > > More generally, should we not think of putting the whole of LyX inside > namespace lyx at some stage? Possibly. But before I agree on doing so I want

Re: compilation problem with Trolltech MacOSX/GPL QT libraries

2003-06-25 Thread Angus Leeming
Andre Poenitz wrote: > So just rename LyX 'ControlRef' to something else. More generally, should we not think of putting the whole of LyX inside namespace lyx at some stage? -- Angus

Re: compilation problem with Trolltech MacOSX/GPL QT libraries

2003-06-25 Thread Andre Poenitz
On Tue, Jun 24, 2003 at 03:47:16PM -0400, Ronald Florence wrote: > I'd welcome further suggestions. Regards, So just rename LyX 'ControlRef' to something else. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jeffe

Re: compilation problem with Trolltech MacOSX/GPL QT libraries

2003-06-24 Thread Ronald Florence
The following message is a courtesy copy of an article that has been posted to gmane.editors.lyx.general as well. Alfredo Braunstein <[EMAIL PROTECTED]> writes: > Juergen Spitzmueller wrote: > > > ControlRef. Does it help if you change LyX's ControlRef and all instances > > to ControlLyXRef or s

Re: Compilation problem with Qt 2.3.0

2003-04-04 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Apr 03, 2003 at 04:30:02PM +0200, Jean-Marc Lasgouttes John> wrote: >> but it had no effect. John> Then I do not know what can be done. OK, let's assume it is by construction, then. It feels a bit like java apps (or mozilla pre

Re: Compilation problem with Qt 2.3.0

2003-04-03 Thread John Levon
On Thu, Apr 03, 2003 at 04:30:02PM +0200, Jean-Marc Lasgouttes wrote: > but it had no effect. Then I do not know what can be done. john

Re: Compilation problem with Qt 2.3.0

2003-04-03 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: >> Sorry, I took a look but did not find the code where this would be >> relevant. I'd be glad to have more hints. John> inside switchPanel(). You might need to do stack_-> setUpdatesEnabled(.. etc. too - not sure I tried void PanelStack:

Re: Compilation problem with Qt 2.3.0

2003-04-02 Thread John Levon
On Wed, Apr 02, 2003 at 02:24:43PM +0200, Jean-Marc Lasgouttes wrote: > John> It is literally impossible to remove it. > > Too bad... Can't you set height to 0? It might be possible to find it via Qt's reflection stuff, it might not ... I'll experiment llater > >> Also, there is a significant f

Re: Compilation problem with Qt 2.3.0

2003-04-02 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Fri, Mar 28, 2003 at 07:05:01PM +0100, Jean-Marc Lasgouttes John> wrote: >> It compiles now. The panels seem to work as intended, although >> there is an empty header bar at the top of the tree that does not >> look right. John> It i

Re: Compilation problem with Qt 2.3.0

2003-03-28 Thread John Levon
On Fri, Mar 28, 2003 at 07:05:01PM +0100, Jean-Marc Lasgouttes wrote: > It compiles now. The panels seem to work as intended, although there > is an empty header bar at the top of the tree that does not look > right. It is literally impossible to remove it. > Also, there is a significant flicker

Re: Compilation problem with Qt 2.3.0

2003-03-28 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Fri, Mar 28, 2003 at 06:17:00PM +0100, Jean-Marc Lasgouttes John> wrote: >> ../../../../lyx-devel/src/frontends/qt2/panelstack.C: In method >> `PanelStack::PanelStack (QWidget *, John> Try again. IT would be good if you could check t

Re: Compilation problem with Qt 2.3.0

2003-03-28 Thread John Levon
On Fri, Mar 28, 2003 at 06:17:00PM +0100, Jean-Marc Lasgouttes wrote: > ../../../../lyx-devel/src/frontends/qt2/panelstack.C: In method > `PanelStack::PanelStack (QWidget *, Try again. IT would be good if you could check that the prefs / doc dialog work as expected too regards john

Compilation problem with Qt 2.3.0

2003-03-28 Thread Jean-Marc Lasgouttes
John, I get the following errors: g++-2.96 -DHAVE_CONFIG_H -I. -I../../../../lyx-devel/src/frontends/qt2 -I../../../src -I../../../../lyx-devel/src/ -I../../../../lyx-devel/src/frontends/ -I../../../../lyx-devel/images -I../../../../lyx-devel/src/frontends/qt2/qt2 -I/usr/lib/qt-2.3.0//include

Re: Strange compilation problem with lyxstring

2002-11-04 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: >>> | Lars> | Lars> try to readd it, and see if that helps

Re: Strange compilation problem with lyxstring

2002-11-04 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: >> Lars> | Lars> try to readd it, and see if that helps. >> Lars> | I'll do that in the configure scripts. >> Lar

Re: Strange compilation problem with lyxstring

2002-11-04 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> try to readd it, and see if that helps. > | I'll do that in the configure scripts. > | Lars> | You also nuked things like > | Lars> I think that was a bit more automatic than

Re: Strange compilation problem with lyxstring

2002-11-04 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> try to readd it, and see if that helps. I'll do that in the configure scripts. Lars> | You also nuked things like Lars> I think that was a bit more automatic than you think... So, what is autoconf 2.5x supposed to provide to

Re: Strange compilation problem with lyxstring

2002-11-04 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> I thought that I disbled this check? No.. I only did the top | Lars> one... we had two checks for this? (and that was for config.h | Lars> ...) > | Lars> There might be anoth

Re: Strange compilation problem with lyxstring

2002-11-04 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I thought that I disbled this check? No.. I only did the top Lars> one... we had two checks for this? (and that was for config.h Lars> ...) Lars> There might be another problem as well: systems having the Lars> stdlib in std::

Re: Strange compilation problem with lyxstring

2002-11-04 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | 1/ in LString.h, there is a small hack (from June 2000, and probably | the consequence of too much beer for too few people in a same room) | that says basically in the INCLUDED_STRING case > | #ifdef __STRING__ | #error The header has been includ

  1   2   >