Uwe Stöhr wrote:
Since yesterday I get this error:
FileName.cpp
D:\LyXSVN\lyx-devel\src\support\FileName.cpp(629) : error C2589: '(':
Invalid token at the right side of '::'
D:\LyXSVN\lyx-devel\src\support\FileName.cpp(629) : error C2059: Syntax
error: '::'
I fixed this yesterday:
http://www.lyx.org/trac/changeset/21523
but Abdel reverted it:
http://www.lyx.org/trac/changeset/21529
So what is wrong?
Try to put this line at the top of FileName.cpp:
#undef max
If this fixes it then scons is broken on your platform.
Abdel.