Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| >>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> | cxx: Error: ../../../lyx-devel/src/support/lyxstring.h, line
| Lars> 539: | class "lyxstring::Srep" is inaccessible | return new
| Lars> Srep(sz, s);
|
| Lars> This one I am not sure about, could you try with return new
| Lars> lyxstring::Srep(sz, s); instead? If that also does not work, try
| Lars> move the implementation of the func to lyxstring.C.
|
| None of these work...
I am not sure how to fix this one. I would really like to know what it
means by "inaccessible"...
I can't see why that one should not work. Does the cxx have problems
with inner classes?
| The rogue wave library ( used by cxx) does this one character at a time.
Yes, that would probably be a better solution, slower bug better.
| Lars> We can add checks for these in configure. HAVE_OSTREAM and
| Lars> HAVE_ISTREAM
|
| Indeed, including the headers helps a lot. What am I supposed to do
| when they do not exist?
use just <iostream>
Lgb