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-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 are you talking about? STLPort?
 
 Lgb
SGI-v.3.3 without iostreams
The reason for the death was not clear, I think it ran out of warning
tolerance.
The warning set that looked most worisome was the one about
instantiation depth  17 not being allowed. 
but I tried the same with STLPort 4.0, it died earlier with stuff
undefined. Also no iostreams.
Garst



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-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 are you talking about? STLPort?
> 
> Lgb
SGI-v.3.3 without iostreams
The reason for the death was not clear, I think it ran out of warning
tolerance.
The warning set that looked most worisome was the one about
instantiation depth > 17 not being allowed. 
but I tried the same with STLPort 4.0, it died earlier with stuff
undefined. Also no iostreams.
Garst



STL gcc-2.95.2 question

2000-09-14 Thread Garst R. Reese

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



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?
Which version did you try?

LyX should compile. If it doesn't, we need to fix something (but not
necessarily LyX).

Allan. (ARRae)




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 you download?  SGI's STL?  STLport?
 Which version did you try?
SGI's
I can try STLport if you have a URL.
 
 LyX should compile. If it doesn't, we need to fix something (but not
 necessarily LyX).
I'll compile again and save a log. There were msgs about something being
too long to inline. 
 Garst



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 would try to place the code out-of-line.
There should be an error message somewhere earlier in the compiler output.

Again I'll ask which version of SGI STL are you using?
Everything after 3.2.x was being switched to add several new things (like
iostreams) and these have been very unstable and almost unusable on the
few occasions I tried them (last time was 6 months ago).

Allan. (ARRae)




STL & gcc-2.95.2 question

2000-09-14 Thread Garst R. Reese

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



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?
Which version did you try?

LyX should compile. If it doesn't, we need to fix something (but not
necessarily LyX).

Allan. (ARRae)




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 you download?  SGI's STL?  STLport?
> Which version did you try?
SGI's
I can try STLport if you have a URL.
> 
> LyX should compile. If it doesn't, we need to fix something (but not
> necessarily LyX).
I'll compile again and save a log. There were msgs about something being
too long to inline. 
 Garst



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 would try to place the code out-of-line.
There should be an error message somewhere earlier in the compiler output.

Again I'll ask which version of SGI STL are you using?
Everything after 3.2.x was being switched to add several new things (like
iostreams) and these have been very unstable and almost unusable on the
few occasions I tried them (last time was 6 months ago).

Allan. (ARRae)