Subject: Re: [boost] rule cpp-pch unknown in Jamfile</D:/boost/trunk/libs/math/build>?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-02-28 16:31:16


AMDG

Peter Dimov wrote:
> Steven Watanabe:
>> AMDG
>>
>> Peter Dimov wrote:
>>> Further investigation shows that it works (for me) with toolset=gcc
>>> and an explicit toolset=msvc, but doesn't for toolset=borland and
>>> when the toolset is omitted (this works in the release branch and
>>> defaults to msvc).
>>
>> I'm going to guess that you initialize neither gcc nor msvc in
>> user-config.jam.
>> Is that correct?
>
> Correct. I don't have a user-config.jam.

Ok. I see what's going on.
the Jamfile actually ought to have an
  import pch ;
but this hasn't been detected before because it works
as long as some other module does the import.

In Christ,
Steven Watanabe