New DEBUG/MS_ERRORFILE mechanism (RFC-28) committed to SVN

Daniel Morissette dmorissette at MAPGEARS.COM
Sun Jul 8 15:50:44 EDT 2007


Tamas Szekeres wrote:
> Daniel,
> 
> It seems VS2003 has a lack of the support of vsnprintf and _vsnprintf
> should be used instead.
> This problem breaks the VS2003 builder in the buildbot configuration.
> 
> So we might have to apply something like:
> 
> #if defined(_WIN32) && !defined(__CYGWIN__)
> #define vsnprintf _vsnprintf
> #endif
> 

I've added that and the build passes now. Thanks.

Daniel
-- 
Daniel Morissette
http://www.mapgears.com/



More information about the mapserver-dev mailing list