Enrico Forestieri <[EMAIL PROTECTED]> writes: > > On Thu, May 10, 2007 at 04:27:27PM +0000, Jean-Pierre Chrétien wrote: > > > Jean-Pierre Chrétien <chretien <at> ...> writes: [...] > > > > In addition, after Open->Examples, I get the directory structure all right, > > but when I enter the fr directory, I get only the first letter of > > each file, with a bunch of messages like: > > > > intersectingStaticSet: row 11 was invalid > > intersectingStaticSet: row 12 was invalid > > ... > > > > Finally, I ran make check (usually I don't) and got a failure > > on test_filetools > > > > What can I do help debugging this ? > > I really have no idea. Everything you describe works fine for me. > The warning above is issued by the intersectingStaticSet method > in the Qt class QListViewPrivate, but I neither have a clue about it, > nor a Solaris 8 at hand to check that. Try to find some example among > those distributed with the Qt source code which is using a QListview > and see whether it works or not. If it works, what you experiment may > be a problem related to LyX, otherwise it is a Qt problem on Solaris 8 > and we cannot do much about it.
Thanks for the hint, I get it with the examples, definitely a Solaris bug. I will check with my admin (Qt is compiled from source here). What about the assertions when I open a new file (either New or New from template) : Assertion triggered in lyx::support::FileName::FileName(const std::string&) by failing check "empty() || absolutePath(name_)" in file filename.C:47 Could this be also a bug in the Qt file name management ? -- Jean-Pierre