On Wed, 3 Apr 2002, Angus Leeming wrote:

> On Wednesday 03 April 2002 9:55 am, Allan Rae wrote:
...
> > In particular, why isn't the "#define __STRING__" sufficient to stop
> > <string> being loaded by some other header?  Dumb STL implementation?
>
> Possibly. It appears that here it's called __STD_STRING.
> Work around?

Add:
        #define __STD_STRING

to src/LString.h just after the

        #define __STRING__

and then try rebuilding --with-included-string.

With a bit of luck that should be all you need to do.

Allan. (ARRae)

Reply via email to