Re: STL & gcc-2.95.2 question

2000-09-15 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > "Garst R. Reese" <[EMAIL PROTECTED]> writes: > > | The basic question is, does it work. > | I installed the STL headers and used > | --with-extra-inc=/usr/local/include/stl > | to point to them. LyX cvs would not compile. Is it supposed to? > > What STL headers

Re: STL & gcc-2.95.2 question

2000-09-15 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | The basic question is, does it work. | I installed the STL headers and used | --with-extra-inc=/usr/local/include/stl | to point to them. LyX cvs would not compile. Is it supposed to? What STL headers are you talking about? STLPort? Lgb

Re: STL & gcc-2.95.2 question

2000-09-14 Thread Allan Rae
On Fri, 15 Sep 2000, Garst R. Reese wrote: > Allan Rae wrote: > > > LyX should compile. If it doesn't, we need to fix something (but not > > necessarily LyX). > Here's the end of the log. That shows only warnings. I wouldn't have thought it'd stop just because it can't inline -- the compiler w

Re: STL & gcc-2.95.2 question

2000-09-14 Thread Garst R. Reese
Allan Rae wrote: > LyX should compile. If it doesn't, we need to fix something (but not > necessarily LyX). Here's the end of the log. Garst /usr/local/include/stl/sequence_concepts.h:71: instantiated from `_ERROR_IN_STL_SEQ::__range_insert_function_requirement_violation > >(deque > &)' /usr

Re: STL & gcc-2.95.2 question

2000-09-14 Thread Garst R. Reese
Allan Rae wrote: > > On Thu, 14 Sep 2000, Garst R. Reese wrote: > > > The basic question is, does it work. > > I installed the STL headers and used > > --with-extra-inc=/usr/local/include/stl > > to point to them. LyX cvs would not compile. Is it supposed to? > > Which STL implementation did yo

Re: STL & gcc-2.95.2 question

2000-09-14 Thread Allan Rae
On Thu, 14 Sep 2000, Garst R. Reese wrote: > The basic question is, does it work. > I installed the STL headers and used > --with-extra-inc=/usr/local/include/stl > to point to them. LyX cvs would not compile. Is it supposed to? Which STL implementation did you download? SGI's STL? STLport? Wh