c++ - Error building TMXParser using CMake -


i'm trying build on visual studio 2013. set include , library paths zlib , tinyxml2 , generated projects using cmake. when try build it, these errors:

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 build solution configuration  ========== build: 1 succeeded, 3 failed, 1 up-to-date, 1 skipped ========== 


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -