Boost C++ Libraries: Ticket #4111: Support for windmc tool https://svn.boost.org/trac10/ticket/4111 <p> It would be good if Boost.Build recognized the windmc tool that is available for MinGW and Cygwin toolsets. The documentation mentions<a class="changeset" href="https://svn.boost.org/trac10/changeset/1" title="Import core sources for SVNmanger 0.38 ">[1]</a> the mc-compiler feature that is supposed to alleviate the problem, but apparently this option doesn't work. </p> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/1" title="Import core sources for SVNmanger 0.38 ">[1]</a> <a href="http://www.boost.org/doc/tools/build/doc/html/bbv2/reference/tools.html">http://www.boost.org/doc/tools/build/doc/html/bbv2/reference/tools.html</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4111 Trac 1.4.3 Andrey Semashev Sun, 18 Apr 2010 10:21:24 GMT attachment set https://svn.boost.org/trac10/ticket/4111 https://svn.boost.org/trac10/ticket/4111 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">mc.jam.patch</span> </li> </ul> <p> A patch to enable mc-compiler feature. </p> Ticket Andrey Semashev Sun, 18 Apr 2010 10:25:31 GMT <link>https://svn.boost.org/trac10/ticket/4111#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4111#comment:1</guid> <description> <p> The patch I attached does not detect the current toolset and thus does not automatically select the right message compiler for MinGW and Cygwin. I couldn't figure out how to do that. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Sun, 18 Apr 2010 14:44:24 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4111#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4111#comment:2</guid> <description> <p> Ugh, it looks like the patch broke compilation with MSVC. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Tue, 20 Jul 2010 00:31:10 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4111#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4111#comment:3</guid> <description> <p> I had to add "import mc;" in "tools\build\v2\tools\gcc.jam"... </p> </description> <category>Ticket</category> </item> <item> <author>vaffa@…</author> <pubDate>Sat, 05 Apr 2014 02:46:29 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4111#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4111#comment:4</guid> <description> <p> It seems that even after four (4) years this patch still not included?? </p> <p> It seems that it is still needed:http://www.boost.org/doc/libs/1_55_0/libs/log/doc/html/log/installation.html </p> <p> Why does Boost.Build does not recognize MinGW windmc tool, why the mc-compile feature (<a href="http://www.boost.org/doc/tools/build/doc/html/bbv2/reference/tools.html">http://www.boost.org/doc/tools/build/doc/html/bbv2/reference/tools.html</a>) still not working and why this patch is not implemented at least it is not in Boost 1.55. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Sat, 18 Oct 2014 14:23:34 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/4111 https://svn.boost.org/trac10/ticket/4111 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">mc.jam</span> </li> </ul> Ticket