Boost logo

Boost Users :

Subject: Re: [Boost-users] [iostreams] building with zlib
From: Daniel Bradburn (moagstar_at_[hidden])
Date: 2011-07-28 09:23:01


Hi Thanks,

I tried moving the location of zlib and use the following command line now:

"../../../bjam" -sZLIB_SOURCE=C:\Development\sdk\gzip\124\
-sZLIB_HEADER=C:\Development\sdk\gzip\124\

It's actually managing to build zlib now, but I still get the following
error...

..\..\..\libs\iostreams\src\zlib.cpp(20) : fatal error C1083: Cannot open
include file: 'zlib.h': No such file or directory

Anyone got any ideas?

Best Regards
Daniel Bradburn

2011/7/27 Will Mason <willchido_at_[hidden]>

> Hello,
>
>
> On Wed, Jul 27, 2011 at 9:29 AM, Daniel Bradburn <moagstar_at_[hidden]>wrote:
>
> I am trying to use the compression filters with boost.iostreams. I'm
>> following the instructions here
>> http://www.boost.org/doc/libs/1_47_0/libs/iostreams/doc/index.html?path=7 for
>> building, this is my command line (from libs/iostreams/build):
>>
>> "../../../bjam" -sZLIB_SOURCE="C:/Documents and Settings/bradburnd/My
>> Documents/Development/SDK/zlib/1.2.5"
>>
>> I get the following error:
>>
>> ..\..\..\libs\iostreams\src\zlib.cpp(20) : fatal error C1083: Cannot open
>> include file: 'zlib.h': No such file or directory
>>
>
> I've had this exact problem before. The path to your zlib sources cannot
> have any spaces in it.
>
> Cheers,
> Will
>
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net