You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have no experience with building Python-RVO2 on Windows, but based on experience with other projects I have to say that no, there is no simple way to fix these kind of issues. Maybe you can tweak the cmake parameters so that it explicitly chooses the correct settings?
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).
The text was updated successfully, but these errors were encountered: