Re: LyX 1.1.5 and missing ".h" on include files

2000-06-30 Thread Jochen Kmietsch
Hello Jean ! On 30-Jun-2000 Jean-Marc Lasgouttes wrote concerning Re: LyX 1.1.5 and missing ".h" on include files: > These are standard C++ headers, and certinly are available with g++ > 2.95.2. Do you have libstdc++ installed? Which version? libstdc++.so.2.10.0 I am fidde

Re: LyX 1.1.5 and missing ".h" on include files

2000-06-30 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > I am trying to compile LyX 1.1.5 on a Solaris 2.7 system, using g++ 2.95.2 | > It seems like a whole load of include directives look like | > #include | > | > instead of | > | > #include | | The first version is correct and should be available wi

Re: LyX 1.1.5 and missing ".h" on include files

2000-06-30 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | But he is using g++ 2.95.2, so things should work well. Lars> gcc 2.95.2 != glibc != glibc++ glibc is not in the equation here. Are you saying that we should support compiling on gcc 2.95.2 with an older STL version (from sun or

Re: LyX 1.1.5 and missing ".h" on include files

2000-06-30 Thread Andre Poenitz
> I am trying to compile LyX 1.1.5 on a Solaris 2.7 system, using g++ 2.95.2 > It seems like a whole load of include directives look like > #include > > instead of > > #include The first version is correct and should be available with gcc 2.95. If not, you can create your own iosfwd: --

Re: LyX 1.1.5 and missing ".h" on include files

2000-06-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Jochen Kmietsch <[EMAIL PROTECTED]> writes: | | Lars> Hello ! | | I am trying to compile LyX 1.1.5 on a Solaris 2.7 | Lars> system, using g++ 2.95.2 | It seems like a whol

Re: LyX 1.1.5 and missing ".h" on include files

2000-06-30 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jochen Kmietsch <[EMAIL PROTECTED]> writes: | Lars> Hello ! | | I am trying to compile LyX 1.1.5 on a Solaris 2.7 Lars> system, using g++ 2.95.2 | It seems like a whole load of include Lars> directives look like | | #include |

Re: LyX 1.1.5 and missing ".h" on include files

2000-06-30 Thread Lars Gullik Bjønnes
Jochen Kmietsch <[EMAIL PROTECTED]> writes: | Hello ! | | I am trying to compile LyX 1.1.5 on a Solaris 2.7 system, using g++ 2.95.2 | It seems like a whole load of include directives look like | | #include | | instead of | | #include So solaris has broken C++ headers... Jean-Marc, can we

Re: LyX 1.1.5 and missing ".h" on include files

2000-06-30 Thread Jean-Marc Lasgouttes
> "Jochen" == Jochen Kmietsch <[EMAIL PROTECTED]> writes: Jochen> Hello ! I am trying to compile LyX 1.1.5 on a Solaris 2.7 Jochen> system, using g++ 2.95.2 It seems like a whole load of include Jochen> directives look like Jochen> #include Jochen> instead of Jochen> #include These are

LyX 1.1.5 and missing ".h" on include files

2000-06-30 Thread Jochen Kmietsch
Hello ! I am trying to compile LyX 1.1.5 on a Solaris 2.7 system, using g++ 2.95.2 It seems like a whole load of include directives look like #include instead of #include which leads to errors like this: g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../ -I../../src/cheaders -I