Compiling Lyx on Irix

2001-07-25 Thread Olivier Tubach
Hello, has someone successfully compiled lyx recently on Irix ? seems that the configure script nevers sees the Xforms and the Xpm lib (that are installed). and the file streambuf.h is needed by ./src/mathed/formula.C, but it's not on my system (running IRIX 6.5.11, MipsPro C++ 7.3). any help

Re: Compiling Lyx on Irix

2001-07-25 Thread Andre Poenitz
and the file streambuf.h is needed by ./src/mathed/formula.C, It is certainly not. Which line should that be? Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: Compiling Lyx on Irix

2001-07-25 Thread Mike Meredith
-BEGIN PGP SIGNED MESSAGE- - -BEGIN PGP SIGNED MESSAGE- On Wednesday 25 July 2001 14:47, you wrote: Olivier == Olivier Tubach [EMAIL PROTECTED] writes: Olivier Hello, has someone successfully compiled lyx recently on Irix Olivier ? seems that the configure script nevers

Re: Compiling Lyx on Irix

2001-07-25 Thread Olivier Tubach
Andre Poenitz wrote: and the file streambuf.h is needed by ./src/mathed/formula.C, It is certainly not. Which line should that be? Andre' -- André Pönitz . [EMAIL PROTECTED] ./src/support/sstream.h line 40 : #include streambuf.h included

Re: Compiling Lyx on Irix

2001-07-25 Thread Olivier Tubach
Mike Meredith wrote: Probably a broken compiler. You need to send to the list the contents of your config.log file. Or possibly not. An awful lot of autoconfigured stuff breaks under Irix because it tries to add /usr/lib to the search path for libraries. For better or worse, IRIX has 3

Re: Compiling Lyx on Irix

2001-07-25 Thread Andre Poenitz
./src/support/sstream.h line 40 : #include streambuf.h included from ./src/Lsstream.hline 22 : #include support/sstream.h included from formula.C line 22 : #include Lsstream.h Ok. We were talking avout different levels of 'using' then... Without it, I get with formula.C an error in

Compiling Lyx on Irix

2001-07-25 Thread Olivier Tubach
Hello, has someone successfully compiled lyx recently on Irix ? seems that the configure script nevers sees the Xforms and the Xpm lib (that are installed). and the file streambuf.h is needed by ./src/mathed/formula.C, but it's not on my system (running IRIX 6.5.11, MipsPro C++ 7.3). any help

Re: Compiling Lyx on Irix

2001-07-25 Thread Andre Poenitz
and the file streambuf.h is needed by ./src/mathed/formula.C, It is certainly not. Which line should that be? Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: Compiling Lyx on Irix

2001-07-25 Thread Mike Meredith
-BEGIN PGP SIGNED MESSAGE- - -BEGIN PGP SIGNED MESSAGE- On Wednesday 25 July 2001 14:47, you wrote: Olivier == Olivier Tubach [EMAIL PROTECTED] writes: Olivier Hello, has someone successfully compiled lyx recently on Irix Olivier ? seems that the configure script nevers

Re: Compiling Lyx on Irix

2001-07-25 Thread Olivier Tubach
Andre Poenitz wrote: and the file streambuf.h is needed by ./src/mathed/formula.C, It is certainly not. Which line should that be? Andre' -- André Pönitz . [EMAIL PROTECTED] ./src/support/sstream.h line 40 : #include streambuf.h included

Re: Compiling Lyx on Irix

2001-07-25 Thread Olivier Tubach
Mike Meredith wrote: Probably a broken compiler. You need to send to the list the contents of your config.log file. Or possibly not. An awful lot of autoconfigured stuff breaks under Irix because it tries to add /usr/lib to the search path for libraries. For better or worse, IRIX has 3

Re: Compiling Lyx on Irix

2001-07-25 Thread Andre Poenitz
./src/support/sstream.h line 40 : #include streambuf.h included from ./src/Lsstream.hline 22 : #include support/sstream.h included from formula.C line 22 : #include Lsstream.h Ok. We were talking avout different levels of 'using' then... Without it, I get with formula.C an error in

Compiling Lyx on Irix

2001-07-25 Thread Olivier Tubach
Hello, has someone successfully compiled lyx recently on Irix ? seems that the configure script nevers sees the Xforms and the Xpm lib (that are installed). and the file streambuf.h is needed by ./src/mathed/formula.C, but it's not on my system (running IRIX 6.5.11, MipsPro C++ 7.3). any help

Re: Compiling Lyx on Irix

2001-07-25 Thread Andre Poenitz
> and the file streambuf.h is needed by ./src/mathed/formula.C, It is certainly not. Which line should that be? Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: Compiling Lyx on Irix

2001-07-25 Thread Mike Meredith
-BEGIN PGP SIGNED MESSAGE- - -BEGIN PGP SIGNED MESSAGE- On Wednesday 25 July 2001 14:47, you wrote: > > "Olivier" == Olivier Tubach <[EMAIL PROTECTED]> writes: > > Olivier> Hello, has someone successfully compiled lyx recently on > Irix Olivier> ? seems that the configure

Re: Compiling Lyx on Irix

2001-07-25 Thread Olivier Tubach
Andre Poenitz wrote: > > and the file streambuf.h is needed by ./src/mathed/formula.C, > > It is certainly not. Which line should that be? > > Andre' > > -- > André Pönitz . [EMAIL PROTECTED] ./src/support/sstream.h line 40 : #include included

Re: Compiling Lyx on Irix

2001-07-25 Thread Olivier Tubach
Mike Meredith wrote: > > Probably a broken compiler. You need to send to the list the contents > > of your config.log file. > > Or possibly not. An awful lot of autoconfigured stuff breaks under Irix > because it tries to add /usr/lib to the search path for libraries. For > better or worse, IRIX

Re: Compiling Lyx on Irix

2001-07-25 Thread Andre Poenitz
> ./src/support/sstream.h line 40 : #include > > included from ./src/Lsstream.hline 22 : #include "support/sstream.h" > included from formula.C line 22 : #include "Lsstream.h" Ok. We were talking avout different levels of 'using' then... > Without it, I get with formula.C an error in