Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile for Windows #7

Open
sv136 opened this issue Dec 13, 2017 · 2 comments
Open

Compile for Windows #7

sv136 opened this issue Dec 13, 2017 · 2 comments

Comments

@sv136
Copy link

sv136 commented Dec 13, 2017

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).

@sybrenstuvel
Copy link
Owner

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?

@sv136
Copy link
Author

sv136 commented Dec 13, 2017

I could do it, but only for win32 and Debug mode. Win32 is acceptable but Debug is a problem for runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants