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

Boost Python3 with VS 2013 not working #5282

Closed
andreaskoelsch opened this issue May 24, 2017 · 2 comments
Closed

Boost Python3 with VS 2013 not working #5282

andreaskoelsch opened this issue May 24, 2017 · 2 comments

Comments

@andreaskoelsch
Copy link

Hi,
I am trying to get boost python3 working in a VS 2013 C++ project. I use NuGet Package Manager for Visual Studio 2013, version 2.8.60610.756 to download boost 1.64.0.0 and boost_python3-vc120 1.64.0.0 in a new project.
I add C:\Users\user\AppData\Local\Continuum\Miniconda3\envs\python35\include and C:\Users\user\AppData\Local\Continuum\Miniconda3\envs\python35\libs to the VC++ Directories.

Then I #include "boost/python.hpp" and try to compile.

This produces error LNK1104: cannot open file 'boost_python-vc120-mt-1_64.lib'.

So, it looks like Boost is trying to find the python2 libs, which I do not want to use. How can I make it use the boost_python3-vc120-mt-1_64.lib which it downloaded instead?

@emgarten
Copy link
Member

@koelscha please contact the package owner for package support.

@sergey-shandar
Copy link

It's known issue sergey-shandar/getboost#33 which should be fixed in Boost 1.65. You may close the issue.

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

3 participants