>>>>> "Dimitri" == Dimitri PAPADOPOULOS-ORFANOS <[EMAIL PROTECTED]> writes:
Dimitri> Hello, Lyx will not compile with SUn's CC, because CC cannot
Dimitri> understand this: class LString { // ... // CC complains
Dimitri> here: // Error: A member cannot be initialized // except in a
Dimitri> constructor int const npos = 25; // ... };
Dimitri> Maybe this should be added in file `INSTALL', under
Dimitri> `Problems'. I use lyx-0.13.1.
Hello,
Please note that
(1) lyx 0.13.1 is a development release, which should only be used for
development work: it has wrong documentation, can destroy your data,
and eat all your cakes (fotunately, we have rarely seen this effect).
(2) 0.13.1 is an *old* development release. Much work has been done
since then and much code has changed. If you are interested in the
development of LyX, you should check out the cvs repository.
That said...
It appears that lyx-1.1.x has a similar contruct in place of what you
describe. Thus, your bug report is still valid:
/// "all characters" marker
static const size_type npos = static_cast<size_type>(-1);
So, thanks for the report.
JMarc
--
+++ the lyx project user mailing list +++
To unsubscribe from this list send mail to
[EMAIL PROTECTED]
with the **Subject** unsubscribe.