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-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

Problem compiling cvs

2002-04-23 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

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-23 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

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

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

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

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 strange

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 | | I

Re: problem compiling cvs

2001-03-16 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On 16 Mar 2001, Lars Gullik Bjnnes 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

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

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

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

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 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 `{' | > | | > |