id summary reporter owner description type status milestone component version severity resolution keywords cc 4091 iostreams cannot build against zlib 1.2.4 Lars Viklund Jonathan Turkanis "zlib 1.2.4 has recently been released and has split up some source files. The file gzio.c seems to have been split up into a bunch of gz*.c files. As the file does not exist, the jamfile at libs/iostreams/build/Jamfile.v2 bails out hard. A [http://tlzprgmr.wordpress.com/2010/03/17/building-boost-1-42-with-zlib-1-2-4-support/ solution from a blog] seems to be to simply remove gzio from the list of source files to build. The testsuite for iostreams passes on my Windows box with VS10 RTM against trunk r61231, and my zlib_decompressor/zlib_compressor-using source builds and runs correctly. I assume that a BBv2 guru is capable of adding some kind of condition in the Jamfile to optionally include the gzio.c file if on an older zlib." Bugs closed Boost 1.43.0 iostreams Boost Development Trunk Problem fixed zlib iostreams gzio