Skip to content

Compile for Windows #7

@sv136

Description

@sv136

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions