Re: XTL and lyxstring

2000-04-26 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Just face it, lyxstring is not created for use in modern c++ Lars> libs where several components are dependant upon the existance Lars> of basci_string<> OK, so how difficult would it be to use real string on all systems? I'd

Re: XTL and lyxstring

2000-04-26 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | I think this problem and those reported by cxx are due to not enough | jiggery-pokery in LString.h. XTL's methods are written as: | void input_simple(std::string &); | | for example, but we only: | typedef lyxstring string; | | We should prob

Re: XTL and lyxstring

2000-04-25 Thread Allan Rae
On Tue, 25 Apr 2000, Angus Leeming wrote: > Allan, this one is for you I think. > > Attempting to compile the rae branch of CVS with gcc-2.95.2 and > lyxstring I get the follwing at linking: > > Unresolved: > overflow_error::overflow_error(lyxstring const &) > > This makes sense. In xtl/objio.

XTL and lyxstring

2000-04-25 Thread Angus Leeming
Allan, this one is for you I think. Attempting to compile the rae branch of CVS with gcc-2.95.2 and lyxstring I get the follwing at linking: Unresolved: overflow_error::overflow_error(lyxstring const &) This makes sense. In xtl/objio.h we have: class mem_buffer { ... public: