Re: Error when compiling CVS version

2003-07-11 Thread Kayvan A. Sylvan
This error usually means that your QTDIR variable was not set correctly. On Fri, Jul 11, 2003 at 04:04:33PM +0200, Pascal Francq wrote: > Hi, > I try to compile the CSV version of LyX using qt as frontend. I have got the > following error: > > make[6]: Entering directory `/home/pfrancq/src/lyx-d

Re: Error when compiling CVS version

2003-07-11 Thread John Levon
On Fri, Jul 11, 2003 at 04:04:33PM +0200, Pascal Francq wrote: > I try to compile the CSV version of LyX using qt as frontend. I have got the > following error: What distro ? Configure line ? Qt dir + version ? config.log ? You have somehow ended up with $UIC as "" john

Error when compiling CVS version

2003-07-11 Thread Pascal Francq
Hi, I try to compile the CSV version of LyX using qt as frontend. I have got the following error: make[6]: Entering directory `/home/pfrancq/src/lyx-devel/src/frontends/qt2/ui' tr qt_ BiblioModuleBase.ui -o BiblioModuleBase.h tr: invalid option -- o Try `tr --help' for more information. make[6]:

Error while compiling CVS version of LyX/Qt

2002-12-18 Thread Pascal Francq
When comping the latest CVS version of lyx using the Qt frontend with Qt 3.x, I have the following error: make[5]: Leaving directory `/home/src/lyx-devel/src/frontends/qt2/moc' make[5]: Entering directory `/home/src/lyx-devel/src/frontends/qt2' source='Alert_pimpl.C' object='Alert_pimpl.lo' libtoo

Re: Probelms compiling cvs

2002-10-21 Thread Lars Gullik Bjønnes
Pascal Francq <[EMAIL PROTECTED]> writes: | Hi, | When I try to compile the cvs-devel branch, I have the following | error: cvs update -dP -- Lgb

Re: Probelms compiling cvs

2002-10-21 Thread Joao Luis Meloni Assirati
Lars Gullik Bjønnes wrote: > Pascal Francq <[EMAIL PROTECTED]> writes: > > | Hi, > | When I try to compile the cvs-devel branch, I have the following > | error: > > cvs update -dP I was advised by John Levon to do the same thing. Maybe it should be good to include this in the instructions for cv

Re: Compiling CVS Lyx with Qt

2002-09-18 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Sep 18, 2002 at 10:18:57AM +0200, Lars Gullik Bjønnes wrote: > >> I know what the problem is, but need some free minutes to fix it. > | So you know how to fix it now ? > | I don't understand your previous explanations, because we don't have | probl

Re: Compiling CVS Lyx with Qt

2002-09-18 Thread John Levon
On Wed, Sep 18, 2002 at 10:18:57AM +0200, Lars Gullik Bjønnes wrote: > I know what the problem is, but need some free minutes to fix it. So you know how to fix it now ? I don't understand your previous explanations, because we don't have problems with the gnome AM_CONDITIONALLs regards john --

Re: Compiling CVS Lyx with Qt

2002-09-18 Thread Lars Gullik Bjønnes
Pascal Francq <[EMAIL PROTECTED]> writes: | When ruuning the configure script with Qt used as frontend, I have the | following error. | | checking for putenv... (cached) yes | checking for setenv... (cached) yes | checking for mkfifo... yes | checking for mkstemp... yes | checking for mktemp...

Compiling CVS Lyx with Qt

2002-09-18 Thread Pascal Francq
When ruuning the configure script with Qt used as frontend, I have the following error. checking for putenv... (cached) yes checking for setenv... (cached) yes checking for mkfifo... yes checking for mkstemp... yes checking for mktemp... yes checking types of arguments for select()... int,fd_set

Re: error compiling cvs

2002-07-17 Thread Edwin Leuven
Had to add bool isDrawable() const { return true; } to GraphicsImageXPM.h to compile... On Tuesday 16 July 2002 11:04, Edwin Leuven wrote: > Angus? > > g++ -DHAVE_CONFIG_H -I. -I../../../lyx-devel/src/graphics -I../../src > -I../../../lyx-devel/src/graphics/../ -I../../../lyx-devel/boo

error compiling cvs

2002-07-16 Thread Edwin Leuven
Angus? g++ -DHAVE_CONFIG_H -I. -I../../../lyx-devel/src/graphics -I../../src -I../../../lyx-devel/src/graphics/../ -I../../../lyx-devel/boost -isystem /usr/X11R6/include -g -finline-limit=500 -fno-exceptions -W -Wall -Winline -Winline -c ../../../lyx-devel/src/graphics/GraphicsImageXPM.C -MT

Re: Problem compiling cvs

2002-04-25 Thread Jean-Marc Lasgouttes
> "cghan" == cghan <[EMAIL PROTECTED]> writes: cghan> What is the version of your "autoconf"? If it is 2.5..., then cghan> you have to downgrade to 2.13 or similar. I think I fixed the problems with autoconf 2.5x. At least I can compile with it now. JMarc

Re: Problem compiling cvs

2002-04-23 Thread cghan
On Tue, 23 Apr 2002, Pascal Francq wrote: > Hi, > When I compile current CVS version, I hvae the following error: > > Making all in mathed > make[3]: Entering directory `/home/pfrancq/tmp/lyx-devel/src/mathed' > /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./.

Problem compiling cvs

2002-04-22 Thread Pascal Francq
Hi, When I compile current CVS version, I hvae the following error: Making all in mathed make[3]: Entering directory `/home/pfrancq/tmp/lyx-devel/src/mathed' /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../../boost -isystem /usr/X11R6/include -

Re: problem compiling cvs

2001-03-16 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On 16 Mar 2001, Lars Gullik Bjønnes wrote: | | > John Levon <[EMAIL PROTECTED]> writes: | > | > | On Fri, 16 Mar 2001, Edwin Leuven wrote: | > | | > | > In file included from lyxlex.C:21: | > | > lyxlex_pimpl.h:16: parse error before `{' | > | | > | th

Re: problem compiling cvs

2001-03-16 Thread John Levon
On 16 Mar 2001, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | On Fri, 16 Mar 2001, Edwin Leuven wrote: > | > | > In file included from lyxlex.C:21: > | > lyxlex_pimpl.h:16: parse error before `{' > | > | that needs to be : > | > | ... public boost::noncopyable

Re: problem compiling cvs

2001-03-16 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, 16 Mar 2001, Edwin Leuven wrote: | | > In file included from lyxlex.C:21: | > lyxlex_pimpl.h:16: parse error before `{' | | that needs to be : | | ... public boost::noncopyable | | I suppose Lars missed some ... and that is really strang

Re: problem compiling cvs

2001-03-16 Thread John Levon
On Fri, 16 Mar 2001, Edwin Leuven wrote: > In file included from lyxlex.C:21: > lyxlex_pimpl.h:16: parse error before `{' that needs to be : ... public boost::noncopyable I suppose Lars missed some ... john -- "You lose it if you talk about it." - Ernest Hemingway

problem compiling cvs

2001-03-16 Thread Edwin Leuven
In file included from lyxlex.C:21: lyxlex_pimpl.h:16: parse error before `{' lyxlex_pimpl.h:24: warning: return-type of `Pimpl' defaults to `int' lyxlex_pimpl.h:26: non-member function `GetString()' cannot have `const' method qualifier lyxlex_pimpl.h:28: non-member function `printError(const stri

Re: compiling CVS

2000-08-08 Thread Baruch Even
On Tue, 8 Aug 2000, Angus Leeming wrote: > 2. ios::noreplace does not appear to be a part of the modern standard. At > least, DEC's compiler throws it out. I therefore removed it from > XPM_Renderer::isImageFormatOK() Ok, I'll learn for next time. I guess there is no chance to learn this but to

Re: compiling CVS

2000-08-08 Thread Juergen Vigna
On 08-Aug-2000 Lars Gullik Bjønnes wrote: >| 1. Renderer.[Ch] and XPM_Renderer.[Ch] are required by the source >|code but not > > Did you forget those file Jürgen? > Yes I did but they are already in place (you should have got the mail ;) Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-

Re: compiling CVS

2000-08-08 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Three points: | 1. Renderer.[Ch] and XPM_Renderer.[Ch] are required by the source |code but not Did you forget those file Jürgen? | 2. ios::noreplace does not appear to be a part of the modern standard. At | least, DEC's compiler throws it out. I ther

compiling CVS

2000-08-08 Thread Angus Leeming
Three points: 1. Renderer.[Ch] and XPM_Renderer.[Ch] are required by the source code but not present. I got them out of Baruch's patch directly. (I use "cvs update -dP".) 2. ios::noreplace does not appear to be a part of the modern standard. At least, DEC's compiler throws it out. I therefore rem

Re: Compiling CVS

2000-07-22 Thread Lior Silberman
On 20 Jul 2000, Lars Gullik Bj&resh;nnes wrote: > Lior Silberman <[EMAIL PROTECTED]> writes: > > | These files are not present in lyx-devel/sigc++ . Do I need to get them > | seperately? > > You need to update your cvs checkout properly. > > try adding "-d" > > cvs update -d > (or a new check

Re: Compiling CVS

2000-07-20 Thread Lars Gullik Bjønnes
Lior Silberman <[EMAIL PROTECTED]> writes: | These files are not present in lyx-devel/sigc++ . Do I need to get them | seperately? You need to update your cvs checkout properly. try adding "-d" cvs update -d (or a new checkout) Lgb

Compiling CVS

2000-07-20 Thread Lior Silberman
I've downloaded the CVS (lyx-devel repository), and tried to compile it. (So far I've been using the 1.1.5 relase on a Solaris machine). The system is a RH Linux (I don't know where to find the version), and the compiler is egcs-2.91.66. On the very first file it tries to compile, I get the foll