Re: Compilation errors

2020-11-20 Thread Jean-Marc Lasgouttes
Le 20/11/2020 à 16:34, Kornel Benko a écrit : Fixed at 5474c3fb Sorry about that. A last minute change. JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Compilation errors

2020-11-20 Thread Kornel Benko
Am Fri, 20 Nov 2020 16:24:32 +0100 schrieb Kornel Benko : > Compiled with --std=c++17 > > /usr2/src/lyx/lyx-git/src/frontends/qt/GuiView.cpp: In member function ‘void > lyx::frontend::GuiView::updateDialogs()’: > /usr2/src/lyx/lyx-git/src/frontends/qt/GuiView.cpp:4903:2: > warning: this ‘for’ cl

Re: Compilation Errors

2011-05-14 Thread Rob Oakes
Hi Peter, > I assume it links against the wrong libiconv. I tried to fix this it > yesterday when I had the same error. > Building with internal libintl it should work with /usr/lib/libiconv.dylib, > you could set the library > with -DICONV_LIBRARY=/usr/lib/libiconv.dylib. If it doesn't work wit

Re: Compilation Errors

2011-05-13 Thread Peter Kümmel
On 14.05.2011 01:01, Rob Oakes wrote: Thanks Peter, It's fixed. It's possible to build with external and internal libintl now. Thanks for taking a look at it. For some reason, I still kept having problems (even after deleting my build directory and CMakeLists.txt.user). It still kept trying

Re: Compilation Errors

2011-05-13 Thread Peter Kümmel
On 14.05.2011 01:12, Rob Oakes wrote: It's fixed. It's possible to build with external and internal libintl now. Thanks for taking a look at it. For some reason, I still kept having problems (even after deleting my build directory and CMakeLists.txt.user). It still kept trying to use the exte

Re: Compilation Errors

2011-05-13 Thread Rob Oakes
>> It's fixed. It's possible to build with external and internal libintl now. > > Thanks for taking a look at it. For some reason, I still kept having problems > (even after deleting my build directory and CMakeLists.txt.user). It still > kept trying to use the external libintl. > > So ... I we

Re: Compilation Errors

2011-05-13 Thread Rob Oakes
Thanks Peter, > It's fixed. It's possible to build with external and internal libintl now. Thanks for taking a look at it. For some reason, I still kept having problems (even after deleting my build directory and CMakeLists.txt.user). It still kept trying to use the external libintl. So ... I

Re: Compilation Errors

2011-05-12 Thread Peter Kümmel
Any thoughts as to what I might be doing wrong? Do I need to change the compilation flags? A quick Google search shows that Mac doesn't seem to ship with libintl. Might the configuration on Mac OS X be reverting to the generic Linux? (Sorry, cmake is mostly black magic to me.) Cheers, Rob Do

Re: Compilation Errors

2011-05-12 Thread Peter Kümmel
On 12.05.2011 19:16, Kornel wrote: Am Donnerstag, 12. Mai 2011 schrieb Peter Kümmel: On 12.05.2011 18:04, Rob Oakes wrote: Dear LyX Developers, Is anyone else getting compilation errors on Mac OS X after the cmake directory cleanup? I just merged with the most recent SVN, and this is what I'm

Re: Compilation Errors

2011-05-12 Thread Kornel
Am Donnerstag, 12. Mai 2011 schrieb Peter Kümmel: > On 12.05.2011 18:04, Rob Oakes wrote: > > Dear LyX Developers, > > > > Is anyone else getting compilation errors on Mac OS X after the cmake > > directory cleanup? I just merged with the most recent SVN, and this is > > what I'm getting (after r

Re: Compilation Errors

2011-05-12 Thread Peter Kümmel
On 12.05.2011 18:04, Rob Oakes wrote: Dear LyX Developers, Is anyone else getting compilation errors on Mac OS X after the cmake directory cleanup? I just merged with the most recent SVN, and this is what I'm getting (after reconfiguring with cmake): /Users/RobOakes/Developer/LyX-Outline/LyX

Re: Compilation errors when in alpha mode

2008-03-21 Thread Pavel Sanda
> > > In the line above I replaced g++ by g++ -E and I have removed what comes > > > after the -c (of course). > > > > > > I send you the result attached. It seems that the compiler is right > > > bad_cast is nowhere to be found... > > > > bad_cast come from > > /usr/lib/gcc/i686-pc-linux-gnu/4.1.2

Re: Compilation errors when in alpha mode

2008-03-21 Thread José Matos
On Friday 21 March 2008 01:40:55 Pavel Sanda wrote: > José Matos wrote: > > In the line above I replaced g++ by g++ -E and I have removed what comes > > after the -c (of course). > > > > I send you the result attached. It seems that the compiler is right > > bad_cast is nowhere to be found... > > b

Re: Compilation errors when in alpha mode

2008-03-21 Thread José Matos
On Friday 21 March 2008 01:07:39 Pavel Sanda wrote: > > >  g++ -DHAVE_CONFIG_H -I. -I../../../../lyx/lyx-devel/src/support > > > -I../../src -I../../../../lyx/lyx-devel/src/support/.. > > > -I../../../../lyx/lyx-devel/boost -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR > > > -DQT_NO_STL -DQT_NO_KEYWORDS -D

Re: Compilation errors when in alpha mode

2008-03-20 Thread Pavel Sanda
José Matos wrote: > In the line above I replaced g++ by g++ -E and I have removed what comes > after > the -c (of course). > > I send you the result attached. It seems that the compiler is right bad_cast > is nowhere to be found... bad_cast come from /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/includ

Re: Compilation errors when in alpha mode

2008-03-20 Thread Pavel Sanda
> > I have been trying to compile the first alpha release, for that I have > > changed > > configure.ac changing the release from 1.6.0svn to 1.6.0alpha1, this > > changes > > automatically the configure flags to be in the pre-release mode. > > fyi i have just succesfully compiled alpha1. > i

Re: Compilation errors when in alpha mode

2008-03-20 Thread Pavel Sanda
> On Thursday 20 March 2008 15:30:49 José Matos wrote: > > I have been trying to compile the first alpha release, for that I have > > changed configure.ac changing the release from 1.6.0svn to 1.6.0alpha1, > > this changes automatically the configure flags to be in the pre-release > > mode. > > I

Re: Compilation errors when in alpha mode

2008-03-20 Thread Pavel Sanda
> I have been trying to compile the first alpha release, for that I have > changed > configure.ac changing the release from 1.6.0svn to 1.6.0alpha1, this changes > automatically the configure flags to be in the pre-release mode. fyi i have just succesfully compiled alpha1. i just changed 1.6.0a

Re: Compilation errors when in alpha mode

2008-03-20 Thread José Matos
On Thursday 20 March 2008 15:30:49 José Matos wrote: > I have been trying to compile the first alpha release, for that I have > changed configure.ac changing the release from 1.6.0svn to 1.6.0alpha1, > this changes automatically the configure flags to be in the pre-release > mode. I have another t

Re: Compilation errors

2002-09-10 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> but of course... I never relate to 1.2.x only to CVS. FWIW, the dist was missing in cvs too. JMarc

Re: Compilation errors

2002-09-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Sure? > | I am sure that xforms.m4 is missing from EXTRA_DIST and that Claus did | run autogen. So it really could not work... > | Lars> I have seen more or less the exact s

Re: Compilation errors

2002-09-10 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Sure? I am sure that xforms.m4 is missing from EXTRA_DIST and that Claus did run autogen. So it really could not work... Lars> I have seen more or less the exact same because of wrong usage Lars> of AM_CONDITIONAL What I am

Re: Compilation errors

2002-09-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> I find the AM_CONDITIONAL pretty nice, nicer than puting #ifdef | Lars> compile_with_xpm_support in source files... also nicer than | Lars> putting the files in configure >

Re: Compilation errors

2002-09-10 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I find the AM_CONDITIONAL pretty nice, nicer than puting #ifdef Lars> compile_with_xpm_support in source files... also nicer than Lars> putting the files in configure In this particular case, it seems that the problem was that

Re: Compilation errors

2002-09-09 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> I think I know what this problem is. | | Lars> It is undefined behaviour with how some AM_CONDITIONAL is used | Lars> now. | | Lars> The result is that the XPM loaders i

Re: Compilation errors

2002-09-09 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I think I know what this problem is. Lars> It is undefined behaviour with how some AM_CONDITIONAL is used Lars> now. Lars> The result is that the XPM loaders is alwas turned on... I'd be interested to see a fix for that. Not

Re: Compilation errors

2002-09-09 Thread Lars Gullik Bjønnes
"Claus Hentschel" <[EMAIL PROTECTED]> writes: | Trying to compile release 1.2.1 on both Win32/Cygwin and SuSE 8.0 I do get | errors, because | #include FORMS_H_LOCATION | can't be resolved by the C-preprocessor. A diff with 1.2.0 shows that | src/config.h does not include any xforms stuff in