Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fix Trac #10932 Missing Include: Bind Placeholders#13

Merged
stefanseefeld merged 1 commit intoboostorg:masterboostorg/python:masterfrom
ax3l:fix-missingPlaceholderIncludeax3l/python:fix-missingPlaceholderIncludeCopy head branch name to clipboard
Mar 26, 2015
Merged

Fix Trac #10932 Missing Include: Bind Placeholders#13
stefanseefeld merged 1 commit intoboostorg:masterboostorg/python:masterfrom
ax3l:fix-missingPlaceholderIncludeax3l/python:fix-missingPlaceholderIncludeCopy head branch name to clipboard

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.