Skip to content

Conversation

@ax3l
Copy link
Contributor

@ax3l ax3l commented Jan 14, 2015

This is a pull request for trac issue https://svn.boost.org/trac/boost/ticket/10932

I am compiling Boost.Python with nvcc/6.5, gcc/4.6.2, python/2.7.8 and cmake/3.0.1 right now.

As a side note, I modified the standard FindPythonLibs.cmake a bit to match the cuda_add_library calls.

During compile, get an error

boost/python/exception_translator.hpp(22): error: identifier "_1" is undefined
boost/python/exception_translator.hpp(22): error: identifier "_2" is undefined

due to a missing include:

#include <boost/bind/placeholders.hpp>

boost/python/exception_translator.hpp(22): error: identifier "_1" is undefined
boost/python/exception_translator.hpp(22): error: identifier "_2" is undefined
@ax3l ax3l changed the title Fix Missing Include: Bind Placeholders Fix Trac #10932 Missing Include: Bind Placeholders Jan 14, 2015
@stefanseefeld stefanseefeld self-assigned this Mar 26, 2015
stefanseefeld added a commit that referenced this pull request Mar 26, 2015
Fix Trac #10932 Missing Include: Bind Placeholders
@stefanseefeld stefanseefeld merged commit e1e9eb3 into boostorg:master Mar 26, 2015
@ax3l ax3l deleted the fix-missingPlaceholderInclude branch March 27, 2015 07:49
@ax3l
Copy link
Contributor Author

ax3l commented Mar 27, 2015

@stefanseefeld thx! :)

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

Successfully merging this pull request may close these issues.

2 participants