armory3d / armorcore

3D Engine Core for C with JS scripting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linker Error after Compilation

Chaddyfynn opened this issue · comments

Trying to build this on x64 system using Visual Studio.

During linking I receive 1354 linker errors, generally formatted:
Error LNK2038 mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MTd_StaticDebug' in main.obj Armory G:\GitHub Repos\armorcore\build\v8_monolith.lib(default-platform.obj) 1

with a bunch of
Error LNK2038 mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj Armory G:\GitHub Repos\armorcore\build\v8_monolith.lib(names-provider.obj) 1

All linker errors have different associated .obj files from v8_monolith.

Changed from Debug to Release