Boost C++ Libraries: Ticket #3795: Fix boost_graph build on RHEL3 https://svn.boost.org/trac10/ticket/3795 <p> Attached patch fixed the build on RHEL3 with stock gcc. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3795 Trac 1.4.3 Max Khon <fjoe@…> Thu, 24 Dec 2009 09:47:53 GMT attachment set https://svn.boost.org/trac10/ticket/3795 https://svn.boost.org/trac10/ticket/3795 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-gcc3.2.patch</span> </li> </ul> Ticket Max Khon <fjoe@…> Thu, 24 Dec 2009 09:52:53 GMT <link>https://svn.boost.org/trac10/ticket/3795#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3795#comment:1</guid> <description> <ul><li>Error message is: </li></ul><p> gcc.compile.c++ bin.v2/libs/graph/build/gcc-3.2.3/release/pch-off/threading-multi/read_graphviz_new.o libs/graph/src/read_graphviz_new.cpp:78: semicolon missing after declaration of </p> <blockquote> <p> `boost::read_graphviz_detail::token::token_type' </p> </blockquote> <ul><li>gcc version is: </li></ul><p> [root@rpmbuild-as3 boost_1_41_0]# g++ --version g++ (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-54) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. </p> <ul><li>RHEL3 version is: </li></ul><p> [root@rpmbuild-as3 boost_1_41_0]# cat /etc/redhat-release Red Hat Enterprise Linux AS release 3 (Taroon Update 7) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Jeremiah Willcock</dc:creator> <pubDate>Sat, 26 Dec 2009 20:30:59 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3795#comment:2 https://svn.boost.org/trac10/ticket/3795#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">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/58531" title="Split enum definition and object definition to work around issue in ...">[58531]</a>) Split enum definition and object definition to work around issue in GCC 3.2; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3795" title="#3795: Bugs: Fix boost_graph build on RHEL3 (closed: fixed)">#3795</a> </p> Ticket