Jo�o Abecasis <[EMAIL PROTECTED]> writes: > Joel de Guzman wrote: >> Jo�o Abecasis wrote: >> >>> David Abrahams wrote: >>> >>> Ok. It is now in CVS. The implicit question was wether the patch >>> also fixes the same issue for vc7.1. I'll wait for the next bug >>> report, then ;) >> Unfortunately not. With your fix, it runs ok on release but >> fails on debug. Now I know why. The problem is the recently >> introduced Spirit tweak for if_p(c) where c is allowed to be >> a functor that returns an int. I committed a patch and reverted >> quickbook.hpp to its prior state. Please update to the latest >> Spirit CVS state. > > I was aware of that patch and thought it might have something to do with > it. Still, 0 and 1 ought to be properly converted to boolean values... > > Anyway I just tested and all seems to be working here too. > >> Now I can build the docs. However... >> 1) The auto build thing still seems flaky. I can only get to build >> the QuickDoc docs if I have an explicit config in user-config.jam: >> using quickbook : quickbook ; > > Such a requirement is exactly the kind of thing I want to avoid with the > toolset.
IIUC that's normal: no toolset is known unless it is configured either in user-config or site-config.jam. We don't go through the tools directory and try to initialize everything by default. "using" is what causes a toolset's functionality to be loaded. -- Dave Abrahams Boost Consulting www.boost-consulting.com ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
