Re: buffer local l10n

2002-04-29 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 28-Apr-2002 Lars Gullik Bjønnes wrote: >> >> Can be done with gcc 3.1 and glibc: | [snip] > | You mean localize certain "WorkArea" strings (labels) on the selected | document language? Yes... and we do not really need glibc or libstdc++ support lib

Re: buffer local l10n

2002-04-29 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Sunday 28 April 2002 6:15 pm, Lars Gullik Bjønnes wrote: >> Can be done with gcc 3.1 and glibc: > | Here I get: > | aleem@pneumon:aleem-> cxx -std strict_ansi -o trial trial.C | cxx: Error: trial.C, line 16: no instance of function template |

Re: buffer local l10n

2002-04-29 Thread Angus Leeming
On Sunday 28 April 2002 6:15 pm, Lars Gullik Bjønnes wrote: > Can be done with gcc 3.1 and glibc: Here I get: aleem@pneumon:aleem-> cxx -std strict_ansi -o trial trial.C cxx: Error: trial.C, line 16: no instance of function template "std::use_facet" matches the argument list

Re: buffer local l10n

2002-04-29 Thread Juergen Vigna
On 28-Apr-2002 Lars Gullik Bjønnes wrote: > > Can be done with gcc 3.1 and glibc: [snip] You mean localize certain "WorkArea" strings (labels) on the selected document language? Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-M

buffer local l10n

2002-04-28 Thread Lars Gullik Bjønnes
Can be done with gcc 3.1 and glibc: #include #include #include using namespace std; /// class LyXMessages { public: /// typedef messages::catalog catalog; /// LyXMessages(string const & l, string const & dir) : lang(l), localedir(dir),