Opened 13 years ago

Last modified 9 years ago

#4111 new Feature Requests

Support for windmc tool

Reported by: Andrey Semashev Owned by: Vladimir Prus
Milestone: Boost 1.44.0 Component: build
Version: Boost 1.42.0 Severity: Problem
Keywords: mc windmc Cc:

Description

It would be good if Boost.Build recognized the windmc tool that is available for MinGW and Cygwin toolsets. The documentation mentions[1] the mc-compiler feature that is supposed to alleviate the problem, but apparently this option doesn't work.

[1] http://www.boost.org/doc/tools/build/doc/html/bbv2/reference/tools.html

Attachments (2)

mc.jam.patch (858 bytes ) - added by Andrey Semashev 13 years ago.
A patch to enable mc-compiler feature.
mc.jam (1.3 KB ) - added by anonymous 8 years ago.

Download all attachments as: .zip

Change History (6)

by Andrey Semashev, 13 years ago

Attachment: mc.jam.patch added

A patch to enable mc-compiler feature.

comment:1 by Andrey Semashev, 13 years ago

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.

comment:2 by Andrey Semashev, 13 years ago

Ugh, it looks like the patch broke compilation with MSVC.

comment:3 by anonymous, 12 years ago

I had to add "import mc;" in "tools\build\v2\tools\gcc.jam"...

comment:4 by vaffa@…, 9 years ago

It seems that even after four (4) years this patch still not included??

It seems that it is still needed:http://www.boost.org/doc/libs/1_55_0/libs/log/doc/html/log/installation.html

Why does Boost.Build does not recognize MinGW windmc tool, why the mc-compile feature (http://www.boost.org/doc/tools/build/doc/html/bbv2/reference/tools.html) still not working and why this patch is not implemented at least it is not in Boost 1.55.

by anonymous, 8 years ago

Attachment: mc.jam added
Note: See TracTickets for help on using tickets.