AMDG On 04/02/2013 05:36 PM, Christian Henning wrote:
Hi Steven,
I have been toying around with your zlib changes but I'm stuck when compiling boost trunk. I did add a rule in my user-config.jam saying:
#------------------------------- # 3rd Party Libs #------------------------------- using zlib : 1.2.5 : <source>C:\chhenning\zlib\zlib-1.2.5 : <toolset>msvc ;
and now when I run bjam with the following command line:
<snip> ERROR: rule "<toolset>msvc.base" unknown in module "object(ac-library)@42".
I apparently didn't test passing a condition. For now, leave off the <toolset>msvc. It shouldn't be needed. I'll fix it first thing tomorrow. (The condition needs to be passed through targets.main-target-requirements to create a property-set. I left them in raw list form) In Christ, Steven Watanabe