
1 Mar
2009
1 Mar
'09
5:58 a.m.
Steven Watanabe wrote:
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.
You're right. Since the change is obvious I gather John would not mind me checking a fix, so I did so. - Volodya