Boost C++ Libraries: Ticket #11125: Preprocessor definitions in wrap_python.hpp don't check for cygwin64 https://svn.boost.org/trac10/ticket/11125 <p> Preprocessor definitions in /libs/python/include/boost/python/detail/wrap_python.hpp assume that cygwin is always 32bit (defining length of long as 4 and number of bits in a word as 32). </p> <p> cygwin64 defines <span class="underline">LP64</span>, so it can be used to discriminate between cygwin32 and cygwin64. </p> <p> Attached patch adds 64bit support. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11125 Trac 1.4.3 chris.nixon@… Thu, 19 Mar 2015 08:56:46 GMT attachment set https://svn.boost.org/trac10/ticket/11125 https://svn.boost.org/trac10/ticket/11125 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">0001-Add-cygwin64-support-to-wrap_python.hpp.patch</span> </li> </ul> Ticket carlerik@… Wed, 09 Dec 2015 01:08:18 GMT <link>https://svn.boost.org/trac10/ticket/11125#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11125#comment:1</guid> <description> <p> Fixing this would fix a lot of other bugs in dependant systems, like GH issue <a class="missing wiki">Valloric/YouCompleteMe</a><a class="closed ticket" href="https://svn.boost.org/trac10/ticket/684" title="#684: Bugs: Compilation error when using additive_combine::seed (closed: Fixed)">#684</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ralf W. Grosse-Kunstleve</dc:creator> <pubDate>Wed, 09 Dec 2015 04:42:35 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/11125#comment:2 https://svn.boost.org/trac10/ticket/11125#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">wontfix</span> </li> </ul> <p> Sorry, this components is no longer maintained. Could you please send your patch to github? <a class="ext-link" href="https://github.com/boostorg/python"><span class="icon">​</span>https://github.com/boostorg/python</a> </p> Ticket carlerik@… Wed, 09 Dec 2015 20:14:22 GMT <link>https://svn.boost.org/trac10/ticket/11125#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11125#comment:3</guid> <description> <p> I can take Chris' changes and apply them to <a class="ext-link" href="https://github.com/boostorg/python/blob/develop/include/boost/python/detail/wrap_python.hpp"><span class="icon">​</span>https://github.com/boostorg/python/blob/develop/include/boost/python/detail/wrap_python.hpp</a>. I'll submit the patch tonight. </p> </description> <category>Ticket</category> </item> <item> <author>carlerik@…</author> <pubDate>Wed, 09 Dec 2015 22:13:42 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/11125#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11125#comment:4</guid> <description> <p> The patch has now been submitted as [pull request 49](<a class="ext-link" href="https://github.com/boostorg/python/pull/49"><span class="icon">​</span>https://github.com/boostorg/python/pull/49</a>) on the Github tracker. I have kept Chris Nixon as the original author in the commit. </p> </description> <category>Ticket</category> </item> </channel> </rss>