Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Building using mingw64 on Windows using Python 3.X x64 #177

Open
mcvicuna opened this issue Jun 23, 2016 · 0 comments
Open

Building using mingw64 on Windows using Python 3.X x64 #177

mcvicuna opened this issue Jun 23, 2016 · 0 comments

Comments

@mcvicuna
Copy link

The instructions in the wiki are a bit vague and I don't believe they work with x64 versions of python.
Some issues I had:

  • Building boost python.
    There is a lot of information on the web and it took a bit to find one that worked. I used instructions from http://alexadotlife.com/blog/2013/10/13/boost-python-mingw64/ to get it working.
    The missing steps from the wiki are the command to make the import library in a form mingw64 will understand and the boost build options needed to build 64bit boost-python.
  • Buidling pygmo
    CMake for some reason couldn't or wouldn't find the python import library so I had to manually specify it as "C:/PythonXX/libs/libpythonXX.a". I also added -DMS_WIN64 to CMAKE_CXX_FLAGS.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant