forked from snape/RVO2
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
Is there a simple way to install Python-RVO2 for Windows? I faced the problems on linking stage.
RVO.lib(RVOSimulator.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in rvo2.obj
and
python36.lib(python36.dll) : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
It seems msbuild generates project in debug configuration and for x86 architecture by default. How can I fix it? Thnx
I use Windows 10, Python 3.6 (Anaconda) and VC++ 14 (as recommended).
Metadata
Metadata
Assignees
Labels
No labels