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

'git' version not compatible with Boost 1.60 #18

Open
jebofponderworthy opened this issue Jun 7, 2016 · 1 comment
Open

'git' version not compatible with Boost 1.60 #18

jebofponderworthy opened this issue Jun 7, 2016 · 1 comment

Comments

@jebofponderworthy
Copy link

The stable version seems to work fine with Boost 1.60, but the 'git' version gives me the following at runtime:

TypeError: No to_python (by-value) converter found for C++ type: boost::shared_ptr<mididings::backend::BackendBase>

@dsacre
Copy link
Owner

dsacre commented Jun 8, 2016

As far as I can tell this is a bug that was introduced in Boost 1.60, and already fixed in Boost 1.61. If upgrading Boost is not an option for you, you could also apply this patch to your copy of Boost 1.60.

I'm a little surprised that the stable version of mididings would work with Boost 1.60, actually. I would have expected this bug to affect every version of mididings, since it's rather deep inside Boost.Python's C++/Python wrapping mechanism.

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