Add cygwin64 support to wrap_python.hpp#49
Merged
stefanseefeld merged 1 commit intoboostorg:developfrom Mar 6, 2016
Merged
Conversation
This patch adds 64 bit support.
This was referenced Dec 9, 2015
Contributor
|
@fatso83 Unfortunately I no longer have any windows machines available to me to help with any questions (not that I expect too many with such a small patch) so feel free to put your name on the commit if you're in a better position to shepherd it along. |
|
I can confirm that boost/python/detail/wrap_python.hpp still has to be patched to support Boost.Python on Cygwin64 (I'm using Boost 1.60.0). An alternative patch is wrapping This works as Cgwin64 defines SIZEOF_LONG in /usr/include/python2.7/pyconfig.h (which is included by boost/python/detail/wrap_python.hpp). |
stefanseefeld
added a commit
that referenced
this pull request
Mar 6, 2016
Add cygwin64 support to wrap_python.hpp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch adds 64 bit support.
Currently the lack of 64 bit support for Cygwin prevents projects from compiling on Cygwin64 (see ycm-core/YouCompleteMe#684). Variations of this fix has been circulating for a few years.
Originally submitted on the old Trac issue tracker 9 months ago.