Martin Vermeer wrote:
Looks like an svn error... change markers. Are they in your local copy?
The file was broken indeed. svn refused to update or revert it,
which is strange. I had to delete it in order to make svn
work.
I got the same errors though, and they don't make sense:
../../lyx-devel/src/lengthcommon.cpp:39: error: expected
primary-expression before '<<' token
There is no "<<" on line 39, which reads:
N_("Text Width %"), N_("Column Width %"), N_("Page Width %"),
N_("Line Width %"),
Similiar errors on line 41 is even stranger - that line is blank.
Trying to investigate, I removed lengthcommon.o and re-made it. This
time it compiled without incident and then lyx built as it should. Weird.
Helge Hafting