我正在尝试在 Visual Studio 2013 上构建它。我为 ZLIB 和 TINYXML2 设置了包含和库路径,并使用 cmake 生成了项目。当我尝试构建它时,我收到以下错误:
1>------ Build started: Project: tmxparser, Configuration: Debug Win32 ------
2>------ Build started: Project: tmxparser_static, Configuration: Debug Win32 ------
1>cl : Command line error D8021: invalid numeric argument '/Werror=strict-prototypes'
2>cl : Command line error D8021: invalid numeric argument '/Werror=strict-prototypes'
3>cl : Command line error D8021: invalid numeric argument '/Werror'
5>------ Skipped Build: Project: INSTALL, Configuration: Debug Win32 ------
5>Project not selected to build for this solution configuration
========== Build: 1 succeeded, 3 failed, 1 up-to-date, 1 skipped ==========