compile error

2006-09-06 Thread Michael Gerz
On Windows/MinGW, I get the following error message: C:\msys\home\mg\lyx-trunk\src\buffer.C:116: error: `Path' is already declared in this scope Michael

compile error

2007-02-01 Thread Georg Baum
../../src/text3.C: In member function ‘void lyx::LyXText::dispatch(lyx::LCursor&, lyx::FuncRequest&)’: ../../src/text3.C:714: error: no matching function for call to ‘lyx::LyXText::dispatch(lyx::LCursor&, lyx::FuncRequest)’ ../../src/text3.C:301: note: candidates are: void lyx::LyXText::dispatch(ly

Compile error

2004-01-27 Thread Georg Baum
I get this error when compiling latest CVS with gcc 2.95 + stlport: g++ -DHAVE_CONFIG_H -I. -I../../src -I. -I../../boost -I/usr/include/stlport-I/usr/X11R6/include -DCXX_GLOBAL_CSTD -ftemplate-depth-30 -nostdinc++ -g -W -Wall -c -o cursor.o `test -f '../../src/cursor.C' || echo '../../sr

compile error

2000-04-11 Thread Kayvan A. Sylvan
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../images -I/usr/X11R6/include -g -ansi -W -Wall -Wno-return-type -c lyxfunc.C lyxfunc.C: In method `class string LyXFunc::Dispatch(int, const char * = 0)': lyxfunc.C:1960: `istringstream' undeclared (first use this function) lyxfunc.C:1960: (Each undeclared id

compile error

2000-11-29 Thread Ron Peterson
I'm such a newbie I haven't even _compiled_ LyX yet... gcc version 2.96 2731 (Red Hat Linux 7.0) I'm not doing anything fancy. Just './configure --prefix=/foo/bar', then 'make'. Any suggestions? Don't worry about wounding my pride. ;^) make[3]: Entering directory `/usr/local/src/lyx-1.1.

compile error

2007-06-07 Thread Stefan Schimanski
drawMarkers moved to InsetMathNest?! See r18701. Please revert or fix that. /Users/sts/Quellen/mac/lyx-devel/src/mathed/InsetMathMBox.cpp: In member function 'virtual void lyx::InsetMathMBox::draw (lyx::PainterInfo&, int, int) const': /Users/sts/Quellen/mac/lyx-devel/src/mathed/InsetMathMBox

Compile error

2015-05-20 Thread Kornel Benko
All of sudden I get this error: [ 75%] Building CXX object src/CMakeFiles/lyx2.2.dir/CutAndPaste.cpp.o cd /usr/BUILD/BuildLyxGitQt5/src && /usr/bin/c++ -DBOOST_SIGNALS_NO_DEPRECATION_WARNING=1 -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -Wall -Wunused-parameter

Compile Error

2007-11-27 Thread Richard Heck
make[5]: Entering directory `/cvs/lyx-devel/trunk/src/frontends/qt4' make[5]: *** No rule to make target `../ButtonPolicy.cpp', needed by `ButtonPolicy.lo'. Stop. Seems it's looking for that file in the wrong directory: ../. -- =

Compile error

2008-09-20 Thread Kornel Benko
Hi, the newest r26461 does not compile on ubuntu. (Revision 26459 compiles fine) ... /usr/bin/c++ -Wall -Wall -O3 -DNDEBUG -I/mnt/usr6/src/lyx/BuildLyx -I/usr/src/lyx/lyx-devel/src -I/usr/src/lyx/lyx-devel/boost -I/usr/src/lyx/lyx-devel/src/insets -DQT_NO_STL -DQT_NO_KEYWORDS -DHAVE_GETTEXT

Compile error:

2002-11-25 Thread Uwe Hartl
Hi, I try since quite a while to compile the cvs sources but I am mot successful. Can somebody help me please? Here is what I do: >./configure --with-frontend=qt --with-qt-dir=/usr/lib/qt3 That is what I get: Configuration Host type: i686-pc-linux-gnu Special build flags:

Compile error

2001-08-30 Thread Michael Schmitt
Hi, a fresh copy of lyx-devel results in the following error message: g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. -I../../boost -I/opt/local/include -isystem /usr/openwin/include -g -O -fno-exceptions -W -Wall -Wp,-MD,.deps/insettabular.pp -c insettabular.C In file included f

compile error

2001-09-03 Thread Edwin Leuven
in today's cvs: main.o: In function `__default_alloc_template::_S_chunk_alloc(unsigned int, int &)': /usr/include/g++-3/stl_alloc.h:467: undefined reference to `GUIRunTime::initApplication(int, char **)' collect2: ld returned 1 exit status thanks, gr.ed.

Compile error

2020-10-23 Thread Kornel Benko
Compiled with --std=c++17 /usr2/src/lyx/lyx-git/src/support/docstream.cpp:280:32: error: invalid conversion from ‘char**’ to ‘const char**’ [-fpermissive] size_t converted = iconv(cd, const_cast(from), ^ In file included from /usr2/src/lyx/lyx-git/src/support/

Compile error (LOCALEDIR)

2003-07-28 Thread Juergen Spitzmueller
make distclean ; ./autogen.sh etc. messages.C: In function `const std::string& ::getLocaleDir()': messages.C:30: error: `LOCALEDIR' undeclared (first use this function) messages.C:30: error: (Each undeclared identifier is reported only once for each function it appears in.) Regards, Juergen.

Re: compile error

2006-09-06 Thread Michael Gerz
Michael Gerz schrieb: On Windows/MinGW, I get the following error message: C:\msys\home\mg\lyx-trunk\src\buffer.C:116: error: `Path' is already declared in this scope Am I the only one getting this problem??? Might be a boost update problem... Michael

compile error (trunk)

2006-09-17 Thread Juergen Spitzmueller
On a clean tree, after make distclean and running autogen.sh: QWorkArea.C: In function 'bool lyxX11EventFilter(XEvent*)': QWorkArea.C:114: error: 'class LyXView' has no member named 'requestSelection' QWorkArea.C:116: error: invalid use of undefined type 'struct lyx::frontend::Gui' ../../../src/f

Re: compile error

2007-02-01 Thread Abdelrazak Younes
Georg Baum wrote: ../../src/text3.C: In member function ‘void lyx::LyXText::dispatch(lyx::LCursor&, lyx::FuncRequest&)’: ../../src/text3.C:714: error: no matching function for call to ‘lyx::LyXText::dispatch(lyx::LCursor&, lyx::FuncRequest)’ ../../src/text3.C:301: note: candidates are: void lyx::

Re: compile error

2007-02-01 Thread Georg Baum
Am Donnerstag, 1. Februar 2007 18:38 schrieb Abdelrazak Younes: > indeed. I fixed that. > It's weird that MSVC doesn't complain about that... Are you sure that whatever LyXText::dispatch does to fr should be ignored? IIRC I have seen reusage of cmd in similar cases. Georg

Re: compile error

2007-02-01 Thread Abdelrazak Younes
Georg Baum wrote: Am Donnerstag, 1. Februar 2007 18:38 schrieb Abdelrazak Younes: indeed. I fixed that. It's weird that MSVC doesn't complain about that... Are you sure that whatever LyXText::dispatch does to fr should be ignored? Mostly yes. IIRC I have seen reusage of cmd in similar ca

1.5.0svn compile error

2007-04-25 Thread Bennett Helm
I can't get LyX to compile with current svn (after running ./ autogen.sh and reconfiguring). I get the following error: make[7]: *** No rule to make target `Dialog.C', needed by `Dialog.lo'. Stop. Any suggestions? Bennett

Compile error: QDocument.cpp

2007-05-14 Thread Bennett Helm
Current svn: Making all in qt4 make all-recursive Making all in ui make all-am make[8]: Nothing to be done for `all-am'. /bin/sh ../../../libtool --tag=CXX --mode=compile g++ - DHAVE_CONFIG_H -I. -I../../../src -DQT_CLEAN_NAMESPACE - DQT_GENUINE_STR -DQT_NO_STL -DQT_NO_KEYWORDS -Winvalid-p

lyx compile error

2004-01-05 Thread Kayvan A. Sylvan
Configuration Host type: sparc-sun-solaris2.8 Special build flags:warnings assertions xforms-image-loader compression C Compiler: gcc C Compiler flags: -g -O2 C++ Compiler: g++ (3.2.3) C++ Compiler fla

Re: Compile error

2004-01-27 Thread Angus Leeming
Georg Baum wrote: > It compiles if I change line 838 of src/Cursor.C from > > if (t.operator->() != anchor_[depth()].inset()) > > to > > if (t.operator->() != > const_cast(anchor_[depth()].inset())) > > Is this expected? Don't think so. The two functions in question are: MathInset const

Re: Compile error

2004-01-28 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Georg Baum wrote: >> It compiles if I change line 838 of src/Cursor.C from >> >> if (t.operator->() != anchor_[depth()].inset()) I wonder what has been smoked here to think this is a nice construct... -- Lgb

Re: Compile error

2004-01-28 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Angus Leeming <[EMAIL PROTECTED]> writes: > | | Georg Baum wrote: >>> It compiles if I change line 838 of src/Cursor.C from >>> >>> if (t.operator->() != anchor_[depth()].inset()) > | I wonder what has been smoked here to think this is a nice | co

Re: Compile error

2004-01-28 Thread Angus Leeming
Lars Gullik Bjønnes wrote: It compiles if I change line 838 of src/Cursor.C from if (t.operator->() != anchor_[depth()].inset()) >> > | I wonder what has been smoked here to think this is a nice > | construct... Agreed. What I'm confused about is why operator->() behaves differently. Ca

Re: Compile error

2004-01-28 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > It compiles if I change line 838 of src/Cursor.C from > if (t.operator->() != anchor_[depth()].inset()) >>> >> | I wonder what has been smoked here to think this is a nice >> | construct... > | Agreed. What I'm confus

Re: Compile error

2004-01-28 Thread Angus Leeming
Lars Gullik Bjønnes wrote: >> It compiles if I change line 838 of src/Cursor.C from >> if (t.operator->() != anchor_[depth()].inset()) >>> | I wonder what has been smoked here to think this is a nice >>> | construct... >> > | Agreed. What I'm confused about is why operator->() behaves

Re: Compile error

2004-01-28 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: >>> It compiles if I change line 838 of src/Cursor.C from >>> if (t.operator->() != anchor_[depth()].inset()) > | I wonder what has been smoked here to think this is a nice | construct... >>> >> | Agreed.

Re: Compile error

2004-01-30 Thread Andre Poenitz
On Tue, Jan 27, 2004 at 10:09:12PM +0100, Georg Baum wrote: > I get this error when compiling latest CVS with gcc 2.95 + stlport: > > g++ -DHAVE_CONFIG_H -I. -I../../src -I. -I../../boost > -I/usr/include/stlport-I/usr/X11R6/include -DCXX_GLOBAL_CSTD > -ftemplate-depth-30 -nostdinc++ -g -W

Re: Compile error

2004-01-30 Thread Andre Poenitz
On Tue, Jan 27, 2004 at 09:58:19PM +, Angus Leeming wrote: > Georg Baum wrote: > > It compiles if I change line 838 of src/Cursor.C from > > > > if (t.operator->() != anchor_[depth()].inset()) > > > > to > > > > if (t.operator->() != > > const_cast(anchor_[depth()].inset())) > > > > Is this

Re: Compile error

2004-01-30 Thread Andre Poenitz
On Wed, Jan 28, 2004 at 12:10:48PM +0100, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Georg Baum wrote: > >> It compiles if I change line 838 of src/Cursor.C from > >> > >> if (t.operator->() != anchor_[depth()].inset()) > > I wonder what has been smoked here to

Re: Compile error

2004-01-30 Thread Andre Poenitz
On Wed, Jan 28, 2004 at 12:31:01PM +0100, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > > | Angus Leeming <[EMAIL PROTECTED]> writes: > > > | | Georg Baum wrote: > >>> It compiles if I change line 838 of src/Cursor.C from > >>> > >>> if (t.operator->() != anchor_[

Re: Compile error

2004-01-30 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | This intention of this 'nucleus/operator->' pair instead of the usual | 'nucleus/nucleus' pair was to be able to find the non-const accesses | with grep. [They are sort of 'unwanted' in the light of potential | shared_ptr usage and each use should be jus

Re: Compile error

2004-02-02 Thread Andre Poenitz
On Fri, Jan 30, 2004 at 01:54:37PM +0100, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | This intention of this 'nucleus/operator->' pair instead of the usual > | 'nucleus/nucleus' pair was to be able to find the non-const accesses > | with grep. [They are sort of 'un

lyxclient compile error

2004-09-07 Thread Bennett Helm
With the latest 1.4.0-cvs, I get the following error: Making all in client /bin/sh ../../libtool --mode=link g++ -g -O -fno-exceptions -W -Wall -framework Carbon -framework OpenGL -framework AGL -framework QuickTime -lz -o lyxclient boost.o client.o debug.o gettext.o messages.o ../../src/supp

RE: compile error

2000-04-12 Thread Juergen Vigna
On 12-Apr-2000 Kayvan A. Sylvan wrote: > g++ -DHAVE_CONFIG_H -I. -I. -I. -I../images -I/usr/X11R6/include -g -ansi -W -Wall > -Wno-return-type -c lyxfunc.C > lyxfunc.C: In method `class string LyXFunc::Dispatch(int, const char * = 0)': > lyxfunc.C:1960: `istringstream' undeclared (first use thi

Re: compile error

2000-04-12 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | g++ -DHAVE_CONFIG_H -I. -I. -I. -I../images -I/usr/X11R6/include -g -ansi -W -Wall |-Wno-return-type -c lyxfunc.C | lyxfunc.C: In method `class string LyXFunc::Dispatch(int, const char * = 0)': | lyxfunc.C:1960: `istringstream' undeclared (first

Re: compile error

2000-04-12 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 12-Apr-2000 Kayvan A. Sylvan wrote: | > g++ -DHAVE_CONFIG_H -I. -I. -I. -I../images -I/usr/X11R6/include -g -ansi -W |-Wall | > -Wno-return-type -c lyxfunc.C | > lyxfunc.C: In method `class string LyXFunc::Dispatch(int, const char * = 0)': | > lyx

CVS compile error

2003-03-04 Thread Darren Freeman
Sorry dudes, CVS doesn't compile. It's been like that for a day or so. Mandrake 9.0, xforms 0.89 following are the messages from make. gotta run, as you can tell I've been a bit busy! Darren --8<-- g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../boost -g -O -fno-ex

CVS compile error

2003-04-02 Thread Kayvan A. Sylvan
gcc -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../images -I../../../src -I../../../src/frontends -I../../../src/frontends/controllers -I../../../boost -I/u/ksylvan/include -isystem /usr/openwin/include -g -O2 -c freebrowser.c -Wp,-MD,.deps/freebrowser.TPlo freebrowser.c: In function `peek_ev

Compile error (CutAndPaste)

2003-06-18 Thread Kayvan A. Sylvan
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -I/usr/X11R6/include -O2 -fpermissive -ftemplate-depth-30 -W -Wall -c -o CutAndPaste.o `test -f CutAndPaste.C || echo './'`CutAndPaste.C CutAndPaste.C:340: warning: #warning CHECK! Are we comparing last_paste to the wrong list here? (Lgb) /usr/lib/gcc-li

cvs compile error

2000-10-04 Thread Garst R. Reese
./configure make this pm's checkout log attached. Garst Making all in intl make[1]: Entering directory `/usr/local/garst/lyx-devel/intl' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/local/garst/lyx-devel/intl' Making all in po make[1]: Entering directory `/usr/local/gar

Lyx compile error

2000-11-11 Thread Kayvan A. Sylvan
What is FL_LIGHTER_COL1? gcc -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/ -I../../../src/frontends/ -I../../.. -I../../.. -I../../../boost -isystem /usr/X11R6/include -O2 -m486 -fno-strength-reduce -c FormPreferences.C -o FormPreferences.o FormPreferences.C: In method `void FormPrefe

Re: compile error

2000-12-01 Thread Jean-Marc Lasgouttes
> "Ron" == Ron Peterson <[EMAIL PROTECTED]> writes: Ron> I'm such a newbie I haven't even _compiled_ LyX yet... gcc Ron> version 2.96 2731 (Red Hat Linux 7.0) Which version of LyX is that? 1.1.5fix2 is probably better than earlier version, although it seems it is not perfect. JMarc

Re: compile error

2000-12-02 Thread Ron Peterson
Jean-Marc Lasgouttes wrote: > > > "Ron" == Ron Peterson <[EMAIL PROTECTED]> writes: > > Ron> I'm such a newbie I haven't even _compiled_ LyX yet... gcc > Ron> version 2.96 2731 (Red Hat Linux 7.0) > > Which version of LyX is that? 1.1.5fix2 is probably better than > earlier version, alt

Re: compile error

2007-06-07 Thread Bo Peng
On 6/7/07, Stefan Schimanski <[EMAIL PROTECTED]> wrote: drawMarkers moved to InsetMathNest?! See r18701. Please revert or fix that. Interesting, why my compiler did not complain? (The test was also tested by others). I will see what is going on... Bo

Re: compile error

2007-06-07 Thread Bo Peng
On 6/7/07, Bo Peng <[EMAIL PROTECTED]> wrote: On 6/7/07, Stefan Schimanski <[EMAIL PROTECTED]> wrote: > drawMarkers moved to InsetMathNest?! See r18701. Please revert or fix > that. The patch is partially reverted to move drawMarkers and drawMarkers2 back to its original place. The problem shou

Re: compile error

2007-06-07 Thread José Matos
On Thursday 07 June 2007 22:06:47 Bo Peng wrote: > Interesting, why my compiler did not complain? (The test was also > tested by others). I had no problems with gcc 4.1.2 (with bits from 4.2) or else I would have complained earlier. :-) -- José Abílio

Re: compile error

2007-06-07 Thread Stefan Schimanski
Strange, maybe my checkout it broken. But as far as I could see with my tired eyes yesterday the mentioned patch moves drawMarkers from InsetMath to InsetMathNest. And as InsetMathMBox is derived from the former there should be an error, no?! Stefan On Thursday 07 June 2007 22:06:47 Bo Pe

Re: compile error

2007-06-07 Thread Andre Poenitz
On Thu, Jun 07, 2007 at 04:06:47PM -0500, Bo Peng wrote: > On 6/7/07, Stefan Schimanski <[EMAIL PROTECTED]> wrote: > >drawMarkers moved to InsetMathNest?! See r18701. Please revert or fix > >that. > > Interesting, why my compiler did not complain? (The test was also > tested by others). > > I wil

Re: compile error

2007-06-07 Thread Andre Poenitz
On Thu, Jun 07, 2007 at 04:36:56PM -0500, Bo Peng wrote: > On 6/7/07, Bo Peng <[EMAIL PROTECTED]> wrote: > >On 6/7/07, Stefan Schimanski <[EMAIL PROTECTED]> wrote: > >> drawMarkers moved to InsetMathNest?! See r18701. Please revert or fix > >> that. > > The patch is partially reverted to move draw

Re: compile error

2007-06-09 Thread Abdelrazak Younes
Stefan Schimanski wrote: drawMarkers moved to InsetMathNest?! See r18701. Please revert or fix that. /Users/sts/Quellen/mac/lyx-devel/src/mathed/InsetMathMBox.cpp: In member function 'virtual void lyx::InsetMathMBox::draw(lyx::PainterInfo&, int, int) const': /Users/sts/Quellen/mac/lyx-devel/sr

Re: compile error

2007-06-09 Thread Bo Peng
InsetMathMBox is compiled only with CMake. That's because I wanted to make sure that it stays compilable until it's time to use it. I was thinking that scons (or worse, gcc) is broken. :-) Bo

Re: Compile error

2015-05-20 Thread Mayank Jha
Guys please remove me from the mailing list, I have been trying for many days now! Please do it. On Wed, May 20, 2015 at 3:00 PM, Kornel Benko wrote: > All of sudden I get this error: > > [ 75%] Building CXX object src/CMakeFiles/lyx2.2.dir/CutAndPaste.cpp.o > cd /usr/BUILD/BuildLyxGitQt5/src &&

Re: Compile error

2015-05-20 Thread Jean-Marc Lasgouttes
Le 20/05/2015 11:30, Kornel Benko a écrit : All of sudden I get this error: It's my fault. Now autotools declares LYX_USE_CXX11 when needed and the code uses this macro instead of comparing value of __cplusplus. This is because gcc 4.6 and earlier do not declare __cplusplus as they should.

Re: Compile error

2015-05-20 Thread Jean-Marc Lasgouttes
Le 20/05/2015 11:31, Mayank Jha a écrit : Guys please remove me from the mailing list, I have been trying for many days now! Please do it. Hello, Assuming that you have read http://www.lyx.org/MailingLists#toc11, did you try to send a message to lyx-devel-unsubscr...@lists.lyx.org ? Assum

Re: Compile error

2015-05-20 Thread Kornel Benko
Am Mittwoch, 20. Mai 2015 um 11:33:20, schrieb Jean-Marc Lasgouttes > Le 20/05/2015 11:30, Kornel Benko a écrit : > > All of sudden I get this error: > > It's my fault. Now autotools declares LYX_USE_CXX11 when needed and the > code uses this macro instead of comparing value of __cplusplus. Thi

Re: Compile error

2015-05-20 Thread Jean-Marc Lasgouttes
Le 20/05/2015 12:13, Kornel Benko a écrit : Thanks Jean-Marc. If I understood correctly we need this define only if using g++11 extension? No, whenever we enable C++11 (gcc, clang, visual studio...). JMarc

Re: Compile error

2015-05-20 Thread Kornel Benko
Am Mittwoch, 20. Mai 2015 um 12:16:44, schrieb Jean-Marc Lasgouttes > Le 20/05/2015 12:13, Kornel Benko a écrit : > > Thanks Jean-Marc. If I understood correctly we need this define > > only if using g++11 extension? > > No, whenever we enable C++11 (gcc, clang, visual studio...). > > JMarc Th

Re: Compile Error

2007-11-27 Thread lasgouttes
> *** No rule to make target `../ButtonPolicy.cpp', needed by > `ButtonPolicy.lo'. Stop. try "make distclean". this is an automake dependency tracking bug, I think. JMarc

Re: Compile Error

2007-11-28 Thread José Matos
On Wednesday 28 November 2007 07:51:00 [EMAIL PROTECTED] wrote: > > *** No rule to make target `../ButtonPolicy.cpp', needed by > > `ButtonPolicy.lo'. Stop. > > try "make distclean". this is an automake dependency tracking bug, > I think. I had that recently in a clean tree. :-( > JMarc --

Re: Compile Error

2007-11-28 Thread Jean-Marc Lasgouttes
José Matos <[EMAIL PROTECTED]> writes: > On Wednesday 28 November 2007 07:51:00 [EMAIL PROTECTED] wrote: >> > *** No rule to make target `../ButtonPolicy.cpp', needed by >> > `ButtonPolicy.lo'. Stop. >> >> try "make distclean". this is an automake dependency tracking bug, >> I think. > > I had

Re: Compile Error

2007-11-28 Thread José Matos
On Wednesday 28 November 2007 16:48:36 Jean-Marc Lasgouttes wrote: > > > > I had that recently in a clean tree. :-( > > That is weird... What do you call 'clean'? A fresh checkout. I tested this on the machine I use to track Fedora development branch (rawhide). > JMarc -- José Abílio

Re: Compile Error

2007-11-29 Thread Kornel Benko
Am Mittwoch, 28. November 2007 schrieb José Matos: > On Wednesday 28 November 2007 16:48:36 Jean-Marc Lasgouttes wrote: > > > > > > I had that recently in a clean tree. :-( > > > > That is weird... What do you call 'clean'? > > A fresh checkout. I tested this on the machine I use to track Fedo

Re: Compile Error

2007-11-29 Thread Abdelrazak Younes
Kornel Benko wrote: Am Mittwoch, 28. November 2007 schrieb José Matos: On Wednesday 28 November 2007 16:48:36 Jean-Marc Lasgouttes wrote: I had that recently in a clean tree. :-( That is weird... What do you call 'clean'? A fresh checkout. I tested this on the machine I use to track Fedora

Compile error: GuiApplication.cpp

2008-06-05 Thread Bennett Helm
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -DQT_NO_STL -DQT_NO_KEYWORDS -I../../../src -I../../../src/frontends -I../../../images -I/Users/bennett/lyx/qt-4.4-install/include -I/Users/bennett/lyx/qt-4.4-install/include/QtGui -I/Users/bennett/lyx/

Re: Compile error

2008-09-20 Thread Abdelrazak Younes
On 20/09/2008 09:02, Kornel Benko wrote: Hi, the newest r26461 does not compile on ubuntu. (Revision 26459 compiles fine) Should be fixed, sorry. Abdel.

Re: Compile error

2008-09-20 Thread Kornel Benko
Am Saturday 20 September 2008 schrieb Abdelrazak Younes: > On 20/09/2008 09:02, Kornel Benko wrote: > > Hi, > > the newest r26461 does not compile on ubuntu. > > (Revision 26459 compiles fine) > > Should be fixed, sorry. It is. Fast as ever :) Kornel -- Kornel Benko [EMAIL PROTECTED]

Re: Compile error

2008-09-20 Thread Peter Kümmel
Kornel Benko wrote: -- Kornel Benko [EMAIL PROTECTED] Maybe we will see you in Berlin? I will also try to come. Peter

Re: Compile error

2008-09-20 Thread Kornel Benko
Am Samstag 20 September 2008 schrieb Peter Kümmel: > Kornel Benko wrote: > > -- Kornel Benko [EMAIL PROTECTED] > > Maybe we will see you in Berlin? > > I will also try to come. Thanks, I would like, but I fear, I will be of little help. > Peter Kornel -- Kornel Benko [EMAIL PROTECTED]

Re: Compile error

2008-09-20 Thread Andre Poenitz
On Sun, Sep 21, 2008 at 12:39:08AM +0200, Kornel Benko wrote: > Am Samstag 20 September 2008 schrieb Peter Kümmel: > > Kornel Benko wrote: > > > -- Kornel Benko [EMAIL PROTECTED] > > > > Maybe we will see you in Berlin? > > > > I will also try to come. > > Thanks, I would like, but I fear, I will

Re: Compile error

2008-09-21 Thread Kornel Benko
Am Sonntag 21 September 2008 schrieb Andre Poenitz: > On Sun, Sep 21, 2008 at 12:39:08AM +0200, Kornel Benko wrote: > > Am Samstag 20 September 2008 schrieb Peter Kümmel: > > > Kornel Benko wrote: > > > > -- Kornel Benko [EMAIL PROTECTED] > > > > > > Maybe we will see you in Berlin? > > > > > > I w

Re: Compile error

2008-09-22 Thread Pavel Sanda
Kornel Benko wrote: > > > > Maybe we will see you in Berlin? > > > > > > > > I will also try to come. > > > > > > Thanks, I would like, but I fear, I will be of little help. > > > > The would be no valid argument, even if it were true, which I doubt. > > In this case I want at least to see you all

Re: Compile error

2008-09-22 Thread Christian Ridderström
On Mon, 22 Sep 2008, Pavel Sanda wrote: Kornel Benko wrote: Maybe we will see you in Berlin? I will also try to come. Thanks, I would like, but I fear, I will be of little help. The would be no valid argument, even if it were true, which I doubt. In this case I want at least to see you a

Re: Compile error

2008-09-22 Thread Andre Poenitz
On Mon, Sep 22, 2008 at 01:03:59PM +0200, Christian Ridderström wrote: > On Mon, 22 Sep 2008, Pavel Sanda wrote: > >> Kornel Benko wrote: >> Maybe we will see you in Berlin? >> >> I will also try to come. > > Thanks, I would like, but I fear, I will be of little help.

Re: Compile error

2008-09-23 Thread Christian Ridderström
On Mon, 22 Sep 2008, Andre Poenitz wrote: i guess everybody signed here http://wiki.lyx.org/Devel/LyXMeeting2008 will get the info, so just add yourself. André, will you add some invitational details to the page, or will you send your address etc via e-mail [off-list]? I will send details of

LyX.cpp compile error

2008-10-09 Thread Joost Verburg
Hi, The current trunk does not compile. parse_geometry is LyX.cpp (line 1057) does not return a value. Joost

GuiApplication.cpp compile error

2009-09-28 Thread BH
After not having tried to compile trunk for a while, I'm getting the following error on Mac: Making all in frontends Making all in qt4 make all-am g++ -DHAVE_CONFIG_H -I. -I../../.. -DQT_NO_STL -DQT_NO_KEYWORDS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -I../../../src -I../../../src/frontends -I../../../

Master compile error

2016-06-26 Thread Jürgen Spitzmüller
Master does not build for me with autotools and gcc 6.1.1: In file included from ./../support/unicode.h:18:0,  from docstream.cpp:15: ./../support/unique_ptr.h:24:28: error: ‘std::make_unique’ has not been declared  namespace lyx { using std::make_unique; } Regards Jürgen

mathed compile error

2002-07-31 Thread John Levon
math_textinset.C: In method `bool MathTextInset::idxUpDown (size_t &, size_t &, bool, int) const': math_gridinset.h:22: `struct MathGridInset::CellInfo' is private math_textinset.C:40: within this context math_gridinset.h:22: `struct MathGridInset::CellInfo' is private math_textinset.C:51: within

CVS: compile error

2002-11-25 Thread Herbert Voss
cvs from 5 min ago Herbert voss@maria:~/lyx-devel.13.qt> gcc --version gcc (GCC) 3.2.1 20020903 (prerelease) g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/ -I../../../src/frontends/ -I../../../images -I./qt2 -I/usr/l

RE: Compile error

2001-08-30 Thread Juergen Vigna
On 30-Aug-2001 Michael Schmitt wrote: > Any idea why this error occurs? Is it related to boost updates? Most probably yes I'm right now trying to find a solution. Will commit soon! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE

Re: Compile error

2001-08-30 Thread Juergen Vigna
On 30-Aug-2001 Lars Gullik Bjønnes wrote: >| Most probably yes I'm right now trying to find a solution. Will commit >| soon! > > Don't! I have the fix ready. Good! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL P

Re: compile error

2001-09-03 Thread Yves Bastide
On Mon, Sep 03, 2001 at 03:44:48PM +0200, Edwin Leuven wrote: > in today's cvs: > > main.o: In function > `__default_alloc_template::_S_chunk_alloc(unsigned int, int &)': > /usr/include/g++-3/stl_alloc.h:467: undefined reference to > `GUIRunTime::initApplication(int, char **)' > collect2: ld r

Re: compile error

2001-09-03 Thread Angus Leeming
On Monday 03 September 2001 14:40, Yves Bastide wrote: > On Mon, Sep 03, 2001 at 03:44:48PM +0200, Edwin Leuven wrote: > > in today's cvs: > > > > main.o: In function > > `__default_alloc_template::_S_chunk_alloc(unsigned int, int &)': > > /usr/include/g++-3/stl_alloc.h:467: undefined reference

Re: compile error

2001-09-03 Thread Edwin Leuven
> Far too much! Just "touch main.C" will do the trick. It did. Thanks, Ed.

Re: compile error

2001-09-03 Thread Angus Leeming
On Monday 03 September 2001 15:21, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | On Monday 03 September 2001 14:40, Yves Bastide wrote: > | > On Mon, Sep 03, 2001 at 03:44:48PM +0200, Edwin Leuven wrote: > | > > in today's cvs: > | > > > | > > main.o: In function

Re: Compile error

2020-10-23 Thread Kornel Benko
Am Fri, 23 Oct 2020 11:51:01 +0200 schrieb Kornel Benko : > Compiled with --std=c++17 > > /usr2/src/lyx/lyx-git/src/support/docstream.cpp:280:32: error: invalid > conversion from > ‘char**’ to ‘const char**’ [-fpermissive] size_t converted = iconv(cd, > const_cast ICONV_CONST **>(from), ^~~

Re: Compile error

2020-10-23 Thread Jean-Marc Lasgouttes
Le 23/10/2020 à 13:23, Kornel Benko a écrit : Am Fri, 23 Oct 2020 11:51:01 +0200 schrieb Kornel Benko : Compiled with --std=c++17 /usr2/src/lyx/lyx-git/src/support/docstream.cpp:280:32: error: invalid conversion from ‘char**’ to ‘const char**’ [-fpermissive] size_t converted = iconv(cd, cons

Re: Compile error

2020-10-23 Thread Kornel Benko
Am Fri, 23 Oct 2020 19:41:48 +0200 schrieb Jean-Marc Lasgouttes : > Le 23/10/2020 à 13:23, Kornel Benko a écrit : > > Am Fri, 23 Oct 2020 11:51:01 +0200 > > schrieb Kornel Benko : > > > >> Compiled with --std=c++17 > >> > >> /usr2/src/lyx/lyx-git/src/support/docstream.cpp:280:32: error: invalid

Latest CVS compile error

2003-10-13 Thread Kayvan A. Sylvan
On Solaris: g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/support -I../../src -I../../../lyx/src/support/../ -I../../../lyx/boost -I/u/ksylvan/include -I/usr/openwin/include -O2 -fno-exceptions -W -Wall -MT socktools.lo -MD -MP -MF .deps/socktools.Tpo -c ../../../lyx/src/support/socktools.C ../../

Compile error in cursor.C

2003-10-29 Thread Lars Gullik Bjønnes
I get this error: g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -I/usr/X11R6/include -O -fno-exceptions -W -Wall -c -o cursor.o `test -f 'cursor.C' || echo './'`cursor.C cursor.C: In member function `DispatchResult Cursor::dispatch(const FuncRequest&)': cursor.C:36: `update' undeclared (first u

Re: compile error (trunk)

2006-09-17 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > QWorkArea.C: In function 'bool lyxX11EventFilter(XEvent*)': > QWorkArea.C:114: error: 'class LyXView' has no member named > 'requestSelection' This error is fixed with the attached patch. No idea about the second one, though: > QWorkArea.C:116: error: invalid use o

Re: compile error (trunk)

2006-09-17 Thread Abdelrazak Younes
Juergen Spitzmueller wrote: Juergen Spitzmueller wrote: QWorkArea.C: In function 'bool lyxX11EventFilter(XEvent*)': QWorkArea.C:114: error: 'class LyXView' has no member named 'requestSelection' This error is fixed with the attached patch. No idea about the second one, though: QWorkArea.C:1

Re: compile error (trunk)

2006-09-18 Thread Juergen Spitzmueller
Abdelrazak Younes wrote: > Try to #include "frontend/Gui.h" If I do this and #include "frontends/Selection.h", it compiles again. I'm gonna commit the attached patch. Jürgen Index: src/frontends/qt3/QWorkArea.C === --- src/frontends

Re: compile error (trunk)

2006-09-18 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > I'm gonna commit the attached patch. Forget this. Lars already did this. Jürgen

Compile error in InsetMathMBox.C

2006-10-19 Thread Asger Ottar Alstrup
I had to add using lyx::odocstream; at the top of InsetMathMBox.C, but now I get: InsetMathMBox.C ..\..\..\lyx-devel\src\mathed\InsetMathMBox.C(76) : error C2664: 'LyXText::write' : cannot convert parameter 2 from 'lyx::odocstream' to 'std::ostream &' Any ideas? Regards, Asger

Compile error GuiView.C:161

2006-10-27 Thread Helge Hafting
g++ -DHAVE_CONFIG_H -I. -I. -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/QtGui -I../../../boost -I../../../src/frontends/con

1.5.x compile error

2006-10-28 Thread Bennett Helm
g++-dp-4.2 -DHAVE_CONFIG_H -I. -I. -I../../../src - DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL -DQT_NO_KEYWORDS - I../../../src -I../../../src/frontends -I../../../images -I/Users/ bennett/lyx/gcc-4.0/Qt-4.2.1-install/include -I/Users/bennett/lyx/ gcc-4.0/Qt-4.2.1-install/include/QtCore -

  1   2   3   4   5   >