
28 Feb
2009
28 Feb
'09
9:31 p.m.
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