I pulled the latest source code and regenerated (with c-make) then recompiled (MS Visual Studio 2012 for Windows Desktop).  I got 5 errors:
	Code:
	316 error C2059: syntax error: '{'   file=worlddb.cpp,  line=118,  Project=world
317 error C2143: syntax error: missing ';' before '{'  file=worlddb.cpp,  line=118,  project=world
318 error C2143: syntax error: missing ';' before '}'  file=worlddb.cpp,  line=118,  project=world
56 error C2233: 'entries' : arrays of objects containing zero-size arrays are illegal (..\..\common\patches\rof.cpp)   file=rof_structs.h,  line=4739,  file=common
75 error C2233: 'entries' : arrays of objects containing zero-size arrays are illegal (..\..\common\patches\rof2.cpp)   file=rof2_structs.h,  line=4748,  file=common
 I am doing the build RelWithDebInfo, Win32.  Any ideas if I am doing something wrong or if these are legitimate errors in the code?