On Tue, 11 Jul 2000, Lars Gullik Bjønnes wrote:
> | 2. Make LyX compatible with the string class included in libstdc++ by
> | fixing files src/support/lstrings.C (lines 184 and 201,
> | string::compare) and src/lyx_cb.C (line 1109, algorithm copy and string
> | interaction).
>
> You mean unfix
Andre Poenitz <[EMAIL PROTECTED]> writes:
| > > Marko Vendelin <[EMAIL PROTECTED]> writes:
| > >
| > > | 4. Find better implementation of STL for Linux and use its string
| > > |class with LyX and GTK--/Gnome-- (current CVS version of gcc/libstdc++
| > > |is not good enough to compile Ly
"Michael S. Tsirkin" <[EMAIL PROTECTED]> writes:
| 2. Add operator std::basic_string() const
| and lyxstring(const std::basic_string&) const
| to lyxstring to make it possible to convert between
| GTK and lyx strings on the fly.
Oh no you won't!
some helper funcs in lstring will be all I can
> > Marko Vendelin <[EMAIL PROTECTED]> writes:
> >
> > | 4. Find better implementation of STL for Linux and use its string
> > |class with LyX and GTK--/Gnome-- (current CVS version of gcc/libstdc++
> > |is not good enough to compile LyX).
Could anybody please explain once more in simple
Marko Vendelin ([EMAIL PROTECTED]) "GTK/Gnome frontend and string class":
>
> I've tried to add some elementary support of GTK/Gnome frontend to LyX.
> The composed code and collection of configure .m4 scripts brings the GTK
> frontend to the same level as KDE one --- showing
On 11 Jul 2000, Lars Gullik Bjønnes wrote:
> Marko Vendelin <[EMAIL PROTECTED]> writes:
>
> | 4. Find better implementation of STL for Linux and use its string
> |class with LyX and GTK--/Gnome-- (current CVS version of gcc/libstdc++
> |is not good enough to compile LyX).
>
> the libstd
Marko Vendelin <[EMAIL PROTECTED]> writes:
| 2. Make LyX compatible with the string class included in libstdc++ by
|fixing files src/support/lstrings.C (lines 184 and 201,
|string::compare) and src/lyx_cb.C (line 1109, algorithm copy and string
|interaction).
You mean unfixing I hop
I've tried to add some elementary support of GTK/Gnome frontend to LyX.
The composed code and collection of configure .m4 scripts brings the GTK
frontend to the same level as KDE one --- showing the copyright dialog
box. In the code I used GTK-- and GNOME-- libraries (C++ wrappers of GTK
and Gnom