-
Notifications
You must be signed in to change notification settings - Fork 233
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
05-inheritance linking error in VS2015 #10
Comments
Do you want to open a PR? I never tried to compile the code on Windows, but it'd be nice to have that platform supported as well. |
I know it's been a couple of months now, but I need to use Boost::python and tried to crack it with a help of Your code. After few days and boost-headaches I can say, that I successfully ran Your code on: I built all of them, but checked only 1,2,3 & 5. |
Hi, was the aforementioned patch included or did it work without? |
It worked without but I had to:
Yet all of these problems are related to Boost and CMake, not Your code ;) |
I close the issue now. I'd still accept an PR if anyone had one... |
build Boost _python need careful, othervise will happen Link error like this: |
Thanks for the project first.
I can compile and run all other example except for 05-inheritance on VS 2015 with Boost.Python 2.7 x64, which gave me the following linking error:
Based on this discussion, I was able to fix the problem by adding the following code to inheritance.cpp. Not sure whether this should be counted as a bug of this project, but I guess it might help others if they also found this issue.
The text was updated successfully, but these errors were encountered: