Re: [Boost-users] boost-io streams building with zlib/bzip2 again
AMDG Sean Farrow wrote:
Error 2 doesn't make sense, can you elaborate?
It's Perl syntax for regex replacement. i.e. replace progrma with program.
Sean Farrow wrote:
Bjam toolset=msvc stage -SZLIB_SOURCE="c:\progrma files\zlib\"
Error 1: lowercase -s, -sZLIB_SOURCE... Error 2: s/progrma/program/
In Christ, Steven Watanabe
Ok, so what should the correct zlib_source path be given that is it in c:\program files\zlib\ Cheers Sean. -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Steven Watanabe Sent: 22 June 2010 05:10 To: boost-users@lists.boost.org Subject: Re: [Boost-users] boost-io streams building with zlib/bzip2 again AMDG Sean Farrow wrote:
Error 2 doesn't make sense, can you elaborate?
It's Perl syntax for regex replacement. i.e. replace progrma with program.
Sean Farrow wrote:
Bjam toolset=msvc stage -SZLIB_SOURCE="c:\progrma files\zlib\"
Error 1: lowercase -s, -sZLIB_SOURCE... Error 2: s/progrma/program/
In Christ, Steven Watanabe _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Hi: Ok, This is now sorted, but in the process, I may have found a bug, if I specify a path on windows using a full path: C:\progrma files\zlib\ This doesn't work I get a c1083 error. But if I use "c:\progra~1\zlib\" as the path this works fine. Is this a bug, or intended beheavour? Regards Sean. -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Steven Watanabe Sent: 22 June 2010 05:10 To: boost-users@lists.boost.org Subject: Re: [Boost-users] boost-io streams building with zlib/bzip2 again AMDG Sean Farrow wrote:
Error 2 doesn't make sense, can you elaborate?
It's Perl syntax for regex replacement. i.e. replace progrma with program.
Sean Farrow wrote:
Bjam toolset=msvc stage -SZLIB_SOURCE="c:\progrma files\zlib\"
Error 1: lowercase -s, -sZLIB_SOURCE... Error 2: s/progrma/program/
In Christ, Steven Watanabe _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Sean Farrow
-
Steven Watanabe