During the compilation of MonetDB5 in windows I got the error: cl -GF -W3 -wd4273 -wd4102 -MD -nologo -Zi -Ox -I. -I.\..\.. "-IC:\Pthreads\include" -I.\..\..\..\src\tools "-I..\mal" -I.\..\..\..\..\clients\NT\include -I.\..\..\..\..\clients\NT\include\MonetDB\mapilib "-IC:\cygwin\home\goncalve\MonetDB\Mone tDB_SQL\MonetDB\NT\include" "-IC:\cygwin\home\goncalve\MonetDB\MonetDB_SQL\MonetDB\NT\include\common" "-IC:\cygwin\home\goncal ve\MonetDB\MonetDB_SQL\MonetDB\NT\include\gdk" "-IC:\cygwin\home\goncalve\MonetDB\MonetDB_SQL\MonetDB\NT\include\monet" "-IC:\ cygwin\home\goncalve\MonetDB\MonetDB_SQL\MonetDB\NT\include\plain" "-IC:\cygwin\home\goncalve\MonetDB\MonetDB_SQL\MonetDB\NT\i nclude\mapi" -I.\..\..\..\src\tools "-I..\mal" -I.\..\..\..\..\clients\NT\include -I.\..\..\..\..\clients\NT\include\MonetDB\ mapilib "-IC:\cygwin\home\goncalve\MonetDB\MonetDB_SQL\MonetDB\NT\include" "-IC:\cygwin\home\goncalve\MonetDB\MonetDB_SQL\Mone tDB\NT\include\common" "-IC:\cygwin\home\goncalve\MonetDB\MonetDB_SQL\MonetDB\NT\include\gdk" "-IC:\cygwin\home\goncalve\Monet DB\MonetDB_SQL\MonetDB\NT\include\monet" "-IC:\cygwin\home\goncalve\MonetDB\MonetDB_SQL\MonetDB\NT\include\plain" "-IC:\cygwin \home\goncalve\MonetDB\MonetDB_SQL\MonetDB\NT\include\mapi" -c mserver5.c mserver5.c mserver5.mx(161) : error C2146: syntax error : missing ')' before identifier 'VERSION' mserver5.mx(161) : error C2144: syntax error : '<Unknown>' should be preceded by '<Unknown>' mserver5.mx(161) : error C2144: syntax error : '<Unknown>' should be preceded by '<Unknown>' mserver5.mx(161) : error C2143: syntax error : missing ')' before 'identifier' mserver5.mx(161) : error C2059: syntax error : ')' mserver5.mx(179) : error C2065: 'VERSION' : undeclared identifier NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. I tried to correct it, but I cannot find it. I checked the last commits to the files mserver.mx and I do not find any syntax error. Any idea? Regards, Romulo