>>>>> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:
Allan> Okay, that seals it: cxx is definitely fscked in the head!
Allan> The only reason I can imagine why cxx wants lyxstring to have a
Allan> composite() member (apart from the above statement) is if
Allan> somehow the xtl provided string handler isn't being used for
Allan> lyxstring. So, perhaps there is a problem with the order of
Allan> inclusion of headers?
That's what you get when mixing stl strings and lyxstring, I guess. I
think we should drop the use of lyxstring (or make it off by default).
The good news is that cxx 6.2-037 (the latest) seems to handle
std::string::clear(), so if I get to install it, I'll be able to
compile with stl string.
JMarc