$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost-io streams building with zlib/bzip2 again
From: Filip KonviÄka (filip.konvicka_at_[hidden])
Date: 2010-06-23 09:08:58
Hi Sean,
> Bjam toolset=msvc stage âSZLIB_SOURCE=âc:\progrma files\zlib\â
>
> This still doesnât find the zlib.h file which is in c;\program files\zlib.
Are you sure you don't have any typos in your path? :-)
I don't know what the official way is, but I use something like this
(guessing your actual zlib path):
set "ZLIB_SOURCE=C:\Program Files\zlib"
bjam .......
I'm not sure whether the space in the zlib path could be an issue....
Cheers,
Filip