Boost C++ Libraries: Ticket #8255: Wave build warnings are probably errors on 64-bit https://svn.boost.org/trac10/ticket/8255 <p> Building Boost (1.53.0) Wave for i386 on OSX 10.8.2 with GCC 4.2.1 produces several very long warning messages (~26KB). Having looked into this, these warnings appear to indicate programming <strong>errors</strong> if building for 64-bit (LP64) targets. </p> <p> I built wave with:<br /> </p> <blockquote> <p> cd boost_1_53_0/tools/wave/build<br /> b2 variant=debug </p> </blockquote> <p> The attached patch fixes these warning &amp; should correct the LP64 errors. </p> <p> However, a better fix may be to change the 'line' &amp; 'column' data members &amp; associated accessor functions of struct file_position in boost/wave/util/file_position.hpp from size_t (64-bit on LP64) to uint32_t (or equivalent). (I think 32-bits is plenty big enough.) But that decision I leave to the library owner. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8255 Trac 1.4.3 chris0@… Wed, 06 Mar 2013 17:27:00 GMT attachment set https://svn.boost.org/trac10/ticket/8255 https://svn.boost.org/trac10/ticket/8255 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">wave.patch</span> </li> </ul> <p> Fix wave build warnings </p> Ticket Hartmut Kaiser Thu, 07 Mar 2013 13:34:58 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8255#comment:1 https://svn.boost.org/trac10/ticket/8255#comment:1 <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">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/83345" title="Fix #8255: Wave build warnings are probably errors on 64-bit">[83345]</a>) Fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8255" title="#8255: Bugs: Wave build warnings are probably errors on 64-bit (closed: fixed)">#8255</a>: Wave build warnings are probably errors on 64-bit </p> Ticket