Edwin Leuven wrote: > Peter Kümmel wrote: >> Maybe there was a compiler error while building >> support.lib? > > it seems to compile fine. i do get the following error in boost_iostreams: > > > 1>Compiling... > 1>zlib.cpp > 1>c:\programs\gnuwin32\include\zconf.h(289) : fatal error C1083: Cannot > open include file: 'unistd.h': No such file or directory > 1>Build log was saved at > "file://c:\svn\development\cmake\boost\libs\iostreams\boost_iostreams.dir\Debug\BuildLog.htm" > > 1>boost_iostreams - 1 error(s), 0 warning(s) > > >
Do you use the files from zlib.net? If not, no problem: goto to the including of unistd.h in zconf.h, you will see a #if block, just disable the including. -- Peter