
Keith MacDonald wrote:
FWIW, I get these two errors when building from CVS with VC 8, beta 2:
boost\libs\iostreams\build\..\src\bzip2.cpp(14) : fatal error C1083: Cannot open include file: 'bzlib.h': No such file or directory boost\libs\iostreams\build\..\src\zlib.cpp(14) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
(Building with "bjam -sTOOLS=vc-8_0".) Presumably iostreams will either have to provide those headers, or conditionally exclude any of its sources that reference them.
Right. You can define NO_ZLIB, NO_BZIP2 or NO_COMPRESSION if you don't want to configure Iostreams to use these thrid party libraries. For more info see my message with subject line "[iostreams] ATTENTION all Windows testers" on the testing list. Jonathan