Andre Poenitz schrieb:
I think
#undef min
#undef max
after #include is still prefered.
OK, I commited this version.
regards Uwe
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
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
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
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
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