Re: trunk compile failiure

2007-11-10 Thread Uwe Stöhr
Andre Poenitz schrieb: I think #undef min #undef max after #include is still prefered. OK, I commited this version. regards Uwe

Re: trunk compile failiure

2007-11-10 Thread Abdelrazak Younes
Uwe Stöhr wrote: Andre Poenitz schrieb: Windows? Try #undef max after the last #include in that file. This doesn't help, but I found now the problem: You added in r21492 this code to FileName.cpp: #if defined (BOOST_WINDOWS) # define WIN32_LEAN_AND_MEAN # include #endif But this redefi

Re: trunk compile failiure

2007-11-10 Thread Andre Poenitz
On Sat, Nov 10, 2007 at 08:53:29PM +0100, Uwe Stöhr wrote: > Andre Poenitz schrieb: > >> Windows? >> Try #undef max after the last #include in that file. > > This doesn't help, but I found now the problem: > > You added in r21492 this code to FileName.cpp: > > #if defined (BOOST_WINDOWS) > # defi

Re: trunk compile failiure

2007-11-10 Thread Uwe Stöhr
Andre Poenitz schrieb: Windows? Try #undef max after the last #include in that file. This doesn't help, but I found now the problem: You added in r21492 this code to FileName.cpp: #if defined (BOOST_WINDOWS) # define WIN32_LEAN_AND_MEAN # include #endif But this redefines the max comman

Re: trunk compile failiure

2007-11-10 Thread Andre Poenitz
On Sat, Nov 10, 2007 at 02:10:22AM +0100, 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: Synta

Re: trunk compile failiure

2007-11-10 Thread Abdelrazak Younes
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

trunk compile failiure

2007-11-09 Thread Uwe Stöhr
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/chan