Re: Compilation problems

2016-07-05 Thread Jean-Marc Lasgouttes
Le 04/07/2016 à 23:47, Guillaume Munch a écrit : But doing so I noticed the following warning with clang, in case someone fancies fixing it: In file included from ../../src/EnchantChecker.cpp:14: /usr/include/enchant/enchant++.h:55:25: warning: 'enchant::Exception::what' hides overloaded v

Re: Compilation problems

2016-07-05 Thread Guillaume Munch
Le 05/07/2016 00:55, Stephan Witt a écrit : The enchant C++ header has more serious errors than this one. Look at the method is_added … I’m really surprised it’s so common on Linux. Sorry, I missed the fact that it is not in the LyX source tree.

Re: Compilation problems

2016-07-04 Thread Stephan Witt
> Am 04.07.2016 um 23:47 schrieb Guillaume Munch : > > I tried to reproduce the compilation issues from today by compiling with > clang, and also by changing the build type. The result is that I cannot > reproduce the issues. Therefore, I am not going to be able adjust my > build setup to make su

Compilation problems

2016-07-04 Thread Guillaume Munch
I tried to reproduce the compilation issues from today by compiling with clang, and also by changing the build type. The result is that I cannot reproduce the issues. Therefore, I am not going to be able adjust my build setup to make sure that I cause fewer such issues in the future. But doing so

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-18 Thread Peter Kümmel
Am 18. Januar 2016 09:17:01 MEZ, schrieb "Uwe Stöhr" : > > >From: Peter Kümmel > >Sent: Montag, 18. Januar 2016 03:18‎ > > >> Something is different on your system, there should be no problem >with finding Qt 5. How actual is your cmake installation? > > >Up to date (3.4.1). Qt is in the folder yo

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-18 Thread Uwe Stöhr

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-17 Thread Peter Kümmel
Am 18. Januar 2016 01:10:41 MEZ, schrieb "Uwe Stöhr" : >Am 17.01.2016 um 18:59 schrieb Peter Kümmel: > > > as you told, you have big problems in settings up clean build. >> Therefore I've changed the build5-2010.bat file you added for >building >> with MSVC2010. > >As I reported proudly I was able

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-17 Thread Peter Kümmel
> >I miss in your script a method to select to build a devel or an install We need a reliable script for the installer input, which only builds lyx nothing else, this is the intention. No parameters no choice. >Moreover >-DLYX_MERGE_REBUILD=1 This flag is only needed when you rebuild again,

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-17 Thread Peter Kümmel
Am 18. Januar 2016 01:10:41 MEZ, schrieb "Uwe Stöhr" : >Am 17.01.2016 um 18:59 schrieb Peter Kümmel: > > > as you told, you have big problems in settings up clean build. >> Therefore I've changed the build5-2010.bat file you added for >building >> with MSVC2010. > >As I reported proudly I was able

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-17 Thread Uwe Stöhr
Am 17.01.2016 um 18:59 schrieb Peter Kümmel: > as you told, you have big problems in settings up clean build. Therefore I've changed the build5-2010.bat file you added for building with MSVC2010. As I reported proudly I was able to get a clean build. I still have some troubles with CMake and

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-17 Thread Peter Kümmel
Hello Uwe, as you told, you have big problems in settings up clean build. Therefore I've changed the build5-2010.bat file you added for building with MSVC2010. This script now works with a double click, and builds LyX with MSVC2010 in a clean build directory. Three pathes are hardcoded: - Q

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-14 Thread Uwe Stöhr
Am 14.01.2016 um 20:58 schrieb Georg Baum: Please continue. I will have to switch to MinGW because Qt 5.6 does not support MSVC 2010 and due to a bug in our code MSVC 2012, 2013 and 2015 cannot be used to compile LyX. Do you mean http://www.lyx.org/trac/ticket/9892 or are there other bugs? I

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-14 Thread Georg Baum
Uwe Stöhr wrote: > Please continue. I will have to switch to MinGW because Qt 5.6 does not > support MSVC 2010 and due to a bug in our code MSVC 2012, 2013 and 2015 > cannot be used to compile LyX. Do you mean http://www.lyx.org/trac/ticket/9892 or are there other bugs? Georg

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-13 Thread Uwe Stöhr
Am 13.01.2016 um 05:41 schrieb Peter Kümmel: If 5.6 is to buggy, we can also use 5.5.1 build with mingw. Apparently beta1 will be built with Qt 5.5.1. And now, after some hours of fiddling with CMake I am able to build Qt 5.5.1 with MSVC 2010 and the result looks promising - stable LyX witho

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-12 Thread Peter Kümmel
Am 13. Januar 2016 05:27:22 MEZ, schrieb "Peter Kümmel" : >Am 13. Januar 2016 05:19:09 MEZ, schrieb "Peter Kümmel" >: >> It is a warning only committed from me today to fix a linker error. >>>You tried it with msvc 2010? And it worked? >>> >>>Yes. I can now compile with MSVC 2010 and Qt 5.5.1.

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-12 Thread Peter Kümmel
Am 13. Januar 2016 05:19:09 MEZ, schrieb "Peter Kümmel" : > >>> It is a warning only committed from me today to fix a linker error. >>You tried it with msvc 2010? And it worked? >> >>Yes. I can now compile with MSVC 2010 and Qt 5.5.1. The compilation of > >>Zlib and friends works here also with MSV

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-12 Thread Uwe Stöhr
Am 13.01.2016 um 01:38 schrieb Peter Kümmel: It is a warning only committed from me today to fix a linker error. You tried it with msvc 2010? And it worked? Yes. I can now compile with MSVC 2010 and Qt 5.5.1. The compilation of Zlib and friends works here also with MSVC2013. regards Uwe

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-12 Thread Peter Kümmel
Am 13. Januar 2016 01:18:12 MEZ, schrieb "Uwe Stöhr" : >Am 12.01.2016 um 11:16 schrieb Peter Kümmel: > >> Yes, no Dlls any more (only the Qt related ones). > >OK. > >However I get now man times this warning: > >D:\LyXGit\Master\compile-2010\zconf.h(10): warning C4005: 'Z_PREFIX': >Makro-Neudefinit

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-12 Thread Uwe Stöhr
Am 12.01.2016 um 11:16 schrieb Peter Kümmel: Yes, no Dlls any more (only the Qt related ones). OK. However I get now man times this warning: D:\LyXGit\Master\compile-2010\zconf.h(10): warning C4005: 'Z_PREFIX': Makro-Neudefinition [D:\LyXGit\Master\compile-2010\src\LyX.vcxproj] D:

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-12 Thread Peter Kümmel
Am 12. Januar 2016 20:24:38 MEZ, schrieb Georg Baum : >Am 12.01.2016 um 00:37 schrieb Uwe Stöhr: >> I did this now as I wrote in the >> Questions for Uwe once you are back >> thread. >> I had to delete CMake's cache first and re-run it from scratch. The >> 3rd party programs are compiled (with 13

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-12 Thread Georg Baum
Am 12.01.2016 um 00:37 schrieb Uwe Stöhr: I did this now as I wrote in the Questions for Uwe once you are back thread. I had to delete CMake's cache first and re-run it from scratch. The 3rd party programs are compiled (with 134 warnings) but I don't get a DLL. Is this the plan - not to rely an

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-12 Thread Peter Kümmel
Am 12.01.2016 um 00:37 schrieb Uwe Stöhr: I had to delete CMake's cache first and re-run it from scratch. The 3rd party programs are compiled (with 134 warnings) but I don't get a DLL. Is this the plan - not to rely anymore on DLLs? Yes, no Dlls any more (only the Qt related ones). thanks

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-11 Thread Uwe Stöhr
Am 11.01.2016 um 20:44 schrieb Georg Baum: welcome back and a happy new year! Thanks. The same to you. As I wrote in the "questions" mail: I am pretty sure that using the sources in 3rdparty instead of the precompiled binary dependencies will result in a better build and less work. Please tr

Re: compilation problems with Qt 5.5.1 and MSVC 2010

2016-01-11 Thread Georg Baum
Hi Uwe, welcome back and a happy new year! Uwe Stöhr wrote: > I can compile LyX 2.2dev with > - Qt 4.8.7 and MSVC 2010 > - Qt 5.5.1 and MSVC 2013 (the resulting build has problems I already > reported in December, but the compilation itself works) > > But if I use > - Qt 5.5.1 and MSVC 2010 >

Re: Compilation problems

2008-03-10 Thread Pavel Sanda
> Possible :-/ How can I convert it to the 4.2 format using the 4.3 designer? afaik not possible. either downgrade to 4.2 or upgrade to 4.4 or install them locally and use only their designer. pavel

Re: Compilation problems

2008-03-10 Thread Jürgen Spitzmüller
Stefan Schimanski wrote: > Possible :-/ How can I convert it to the 4.2 format using the 4.3   > designer? You have to use the 4.2 designer. Jürgen

Re: Compilation problems

2008-03-10 Thread Stefan Schimanski
Possible :-/ How can I convert it to the 4.2 format using the 4.3 designer? Stefan Am 10.03.2008 um 17:04 schrieb Jean-Marc Lasgouttes: I get the following. Is the UI file in qt 4.3 format? JMarc g++ -DHAVE_CONFIG_H -I. -I../../../../lyx-devel/src/frontends/qt4 - I../../../src -DQT_CLEAN

Compilation problems

2008-03-10 Thread Jean-Marc Lasgouttes
I get the following. Is the UI file in qt 4.3 format? JMarc g++ -DHAVE_CONFIG_H -I. -I../../../../lyx-devel/src/frontends/qt4 -I../../../src -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL -DQT_NO_KEYWORDS -I../../../../lyx-devel/src -I../../../../lyx-devel/src/frontends -I../../../../lyx-

Re: Compilation problems (trunk & branch)

2007-11-04 Thread Darren Freeman
On Sat, 2007-11-03 at 23:25 +0100, Abdelrazak Younes wrote: > Please try again with latest rev. > > Abdel. > > PS: Sorry Juergen I didn't wait but this is an urgency. Fixed. Have fun, Darren

Re: Compilation problems (trunk & branch)

2007-11-04 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > Please try again with latest rev. > > Abdel. > > PS: Sorry Juergen I didn't wait but this is an urgency. Thanks. I really have no explanation why this happened. Jürgen

Re: Compilation problems (trunk & branch)

2007-11-03 Thread Kornel Benko
Am Sonntag 04 November 2007 schrieb Dov Feldstern: > Works for me, thanks Abdel! Here too. Thanx Abdel :) > > Abdel. > > > > PS: Sorry Juergen I didn't wait but this is an urgency. !! Kornel -- Kornel Benko [EMAIL PROTECTED] pgpsmKgeJPvzd.pgp Description: PGP signature

Re: Compilation problems (trunk & branch)

2007-11-03 Thread Dov Feldstern
Abdelrazak Younes wrote: Kornel Benko wrote: Am Samstag 03 November 2007 schrieb Dov Feldstern: Dov Feldstern wrote: Hi! I'm also having compilation trouble in both trunk and branch. I'm using Qt 4.2.1 (which is the version that debian etch offers as far as I can tell). Sorry, trunk is OK (I

Re: Compilation problems (trunk & branch)

2007-11-03 Thread Abdelrazak Younes
Kornel Benko wrote: Am Samstag 03 November 2007 schrieb Dov Feldstern: Dov Feldstern wrote: Hi! I'm also having compilation trouble in both trunk and branch. I'm using Qt 4.2.1 (which is the version that debian etch offers as far as I can tell). Sorry, trunk is OK (I hadn't updated); branch s

Re: Compilation problems (trunk & branch)

2007-11-03 Thread Kornel Benko
Am Samstag 03 November 2007 schrieb Dov Feldstern: > Dov Feldstern wrote: > > Hi! > > > > I'm also having compilation trouble in both trunk and branch. I'm using > > Qt 4.2.1 (which is the version that debian etch offers as far as I can > > tell). > > Sorry, trunk is OK (I hadn't updated); branch s

Re: Compilation problems (trunk & branch)

2007-11-03 Thread Dov Feldstern
Dov Feldstern wrote: Hi! I'm also having compilation trouble in both trunk and branch. I'm using Qt 4.2.1 (which is the version that debian etch offers as far as I can tell). Sorry, trunk is OK (I hadn't updated); branch still problematic, though. * branch: g++ -DHAVE_CONFIG_H -I. -I. -I

Compilation problems (trunk & branch)

2007-11-03 Thread Dov Feldstern
Hi! I'm also having compilation trouble in both trunk and branch. I'm using Qt 4.2.1 (which is the version that debian etch offers as far as I can tell). * trunk: g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -DQT_CLEAN_NAMESPACE -DQT_GENUINE_ST R -DQT_NO_STL -DQT_NO_KEYWORDS -I../../../src -

Re: Lyx 1.5.2 compilation problems on OSX 10.3.9

2007-10-17 Thread Jean-Marc Lasgouttes
"Honest Guvnor" <[EMAIL PROTECTED]> writes: > On 10/17/07, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: >> The reason seems to be that configure recognizes the compiler as gcc >> whereas it is not gcc. Could you send (privately maybe) your >> config.log file so that I investigate this? > > The

Re: Lyx 1.5.2 compilation problems on OSX 10.3.9

2007-10-17 Thread Honest Guvnor
On 10/17/07, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > The reason seems to be that configure recognizes the compiler as gcc > whereas it is not gcc. Could you send (privately maybe) your > config.log file so that I investigate this? The compiler is gcc 3.3 with some modifications by Apple.

Re: Lyx 1.5.2 compilation problems on OSX 10.3.9

2007-10-17 Thread Jean-Marc Lasgouttes
"Honest Guvnor" <[EMAIL PROTECTED]> writes: > On 10/16/07, Honest Guvnor <[EMAIL PROTECTED]> wrote: >> Enrico wrote: >> > Have you seen the following post? >> > >> > http://article.gmane.org/gmane.editors.lyx.devel/96913/ >> > >> > I think you are using wrong flags for gcc. >> >> Yes I had read th

Re: Lyx 1.5.2 compilation problems on OSX 10.3.9

2007-10-16 Thread Honest Guvnor
On 10/16/07, Honest Guvnor <[EMAIL PROTECTED]> wrote: > Enrico wrote: > > Have you seen the following post? > > > > http://article.gmane.org/gmane.editors.lyx.devel/96913/ > > > > I think you are using wrong flags for gcc. > > Yes I had read the post but I am not explicitly setting any optimising >

Re: Lyx 1.5.2 compilation problems on OSX 10.3.9

2007-10-16 Thread Honest Guvnor
Enrico wrote: > Have you seen the following post? > > http://article.gmane.org/gmane.editors.lyx.devel/96913/ > > I think you are using wrong flags for gcc. Yes I had read the post but I am not explicitly setting any optimising flags for gcc. I am letting configure do its natural thing but I would

Re: Lyx 1.5.2 compilation problems on OSX 10.3.9

2007-10-16 Thread Enrico Forestieri
On Tue, Oct 16, 2007 at 07:26:38AM +0200, Honest Guvnor wrote: > On 10/16/07, Bennett Helm <[EMAIL PROTECTED]> wrote: > > > > I haven't had any of these problems on Intel, and neither has Anders > > on PPC. > > Possibly but somone using a Sun was reporting similar problems a few > threads below.

Re: Lyx 1.5.2 compilation problems on OSX 10.3.9

2007-10-16 Thread Jean-Marc Lasgouttes
"Honest Guvnor" <[EMAIL PROTECTED]> writes: > I was not disputing the dependency on gcc 4.0 but asking if it can be > avoided by building an X version (i.e. using essentially the same code > as linux) and avoiding the OSX-specific code. I am asking because the > main INSTALL file does not appear t

Re: Lyx 1.5.2 compilation problems on OSX 10.3.9

2007-10-16 Thread Honest Guvnor
On 10/16/07, Bennett Helm <[EMAIL PROTECTED]> wrote: > On Oct 16, 2007, at 9:00 AM, Honest Guvnor wrote: > > >> That's the problem. You need 4.0 or greater. > > > > How can lyx depend on gcc 4.0? It was only released 5 minutes ago. > > I believe gcc 4.0 has been out for over 2 years on Mac. I susp

Re: Lyx 1.5.2 compilation problems on OSX 10.3.9

2007-10-16 Thread Bennett Helm
On Oct 16, 2007, at 9:00 AM, Honest Guvnor wrote: That's the problem. You need 4.0 or greater. How can lyx depend on gcc 4.0? It was only released 5 minutes ago. I believe gcc 4.0 has been out for over 2 years on Mac. The main INSTALL file says gcc 2.8 does not work and so is gcc 4.0 only

Re: Lyx 1.5.2 compilation problems on OSX 10.3.9

2007-10-16 Thread Honest Guvnor
> That's the problem. You need 4.0 or greater. How can lyx depend on gcc 4.0? It was only released 5 minutes ago. The main INSTALL file says gcc 2.8 does not work and so is gcc 4.0 only a requirement peculiar to the OSX port? If so, will the X build work?

Re: Lyx 1.5.2 compilation problems on OSX 10.3.9

2007-10-16 Thread Bennett Helm
On Oct 16, 2007, at 1:26 AM, Honest Guvnor wrote: On 10/16/07, Bennett Helm <[EMAIL PROTECTED]> wrote: What version of gcc are you using? bolt:~/pub/lyx-1.5.2 andy$ gcc --version gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495) Copyright (C) 2002 Free Software Foundation, Inc. This i

Re: Lyx 1.5.2 compilation problems on OSX 10.3.9

2007-10-15 Thread Honest Guvnor
On 10/16/07, Bennett Helm <[EMAIL PROTECTED]> wrote: > > I haven't had any of these problems on Intel, and neither has Anders > on PPC. Possibly but somone using a Sun was reporting similar problems a few threads below. > What version of gcc are you using? bolt:~/pub/lyx-1.5.2 andy$ gcc --versio

Re: Lyx 1.5.2 compilation problems on OSX 10.3.9

2007-10-15 Thread Bennett Helm
On Oct 15, 2007, at 5:24 PM, Honest Guvnor wrote: Lyx 1.5.2, OSX 10.3.9, PowerPC G4 In an effort to investigate the odd behaviour of the binary version (reported on users list) I have been unsuccessfully trying to compile lyx 1.5.2. Points to note: The config.h file is badly wrong. The followi

Lyx 1.5.2 compilation problems on OSX 10.3.9

2007-10-15 Thread Honest Guvnor
Lyx 1.5.2, OSX 10.3.9, PowerPC G4 In an effort to investigate the odd behaviour of the binary version (reported on users list) I have been unsuccessfully trying to compile lyx 1.5.2. Points to note: The config.h file is badly wrong. The following were not defined: setenv, putenv, popen, pclose, m

Re: Compilation problems

2005-07-17 Thread Kostantino
Thank you very much! I'll try. Angus Leeming wrote: Kostantino wrote: Hi guys. I tried to compile lyx-1.3.6 for my Slackware 10.1. Configure runs fine with the options: g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src -I../../../src/frontends -I../../../images -I./qt2 -I/usr/l

Re: Compilation problems

2005-07-17 Thread Jean-Marc Lasgouttes
> "Kostantino" == Kostantino <[EMAIL PROTECTED]> writes: Kostantino> Hi guys. I tried to compile lyx-1.3.6 for my Slackware Kostantino> 10.1. Yes, this is unfortunate. I alreday fixed it in cvs, but you can follow Georg Baum's advice here: http://www.mail-archive.com/lyx-users@lists.lyx.org

Re: Compilation problems

2005-07-17 Thread Angus Leeming
Kostantino wrote: Hi guys. I tried to compile lyx-1.3.6 for my Slackware 10.1. Configure runs fine with the options: g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src -I../../../src/frontends -I../../../images -I./qt2 -I/usr/lib/qt/include -I../../../boost -I../../../src/frontends/con

Compilation problems

2005-07-17 Thread Kostantino
Hi guys. I tried to compile lyx-1.3.6 for my Slackware 10.1. Configure runs fine with the options: /configure --enable-optimization=-O3 --with-frontend=qt --with-x --enable-shared --with-packaging=posix or, instead: /configure --enable-optimization=-O3 --with-frontend=qt --with-x but in evry

Re: FreeBSD compilation problems with boost stuff

2004-09-27 Thread Rob Lahaye
Lars Gullik Bjønnes wrote: > Rob <[EMAIL PROTECTED]> writes: > > | Hi, > > | There are few clashes with LyX's boost stuff on the FreeBSD system. > | I use compiler gcc 3.4.2. > > | 1. Following patch is needed to have cstdint.hpp compile without > |error message (I have tried to investigate wh

Re: FreeBSD compilation problems with boost stuff

2004-09-09 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | | In file included from tostr.C:14: | | ../../boost/boost/lexical_cast.hpp:102: error: `wstring' is not a | | member of `std' > | Hmm we define BOOST_NO_WSTRING in config.h so there should be no | way for you to get the "wstring" stuff at all.

Re: FreeBSD compilation problems with boost stuff

2004-09-09 Thread Lars Gullik Bjønnes
Rob <[EMAIL PROTECTED]> writes: | Hi, > | There are few clashes with LyX's boost stuff on the FreeBSD system. | I use compiler gcc 3.4.2. > | 1. Following patch is needed to have cstdint.hpp compile without |error message (I have tried to investigate where exactly uintmax_t |is already def

FreeBSD compilation problems with boost stuff

2004-09-08 Thread Rob
Hi, There are few clashes with LyX's boost stuff on the FreeBSD system. I use compiler gcc 3.4.2. 1. Following patch is needed to have cstdint.hpp compile without error message (I have tried to investigate where exactly uintmax_t is already defined on my system, but to no avail; I've alrea

Re: Compilation problems in CutAndPaste.C

2003-06-18 Thread Kayvan A. Sylvan
On Wed, Jun 18, 2003 at 01:05:16PM +0200, Lars Gullik Bjønnes wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > | I get the following with gcc 2.95.2 and gcc 2.96: > [...] > | > | What can this be? > > Antiquated compilers with antiquated std libs. Short of requiring gcc-3, what is

Re: Compilation problems in CutAndPaste.C

2003-06-18 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | I get the following with gcc 2.95.2 and gcc 2.96: [...] | | What can this be? Antiquated compilers with antiquated std libs. -- Lgb

Compilation problems in CutAndPaste.C

2003-06-18 Thread Jean-Marc Lasgouttes
I get the following with gcc 2.95.2 and gcc 2.96: ../../lyx-devel/src/CutAndPaste.C: In function `vector > CutAndPaste::availableSelections (const Buffer &)': ../../lyx-devel/src/CutAndPaste.C:60: result of `operator->()' yields non-pointer result /usr/include/g++-3/stl_deque.h: In method `_Ptr

compilation problems

2002-01-19 Thread Deiters
I have been trying to port LyX-1.1.6fix4 to a Hewlett-Packard workstation (HP-UX 10.20). There is a minor difficulty with configure: libXpm and perl are only recognized, if they can be found under /usr/local/lib or /usr/localbin, resp., irrespeective of what the configure flags (--with-extra-lib .

Re: mathed compilation problems

2001-02-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | cxx does not like inline methods without a definition: | | cxx: Error: ../../../lyx-devel/src/mathed/math_xiter.h, line 41: function | "MathedXIter::GetPos" was referenced but not defined | void GetPos(int &, int &) const; | --

mathed compilation problems

2001-02-13 Thread Jean-Marc Lasgouttes
cxx does not like inline methods without a definition: cxx: Error: ../../../lyx-devel/src/mathed/math_xiter.h, line 41: function "MathedXIter::GetPos" was referenced but not defined void GetPos(int &, int &) const; -^ cxx: Warning: ../../../lyx-devel/src/mathed/math_spacein

Compilation problems in 1.1.6.pre2

2001-01-08 Thread Dr. Ing. Dieter Jurzitza
Dear Listmembers, hopefully I do not bore you with too often answered questions, but anyway. I have scanned the mailing list archive but did not find any reference to my problem. I am using S.u.S.E Linux 7.0, xforms 0.88. I successfully ran configure: ./configure --prefix=/usr --bindir=/usr/bin/

Re: small compilation problems

2000-09-22 Thread Lars Gullik Bjønnes
Lior Silberman <[EMAIL PROTECTED]> writes: | Hello everyone, | | I have two small problems compiling CVS. | | 1. sigc++/thread.h doesn't include the declaration for struct timespec, | 2. in filedlg.C there is an inline function (GroupCache::find) which isn't | handled properly on compilation wi

Re: small compilation problems

2000-09-21 Thread Lior Silberman
On Thu, 21 Sep 2000, Allan Rae wrote: > On Wed, 20 Sep 2000, Lior Silberman wrote: > > > 1. sigc++/thread.h doesn't include the declaration for struct timespec, > > Did you report this to libsigc++? I notice it's been fixed in their > repository so I'll do up a new sigc++ mini-dist. > > Allan

Re: small compilation problems

2000-09-21 Thread John Levon
On Wed, 20 Sep 2000, Lior Silberman wrote: > 2. src/filedlg.C compiles ok, but during the link phase, I get: > filedlg.o: In function `LyXFileDlg::Reread(void)': > filedlg.C:245: undefined reference to `GroupCache::find(unsigned int) const > > I think this is beacuse g++ -g does not expand Group

Re: small compilation problems

2000-09-20 Thread Allan Rae
On Wed, 20 Sep 2000, Lior Silberman wrote: > 1. sigc++/thread.h doesn't include the declaration for struct timespec, Did you report this to libsigc++? I notice it's been fixed in their repository so I'll do up a new sigc++ mini-dist. Allan. (ARRae)

small compilation problems

2000-09-20 Thread Lior Silberman
Hello everyone, I have two small problems compiling CVS. 1. sigc++/thread.h doesn't include the declaration for struct timespec, 2. in filedlg.C there is an inline function (GroupCache::find) which isn't handled properly on compilation with -g. Details: I configure CVS with CXXFLAGS=-g (no -O

Re: LyX 1.1.5: compilation problems on IBM AIX

2000-07-07 Thread Jean-Marc Lasgouttes
> "Serge" == Serge Winitzki <[EMAIL PROTECTED]> writes: Serge> Line 361 of spellchecker.C contains Serge> FD_ZERO(&infds); Serge> I temporarily fixed it by adding "#include " to Serge> spellchecker.C (AIX's man page says this about bzero) but I'm Serge> not sure what's going on. That's IM

LyX 1.1.5: compilation problems on IBM AIX

2000-06-28 Thread Serge Winitzki
Hi, Trying to compile LyX release 1.1.5 on AIX... and getting a strange error message when compiling "spellchecker.C"; (please disregard this message if you already fixed this problem) spellchecker.C: In function `void create_ispell_pipe(const BufferParams &, const string &)': spellchecker.C:36

Re: Compilation problems

2000-02-03 Thread Lars Gullik Bjønnes
Jules Bean <[EMAIL PROTECTED]> writes: | Did you mean '...in only one function'? Yes. | I'm talking about having a simple using declaration for types referenced | in this file. I can't see that that's unacceptable. I am very fond of the idea of keeping the global namespace as clean as possibl

Re: Compilation problems

2000-02-03 Thread Jules Bean
On 3 Feb 2000, Lars Gullik Bjønnes wrote: > > | I'm talking about having a simple using declaration for types referenced > | in this file. I can't see that that's unacceptable. > > I am very fond of the idea of keeping the global namespace as clean as > possible, I realize that with current co

Re: Compilation problems

2000-02-03 Thread Jules Bean
On 3 Feb 2000, Lars Gullik Bjønnes wrote: > Jules Bean <[EMAIL PROTECTED]> writes: > > | Surely it's perfectly acceptable to have > | > | using std::vector; > | > | at the top of a file (in filescope). > > Not if you use that vector in only one file. Did you mean '...in only one function'?

Re: Compilation problems

2000-02-03 Thread Lars Gullik Bjønnes
Jules Bean <[EMAIL PROTECTED]> writes: | Surely it's perfectly acceptable to have | | using std::vector; | | at the top of a file (in filescope). Not if you use that vector in only one file. | That simply says 'in this file, I wish to introduce the type 'std::vector' | into my namespace'. Th

Re: Compilation problems

2000-02-01 Thread Jules Bean
On 28 Jan 2000, Lars Gullik Bjønnes wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | > | Lars> mmm...I want to do that...but so far I have not dared. > | Lars> Eventually "using" should not be used in headers at

Re: Compilation problems

2000-01-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> mmm...I want to do that...but so far I have not dared. | Lars> Eventually "using" should not be used in headers at all, and as | Lars> little as possible in filescope. |

Re: Compilation problems

2000-01-27 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> mmm...I want to do that...but so far I have not dared. Lars> Eventually "using" should not be used in headers at all, and as Lars> little as possible in filescope. You mean we'll be forced to add std:: in front of all STL iden

Re: Compilation problems

2000-01-26 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | What I meant was that instead of |using std::copy; |using std::ostream_iterator; |copy(files.begin(), files.end(), |ostream_iterator(ofs, "\n")); | | you can write |std::copy(files.begin(), files.end(), |std::

Re: Compilation problems

2000-01-26 Thread Dekel Tsur
On Wed, Jan 26, 2000 at 11:39:53AM +0100, Jean-Marc Lasgouttes wrote: > > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > > Dekel> I can't compile the latest cvs because of the using declaration > Dekel> in lastfiles.C:85 and table.C:746 (I use an old g++ - ver. > Dekel> 2.90.29) This can

Re: Compilation problems

2000-01-26 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> I can't compile the latest cvs because of the using declaration Dekel> in lastfiles.C:85 and table.C:746 (I use an old g++ - ver. Dekel> 2.90.29) This can the fixed by moving the using declarations to Dekel> the global scope, or stop

Compilation problems

2000-01-25 Thread Dekel Tsur
I can't compile the latest cvs because of the using declaration in lastfiles.C:85 and table.C:746 (I use an old g++ - ver. 2.90.29) This can the fixed by moving the using declarations to the global scope, or stop using 'using' (std::copy etc. are only used once, so the 'using' declaration is unnec

Re: Compilation problems with cvs 99/01/24

2000-01-24 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Michael> I would like to have __GLIBCPP__ defined in about line 100 | Michael> and 120 (because the other code is not correct - says Sun CC | Michael> 5.0) | | We should probably have a better code the this ad-hoc ifdef, anyway. | Lars, could

Re: Compilation problems with cvs 99/01/24

2000-01-24 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> a few suggestions for/from the Sun CC compiler: Michael> src/insets/figinset.C, add Michael>using std::flush; Done. Michael> src/support/lstrings.C, Michael> I would like to have __GLIBCPP__ defined in about line 1

Compilation problems with cvs 99/01/24

2000-01-24 Thread Michael Schmitt
Hi, a few suggestions for/from the Sun CC compiler: src/insets/figinset.C, add using std::flush; src/support/lstrings.C, I would like to have __GLIBCPP__ defined in about line 100 and 120 (because the other code is not correct - says Sun CC 5.0) Michael --

Compilation problems

2000-01-07 Thread Michael Schmitt
Dear Jean Marc, on Fri Jan 7 21:08:23 MET 2000 I checked out lyx-devel to see whether it works better than before. Unfortunately, I still have a lot of problems with lyx-devel. These are more or less the same as before. Below, I resend a current list to you. More severe, I cannot link lyx an

Re: Compilation problems

2000-01-07 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> SUN CC complains about a few more problems in the lyx-devel Michael> code dated Thu Jan 6 20:11:07 MET 2000. Please find a summary Michael> of necessary fixes below. Michael> Michael Michael> lyx_lex.h, line 16, add Michae

Compilation problems

2000-01-06 Thread Michael Schmitt
Hello, SUN CC complains about a few more problems in the lyx-devel code dated Thu Jan 6 20:11:07 MET 2000. Please find a summary of necessary fixes below. Michael lyx_lex.h, line 16, add using std::istream; mathed/math_defs.h, line 32, add using std::istream; mathed/math_parser.C, line

Re: Some compilation problems with latest cvs

1999-10-24 Thread John Weiss
On Thu, Oct 14, 1999 at 02:58:53PM +0200, Lars Gullik Bjønnes wrote: > John Weiss <[EMAIL PROTECTED]> writes: > > | I'm sure there are other features that haven't made it into every > | compiler yet. There are things which you can safely assume are now in > | every C++ compiler currently in use.

Re: Some compilation problems with latest cvs

1999-10-19 Thread Asger K. Alstrup Nielsen
> If you'd ask me (And I'm pretty sure, you won't ;-| ): Make a single > stable release and start over from scratch. The *last* step would be to > add compatibility to the existent LyX. I always thought that's what was > intented with the old 1.1 branch? We tried that, but it didn't work. We do

Re: Some compilation problems with latest cvs

1999-10-16 Thread Lars Gullik Bjønnes
"Andre' Poenitz" <[EMAIL PROTECTED]> writes: | > Lars> And gcc 2.8.1 shows again that it is not suited for serious C++ | > Lars> development... | > | > Somehow I knew you would say that :) | | | Me too. | = AOL | | Using bleeding edge features is *not* "serious C++ development". What blee

Re: Some compilation problems with latest cvs

1999-10-15 Thread Andre' Poenitz
> Lars> And gcc 2.8.1 shows again that it is not suited for serious C++ > Lars> development... > > Somehow I knew you would say that :) Me too. Using bleeding edge features is *not* "serious C++ development". Serious C++ development is about modularization, lean interfaces, design of re-usa

Re: Some compilation problems with latest cvs

1999-10-14 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> And? The cvs repository on aussie is the same as on | Lars> baywatch...ok you have a problem with the repository named in | Lars> CVS/ ok lets have reboot of baywatch and

Re: Some compilation problems with latest cvs

1999-10-14 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> And? The cvs repository on aussie is the same as on Lars> baywatch...ok you have a problem with the repository named in Lars> CVS/ ok lets have reboot of baywatch and see if that fixes the Lars> problem. OK, I did not know tha

Re: Some compilation problems with latest cvs

1999-10-14 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> We need to fix the check for std::string it is not good. I am | Lars> not sure what we should have it do instead. | | I do not know either... | | Lars> Test if std:: is

Re: Some compilation problems with latest cvs

1999-10-14 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> We need to fix the check for std::string it is not good. I am Lars> not sure what we should have it do instead. I do not know either... Lars> Test if std:: is allowed first? and then depending use stack or Lars> std::stack A

Re: Some compilation problems with latest cvs

1999-10-14 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> What does LyX' configure say about template support on cxx? What | Lars> about mutable? | | checking if C++ compiler supports mutable... yes | checking if C++ compiler su

Re: Some compilation problems with latest cvs

1999-10-14 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> What does LyX' configure say about template support on cxx? What Lars> about mutable? checking if C++ compiler supports mutable... yes checking if C++ compiler supports partial specialization... yes checking whether the C++ co

Re: Some compilation problems with latest cvs

1999-10-14 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" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | | Lars> Lars> Program that I'd like to have

  1   2   >