On Tue, Feb 21, 2017 at 5:29 PM, <[email protected]> wrote: > If you compare this problem to 1.7 or something it wouldn’t be a regression. > > > > MSBuild by default builds all targets in the makefile, if you don’t pass a > target via the optional -t argument. In those older versions we always > generated targets that depended hard on optional dependencies, so building > everything didn’t work… You really had to specify a target like > __ALL_TESTS__, to avoid things like the swig code, bdb or cxxhl failing. > > > > Since that problem was fixed some time ago, we now fail on systems that just > build everything… while those that still specify a target like our buildbots > that were setup to be compatible with those old setups don’t see this > problem.
Ah, that explains why I didn't see this problem. I built the __ALL_TESTS__ target. Thanks for pointing that out, Bert ... I was a little puzzled. -- Johan

