Re: lyx-1.3.0 -- serious (gcc) build problems

2003-02-20 Thread Peter Breitenlohner
On Thu, 20 Feb 2003, Peter Breitenlohner wrote: Hi John, in addition to what I wrote earlier today: > > > It seems that the detection of libflimage in configre is broken. Please FIX > > > > It works for me. > > ... > > The first test fails because flimage_dup is not in libforms; OK. The

Re: lyx-1.3.0 -- serious (gcc) build problems

2003-02-20 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Breitenlohner <[EMAIL PROTECTED]> writes: Peter> On Thu, 20 Feb 2003, Andre Poenitz wrote: >> I see this in a tgz version which I believe is the distributed >> 1.3.0. What gives 'grep template-depth *' in your case? Peter> I get three instances (for 2.95.1,, 2.95.*, and 2.9

Re: lyx-1.3.0 -- serious (gcc) build problems

2003-02-20 Thread Peter Breitenlohner
On Thu, 20 Feb 2003, Andre Poenitz wrote: > I see this in a tgz version which I believe is the distributed 1.3.0. > What gives 'grep template-depth *' in your case? I get three instances (for 2.95.1,, 2.95.*, and 2.96*) in each of acinclude.m4, aclocal.m4, and configure. So the problem is (at le

Re: lyx-1.3.0 -- serious (gcc) build problems

2003-02-20 Thread Andre Poenitz
On Thu, Feb 20, 2003 at 11:04:06AM +0100, Peter Breitenlohner wrote: > I certainly don't. Are you talking about the distributed version > (lyx-1.3.0.tar.gz from Feb 6 22:35 UTC) or some CVS version? Or have you > perhaps used 'CFLAGS=-ftemplate-depth-30 configure'? I see this in a tgz version whic

Re: lyx-1.3.0 -- serious (gcc) build problems

2003-02-20 Thread Peter Breitenlohner
On Thu, 20 Feb 2003, Andre Poenitz wrote: > On Thu, Feb 20, 2003 at 10:49:25AM +0100, Peter Breitenlohner wrote: > > So you do need more than 17 template instantiation levels. If gcc-2.95.x is > > known to have a default limit of 17, wouldn't it then be good to add an > > apropriate compiler optio

Re: lyx-1.3.0 -- serious (gcc) build problems

2003-02-20 Thread Andre Poenitz
On Thu, Feb 20, 2003 at 10:49:25AM +0100, Peter Breitenlohner wrote: > So you do need more than 17 template instantiation levels. If gcc-2.95.x is > known to have a default limit of 17, wouldn't it then be good to add an > apropriate compiler option for gcc2 (probably after some suitable tests in >

Re: lyx-1.3.0 -- serious (gcc) build problems

2003-02-20 Thread Peter Breitenlohner
On Wed, 19 Feb 2003, John Levon wrote: > > ../../../lyx-1.3.0/boost/boost/shared_ptr.hpp:203: > > template instantiation depth exceeds maximum of 17 > > > > It seems that somewhere there is a C++ construct misunderstood by > > gcc-2.95.3, or do you really need more than 17 template instantiat

Re: lyx-1.3.0 -- serious (gcc) build problems

2003-02-19 Thread John Levon
On Wed, Feb 19, 2003 at 06:26:28PM +0100, Peter Breitenlohner wrote: > ../../../lyx-1.3.0/boost/boost/shared_ptr.hpp:203: >template instantiation depth exceeds maximum of 17 > > It seems that somewhere there is a C++ construct misunderstood by > gcc-2.95.3, or do you really need more than

lyx-1.3.0 -- serious (gcc) build problems

2003-02-19 Thread Peter Breitenlohner
Hi, Today I was trying to build lyx-1.3.0 for our ix86-linux-gnu systems, but in doing so I encountered serious problems. == First I tried with gcc-2.95.3 and got (with long lines wrapped in order not to exceed 80 columns) ../../../lyx-1.3.0/boost/boost/s