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 from ./src/Lsstream.h    line 22 : #include "support/sstream.h"

included from formula.C line 22 : #include "Lsstream.h"


Please note that I created in   ./src a file named iostream  containing
----
#ifndef IOSTREAM_KLUDGE
#define IOSTREAM_KLUDGE
#include <iostream.h>
namespace std { void iostream_kludge(); };
#endif
----


Without it, I get with formula.C an error in /usr/include/CC/iostream
(system file)
#error This header file requires the -LANG:std option

Well, STL hell again and again.
And as often, configure that doesn't work...  (I'm a bit desapointed today :)

Thanks for any help,
Olivier



Reply via email to