Boost C++ Libraries: Ticket #2207: bjam source 64-bit fixes & removal of warnings https://svn.boost.org/trac10/ticket/2207 <p> The attached patch applies to tools/jam/src shipped with Boost 1.36.0. </p> <p> The source has some issues on 64-bit systems, albeit minor. Some of the printf's use the wrong argument specifier, e.g. wrongly use %d for a long, or using %lu rather than %zu for a size_t. </p> <p> While tracking down these, I used gcc -Wall (GCC 4.3) and then fixed every warning so that I now build using "gcc -Wall -Werror" successfully on 5-10 architectures; c.f. <a class="ext-link" href="http://experimental.debian.net/build.php?pkg=boost1.35"><span class="icon">​</span>http://experimental.debian.net/build.php?pkg=boost1.35</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2207 Trac 1.4.3 Steven Robbins <smr@…> Sat, 16 Aug 2008 20:58:44 GMT attachment set https://svn.boost.org/trac10/ticket/2207 https://svn.boost.org/trac10/ticket/2207 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">jam-wall-clean.patch</span> </li> </ul> Ticket René Rivera Sun, 17 Aug 2008 19:24:37 GMT status, version changed https://svn.boost.org/trac10/ticket/2207#comment:1 https://svn.boost.org/trac10/ticket/2207#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>version</strong> <span class="trac-field-old">Boost 1.36.0</span> → <span class="trac-field-new">Boost.Jam 3.1.16</span> </li> </ul> <p> I'll try making as many changes as I can to the trunk version. But since I don't have gcc 4.3 nor a 64 bit machine, would you be willing to do some testing of the changes for the trunk version? </p> Ticket René Rivera Sun, 17 Aug 2008 19:25:35 GMT milestone changed https://svn.boost.org/trac10/ticket/2207#comment:2 https://svn.boost.org/trac10/ticket/2207#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost.Jam 3.1.17</span> </li> </ul> Ticket René Rivera Mon, 29 Sep 2008 00:06:22 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2207#comment:3 https://svn.boost.org/trac10/ticket/2207#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket