Boost C++ Libraries: Ticket #1410: Missing include statements and other errors https://svn.boost.org/trac10/ticket/1410 <p> Hi, </p> <p> I checked the header files of wave and found a few errors which are fixed with the attached patch. Please note that wave has still some errors which need to be addressed later as well ... </p> <p> Jens </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1410 Trac 1.4.3 jensseidel@… Mon, 05 Nov 2007 14:36:23 GMT attachment set https://svn.boost.org/trac10/ticket/1410 https://svn.boost.org/trac10/ticket/1410 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost.wave.diff</span> </li> </ul> Ticket Jens Seidel <jensseidel@…> Sun, 02 Dec 2007 15:56:08 GMT <link>https://svn.boost.org/trac10/ticket/1410#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1410#comment:1</guid> <description> <p> No action happened until today. Fixing these issues by applying (at least parts) of the patch takes you not a long time and fixes some errors. Please note that even more needs to be fixed and I will definitively not look into it if you ignore existing patches. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Hartmut Kaiser</dc:creator> <pubDate>Sun, 02 Dec 2007 17:18:56 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1410#comment:2 https://svn.boost.org/trac10/ticket/1410#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/41588" title="Applied patch supplied by Jens Seidel. Fixed #1410.">[41588]</a>) Applied patch supplied by Jens Seidel. Fixed <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1410" title="#1410: Patches: Missing include statements and other errors (closed: fixed)">#1410</a>. </p> Ticket Hartmut Kaiser Sun, 02 Dec 2007 17:20:59 GMT <link>https://svn.boost.org/trac10/ticket/1410#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1410#comment:3</guid> <description> <p> Sorry, I must have missed your patch. It's applied now in the trunk. Thanks! </p> </description> <category>Ticket</category> </item> <item> <author>Jens Seidel <jensseidel@…></author> <pubDate>Sun, 02 Dec 2007 18:03:52 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1410#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1410#comment:4</guid> <description> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/1410#comment:3" title="Comment 3">hkaiser</a>: </p> <blockquote class="citation"> <p> Sorry, I must have missed your patch. </p> </blockquote> <p> Can happen ... </p> <blockquote class="citation"> <p> It's applied now in the trunk. Thanks! </p> </blockquote> <p> Great! </p> <p> OK, now I started by script again and compiled each header file (included in a empty .cpp file) again and got much better results. Nevertheless it stops multiple times because of </p> <p> boost/wave/wave_config.hpp:408:2: error: #error "Boost.Wave: the constant PHOENIX_LIMIT must be at least defined to 6" " to compile the library." </p> <p> You probably have to fix it. Please note that the output contained "at least defined to 4" but the test if for &lt;6, so I changed this as well. </p> <p> I attached the output of my script please check! </p> </description> <category>Ticket</category> </item> <item> <author>Jens Seidel <jensseidel@…></author> <pubDate>Sun, 02 Dec 2007 18:04:26 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/1410 https://svn.boost.org/trac10/ticket/1410 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">wave.txt</span> </li> </ul> Ticket Hartmut Kaiser Sun, 02 Dec 2007 19:08:43 GMT <link>https://svn.boost.org/trac10/ticket/1410#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1410#comment:5</guid> <description> <p> Applied some additional fixes in trunk (rev. 41590). Thanks! </p> </description> <category>Ticket</category> </item> <item> <author>Jens Seidel <jensseidel@…></author> <pubDate>Sun, 02 Dec 2007 20:34:23 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1410#comment:6 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1410#comment:6</guid> <description> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/1410#comment:5" title="Comment 5">hkaiser</a>: </p> <blockquote class="citation"> <p> Applied some additional fixes in trunk (rev. 41590). Thanks! </p> </blockquote> <p> Great, but still not perfect. </p> <p> What compiler do you use? I get using g++ (I think I used the 4.3 snapshot): </p> <p> error: there are no arguments to 'spirit_assign_actor' that depend on a template parameter, so a declaration of 'spirit_assign_actor' must be available </p> <p> According to <a class="ext-link" href="http://gcc.gnu.org/onlinedocs/gcc/Name-lookup.html"><span class="icon">​</span>http://gcc.gnu.org/onlinedocs/gcc/Name-lookup.html</a> g++ checks this since 3.4 which is a rather old version. </p> <p> It took me a while to fix it as I normally just add a this-&gt; which fails for static functions but I found a solution and attached a patch. This is the last error in wave! </p> <p> So you see that checking each header file on it's own is a trivial but important test. </p> </description> <category>Ticket</category> </item> <item> <author>Jens Seidel <jensseidel@…></author> <pubDate>Sun, 02 Dec 2007 20:34:47 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/1410 https://svn.boost.org/trac10/ticket/1410 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost.wave.diff2</span> </li> </ul> Ticket Jens Seidel <jensseidel@…> Sun, 02 Dec 2007 20:37:47 GMT <link>https://svn.boost.org/trac10/ticket/1410#comment:7 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1410#comment:7</guid> <description> <p> PS: One further question. As you managed to get the PHOENIX_LIMIT error go away, how about removing the comment <em> boost/spirit/attribute.hpp sets PHOENIX_LIMIT to 3 in boost/wave/wave_config.hpp? </em></p> <p> Or is including boost/spirit/attribute.hpp before boost/wave/wave_config.hpp still a bad idea and needs to be fixed in boost/spirit/attribute.hpp (and maye other files as well)? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Eric Niebler</dc:creator> <pubDate>Sun, 02 Dec 2007 23:20:20 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1410#comment:8 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1410#comment:8</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/41596" title="Merged revisions 41488-41595 via svnmerge from ...">[41596]</a>) Merged revisions 41488-41595 via svnmerge from <a class="ext-link" href="https://svn.boost.org/svn/boost/trunk"><span class="icon">​</span>https://svn.boost.org/svn/boost/trunk</a> </p> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41489" title="fixed link">r41489</a> | djowel | 2007-11-30 02:07:41 -0800 (Fri, 30 Nov 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> fixed link </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41493" title="Mode proposal.pdf to new web site. (fixes #1364)">r41493</a> | grafik | 2007-11-30 07:56:42 -0800 (Fri, 30 Nov 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Mode proposal.pdf to new web site. (fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1364" title="#1364: Tasks: root/more/proposal.pdf (closed: fixed)">#1364</a>) </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41494" title="Obsolete. (fixes #1362)">r41494</a> | grafik | 2007-11-30 07:58:59 -0800 (Fri, 30 Nov 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Obsolete. (fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1362" title="#1362: Tasks: root/more/microsoft_vcpp.html (closed: fixed)">#1362</a>) </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41497" title="Move the content of old more/links.html doc to new web site. (fixes #1360).">r41497</a> | grafik | 2007-11-30 08:21:49 -0800 (Fri, 30 Nov 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Move the content of old more/links.html doc to new web site. (fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1360" title="#1360: Tasks: root/more/link.htm (closed: fixed)">#1360</a>). </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41500" title="Refresh examples, add example build script, reflect that in docs. ...">r41500</a> | bemandawes | 2007-11-30 08:44:23 -0800 (Fri, 30 Nov 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Refresh examples, add example build script, reflect that in docs. Apply suggestions from Darren Cook. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41501" title="Obsolete. (fixes #1365)">r41501</a> | grafik | 2007-11-30 09:13:02 -0800 (Fri, 30 Nov 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Obsolete. (fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1365" title="#1365: Tasks: root/more/regression.html (closed: fixed)">#1365</a>) </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41502" title="Obsolete. (fixes #1348)">r41502</a> | grafik | 2007-11-30 09:16:00 -0800 (Fri, 30 Nov 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Obsolete. (fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1348" title="#1348: Tasks: root/more/faq.htm content (closed: fixed)">#1348</a>) </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41504" title="Obsolete. (fixes #1345)">r41504</a> | grafik | 2007-11-30 09:45:24 -0800 (Fri, 30 Nov 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Obsolete. (fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1345" title="#1345: Tasks: root/more/cvs.html content (closed: fixed)">#1345</a>) </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41505" title="interruptible_wait (and hence condition timed_wait) now uses a ...">r41505</a> | anthonyw | 2007-11-30 10:38:21 -0800 (Fri, 30 Nov 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> interruptible_wait (and hence condition timed_wait) now uses a <a class="missing wiki">WaitableTimer</a> where possible, to be robust in the face of clock changes </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41506" title="Frank Mori Hess's patch to get the documentation building. ">r41506</a> | danieljames | 2007-11-30 11:28:46 -0800 (Fri, 30 Nov 2007) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Frank Mori Hess's patch to get the documentation building. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41511" title="Remove the formal review schedule, as it has been moved to the new ...">r41511</a> | danieljames | 2007-11-30 12:06:44 -0800 (Fri, 30 Nov 2007) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Remove the formal review schedule, as it has been moved to the new site. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1351" title="#1351: Tasks: root/more/formal_review_schedule.html (closed: fixed)">#1351</a> </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41519" title="remove old unused file">r41519</a> | djowel | 2007-11-30 17:11:44 -0800 (Fri, 30 Nov 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> remove old unused file </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41521" title=" Boost.Python: * Workarounds for many SunCC 5.9 bugs * Suppression of ...">r41521</a> | dave | 2007-11-30 18:15:17 -0800 (Fri, 30 Nov 2007) | 7 lines </p> </blockquote> <p> </p> <blockquote> <p> Boost.Python: </p> </blockquote> <p> </p> <ul><li>Workarounds for many SunCC 5.9 bugs </li><li>Suppression of many SunCC 5.9 warnings </li><li>Improve the style of some test invocations in Jamfile </li></ul><p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41526" title="Fixed grammar in error message ">r41526</a> | dave | 2007-11-30 21:07:13 -0800 (Fri, 30 Nov 2007) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Fixed grammar in error message </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41529" title="Added value_init tests, based upon GCC bug report by Jonathan Wakely. ...">r41529</a> | niels_dekker | 2007-12-01 04:14:37 -0800 (Sat, 01 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added value_init tests, based upon GCC bug report by Jonathan Wakely. Added URL to Borland bug report. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41530" title="Marked value_init_test failures on GCC as &#34;expected failures&#34;, ...">r41530</a> | niels_dekker | 2007-12-01 05:57:06 -0800 (Sat, 01 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Marked value_init_test failures on GCC as "expected failures", referring to ticket <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1491" title="#1491: Bugs: value_initialized leaves data uninitialized, when using GCC (closed: fixed)">#1491</a> </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41532" title="Change the detection of 64-bit windows to handle EM64T processors. ">r41532</a> | vladimir_prus | 2007-12-01 06:56:23 -0800 (Sat, 01 Dec 2007) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Change the detection of 64-bit windows to handle EM64T processors. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41534" title="Transfer the rest of the version history to the new website. Fixes #1374. ">r41534</a> | danieljames | 2007-12-01 08:44:20 -0800 (Sat, 01 Dec 2007) | 4 lines </p> </blockquote> <p> </p> <blockquote> <p> Transfer the rest of the version history to the new website. </p> </blockquote> <p> </p> <blockquote> <p> Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1374" title="#1374: Tasks: root/more/version_history.html (closed: fixed)">#1374</a>. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41535" title="Plug memory leak when closing out actions. Thanks to Martin Kortmann ...">r41535</a> | grafik | 2007-12-01 08:44:54 -0800 (Sat, 01 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Plug memory leak when closing out actions. Thanks to Martin Kortmann for finding this. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41538" title="Document 64-bit compilation. ">r41538</a> | vladimir_prus | 2007-12-01 09:56:47 -0800 (Sat, 01 Dec 2007) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Document 64-bit compilation. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41539" title="Mark hash_long_double_test as failing on all PA-RISC compilers. ">r41539</a> | danieljames | 2007-12-01 09:58:44 -0800 (Sat, 01 Dec 2007) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Mark hash_long_double_test as failing on all PA-RISC compilers. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41540" title="Simplified mutexes for systems with no _POSIX_TIMEOUTS. ">r41540</a> | igaztanaga | 2007-12-01 10:01:15 -0800 (Sat, 01 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Simplified mutexes for systems with no _POSIX_TIMEOUTS. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41542" title="Add &lt;testing.arg&gt; functionality to unit-test rule. Patch from Mark ...">r41542</a> | vladimir_prus | 2007-12-01 11:07:22 -0800 (Sat, 01 Dec 2007) | 4 lines </p> </blockquote> <p> </p> <blockquote> <p> Add &lt;testing.arg&gt; functionality to unit-test rule. </p> </blockquote> <p> </p> <blockquote> <p> Patch from Mark Desnoyer. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41544" title="Silence compiler by adding cosmetic virtual destructors. ">r41544</a> | jhunold | 2007-12-01 11:27:06 -0800 (Sat, 01 Dec 2007) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Silence compiler by adding cosmetic virtual destructors. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41547" title="Document runtime-link">r41547</a> | vladimir_prus | 2007-12-01 12:06:43 -0800 (Sat, 01 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Document runtime-link </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41548" title="Add support for detection and building with vc9. (fixes #1490)">r41548</a> | grafik | 2007-12-01 12:17:52 -0800 (Sat, 01 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Add support for detection and building with vc9. (fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1490" title="#1490: Patches: build.sh and build.jam not correct for VC9 (closed: fixed)">#1490</a>) </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41549" title="Silence compiler by adding cosmetic virtual destructors. ">r41549</a> | jhunold | 2007-12-01 12:24:51 -0800 (Sat, 01 Dec 2007) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Silence compiler by adding cosmetic virtual destructors. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41550" title="Remove unused paramters. Add -Wextra to gcc flags to enable more warnings. ">r41550</a> | jhunold | 2007-12-01 12:26:37 -0800 (Sat, 01 Dec 2007) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Remove unused paramters. Add -Wextra to gcc flags to enable more warnings. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41552" title="Remove borders from simple list tables.">r41552</a> | grafik | 2007-12-01 12:40:56 -0800 (Sat, 01 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Remove borders from simple list tables. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41553" title="Remove borders from simple list tables.">r41553</a> | grafik | 2007-12-01 12:42:27 -0800 (Sat, 01 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Remove borders from simple list tables. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41554" title="Using central stylesheet now. ">r41554</a> | t_schwinger | 2007-12-01 12:52:00 -0800 (Sat, 01 Dec 2007) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Using central stylesheet now. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41555" title="Document STLport">r41555</a> | vladimir_prus | 2007-12-01 13:26:09 -0800 (Sat, 01 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Document STLport </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41556" title="Document various &#34;new&#34; features, and add in the history till now for ...">r41556</a> | grafik | 2007-12-01 13:53:47 -0800 (Sat, 01 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Document various "new" features, and add in the history till now for 3.1.16. (fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1445" title="#1445: Bugs: Document @() bjam feature. (closed: fixed)">#1445</a> <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1447" title="#1447: Bugs: Document `__TIMING_RULE__` (closed: fixed)">#1447</a> <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1448" title="#1448: Bugs: Document `__ACTION_RULE__` (closed: fixed)">#1448</a>) </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41557" title="Remove unused method">r41557</a> | vladimir_prus | 2007-12-01 14:31:04 -0800 (Sat, 01 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Remove unused method </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41562" title="No-op no-empty action.">r41562</a> | grafik | 2007-12-01 17:59:02 -0800 (Sat, 01 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> No-op no-empty action. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41563" title="';' can't be a no-op on nix.">r41563</a> | grafik | 2007-12-01 18:03:48 -0800 (Sat, 01 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> ';' can't be a no-op on nix. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41565" title="Remove outdated release procedures, and move content to wiki. Content ...">r41565</a> | grafik | 2007-12-01 20:06:28 -0800 (Sat, 01 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Remove outdated release procedures, and move content to wiki. Content moved to &lt;<a class="ext-link" href="http://svn.boost.org/trac/boost/wiki/ReleasePractices/Procedures"><span class="icon">​</span>http://svn.boost.org/trac/boost/wiki/ReleasePractices/Procedures</a>&gt; and &lt;<a class="ext-link" href="http://svn.boost.org/trac/boost/wiki/ReleasePractices/ManagerCheckList"><span class="icon">​</span>http://svn.boost.org/trac/boost/wiki/ReleasePractices/ManagerCheckList</a>&gt;. (fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1366" title="#1366: Tasks: root/more/release_mgr_checklist.html (closed: fixed)">#1366</a> <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1367" title="#1367: Tasks: root/more/release_procedures.htm (closed: fixed)">#1367</a>) </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41566" title="Remove obsolete images. (fixes #1257)">r41566</a> | grafik | 2007-12-01 20:22:34 -0800 (Sat, 01 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Remove obsolete images. (fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1257" title="#1257: Tasks: root/more/*.(jpg|gif|png|ico) (closed: fixed)">#1257</a>) </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41568" title="&#34;Who's Using Boost?&#34; content moved to new web site.">r41568</a> | grafik | 2007-12-01 22:56:38 -0800 (Sat, 01 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> "Who's Using Boost?" content moved to new web site. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41569" title="&#34;Who's Using Boost?&#34; content moved to new web site.">r41569</a> | grafik | 2007-12-01 23:02:12 -0800 (Sat, 01 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> "Who's Using Boost?" content moved to new web site. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41571" title="Added missing #include &lt;typeinfo&gt; overwritten by previous commit">r41571</a> | igaztanaga | 2007-12-02 01:25:53 -0800 (Sun, 02 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added missing #include &lt;typeinfo&gt; overwritten by previous commit </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41572" title="Add some parameters to the standalone hash build.">r41572</a> | danieljames | 2007-12-02 01:59:15 -0800 (Sun, 02 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Add some parameters to the standalone hash build. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41574" title="Initialise svnmerge. ">r41574</a> | danieljames | 2007-12-02 02:23:58 -0800 (Sun, 02 Dec 2007) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Initialise svnmerge. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41575" title="Fix the navbar links.">r41575</a> | danieljames | 2007-12-02 02:25:22 -0800 (Sun, 02 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Fix the navbar links. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41577" title="Revert revisions 41544 and 41549. See ...">r41577</a> | jhunold | 2007-12-02 03:51:08 -0800 (Sun, 02 Dec 2007) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Revert revisions 41544 and 41549. See <a class="ext-link" href="http://lists.boost.org/Archives/boost/2007/12/131116.php"><span class="icon">​</span>http://lists.boost.org/Archives/boost/2007/12/131116.php</a> for details. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41580" title="Revert a change I mean to make on the fix-links branch. ">r41580</a> | danieljames | 2007-12-02 05:47:31 -0800 (Sun, 02 Dec 2007) | 2 lines </p> </blockquote> <p> </p> <blockquote> <p> Revert a change I mean to make on the fix-links branch. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41582" title="Remove formal_review_process, it looks like I forgot to when I updated ...">r41582</a> | danieljames | 2007-12-02 06:15:25 -0800 (Sun, 02 Dec 2007) | 5 lines </p> </blockquote> <p> </p> <blockquote> <p> Remove formal_review_process, it looks like I forgot to when I updated the version in the new site. </p> </blockquote> <p> </p> <blockquote> <p> Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1350" title="#1350: Tasks: root/more/formal_review_process.htm (closed: fixed)">#1350</a>. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41587" title="Obsolete.">r41587</a> | grafik | 2007-12-02 09:03:43 -0800 (Sun, 02 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Obsolete. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41588" title="Applied patch supplied by Jens Seidel. Fixed #1410.">r41588</a> | hkaiser | 2007-12-02 09:18:54 -0800 (Sun, 02 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Applied patch supplied by Jens Seidel. Fixed <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1410" title="#1410: Patches: Missing include statements and other errors (closed: fixed)">#1410</a>. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41590" title="Wave: More fixes to allow error free compilation of every header on ...">r41590</a> | hkaiser | 2007-12-02 11:08:13 -0800 (Sun, 02 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Wave: More fixes to allow error free compilation of every header on its own. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41592" title="Support building of universal binaries using architecture options. ...">r41592</a> | grafik | 2007-12-02 12:15:25 -0800 (Sun, 02 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Support building of universal binaries using architecture options. Thanks to Mat Marcus. (fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/552" title="#552: Support Requests: Building universal binary on MacOSX (closed: fixed)">#552</a> <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1342" title="#1342: Bugs: dylib library names broken in Mac OS X (closed: fixed)">#1342</a> <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/989" title="#989: Patches: Boost build does not support building universal binaries on macintosh (closed: fixed)">#989</a>) </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/41593" title="Added missing GCC version (4.0) to expected GCC failures of value_init_test">r41593</a> | niels_dekker | 2007-12-02 14:10:45 -0800 (Sun, 02 Dec 2007) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Added missing GCC version (4.0) to expected GCC failures of value_init_test </p> </blockquote> <p> ........ </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Mon, 03 Dec 2007 00:35:03 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1410#comment:9 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1410#comment:9</guid> <description> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/1410#comment:6" title="Comment 6">Jens Seidel &lt;jensseidel@users.sf.net&gt;</a>: </p> <blockquote class="citation"> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/1410#comment:5" title="Comment 5">hkaiser</a>: </p> <blockquote class="citation"> <p> Applied some additional fixes in trunk (rev. 41590). Thanks! </p> </blockquote> <p> Great, but still not perfect. </p> <p> What compiler do you use? I get using g++ (I think I used the 4.3 snapshot): </p> <p> error: there are no arguments to 'spirit_assign_actor' that depend on a template parameter, so a declaration of 'spirit_assign_actor' must be available </p> <p> According to <a class="ext-link" href="http://gcc.gnu.org/onlinedocs/gcc/Name-lookup.html"><span class="icon">​</span>http://gcc.gnu.org/onlinedocs/gcc/Name-lookup.html</a> g++ checks this since 3.4 which is a rather old version. </p> </blockquote> <p> This problem occurs only when compiling the headers standalone. For this reason it never got noticed. </p> <blockquote class="citation"> <p> It took me a while to fix it as I normally just add a this-&gt; which fails for static functions but I found a solution and attached a patch. This is the last error in wave! </p> <p> So you see that checking each header file on it's own is a trivial but important test. </p> </blockquote> <p> This is fixed now, even if I did it in a completely different manner. Thanks! </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Mon, 03 Dec 2007 00:36:24 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1410#comment:10 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1410#comment:10</guid> <description> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/1410#comment:7" title="Comment 7">Jens Seidel &lt;jensseidel@users.sf.net&gt;</a>: </p> <blockquote class="citation"> <p> PS: One further question. As you managed to get the PHOENIX_LIMIT error go away, how about removing the comment <em> boost/spirit/attribute.hpp sets PHOENIX_LIMIT to 3 in boost/wave/wave_config.hpp? </em></p> <p> Or is including boost/spirit/attribute.hpp before boost/wave/wave_config.hpp still a bad idea and needs to be fixed in boost/spirit/attribute.hpp (and maye other files as well)? </p> </blockquote> <p> I'ld rather leave it in, because if somebody sets PHOENIX_LIMIT before including the wave_config.hpp things go wrong with completely unrelated errors. </p> <p> Thanks again! Regards Hartmut </p> </description> <category>Ticket</category> </item> </channel> </rss>