
Lars Viklund <zao <at> acc.umu.se> writes:
On Mon, Mar 31, 2008 at 07:33:35AM +0200, Cristian Adam wrote:
Jared McIntyre wrote:
Has something changed in the way you build libraries?
You need to pass --build-type=complete like:
The build-type option has been in the trunk for a long while but wasn't merged to the 1.35.0 release candidates until the last one of them. By default, it's set to minimal which will only build dynamic release libraries. If set to complete, it will build everything like it used to.
This is probably important to clarify in the Getting Started documentation. This is especially true because the headers still include the libboost* version by default in Visual Studio builds, and debug versions of those if you are building debug. None of these are built if you follow the steps in the Getting Started document. So, by default, following that doc won't get you a usable setup.