Boost logo

Boost :

Subject: Re: [boost] Build: Trying to get Boost.Build to see my OpenSSL onWindows
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2016-10-01 14:45:29


AMDG

On 10/01/2016 12:40 PM, Vinnie Falco wrote:
> On Sat, Oct 1, 2016 at 2:35 PM, Peter Dimov <lists_at_[hidden]> wrote:
>> Vinnie Falco wrote:
>>> Here are my site-config.jam entries:
>> ...
>> This looks like it should work
>
> Thanks for looking at it. Its not seeing the include path so I am
> getting an error "can't find file openssl/conf.h" when building. I'm
> trying all sorts of things, including
> <include>D:\lib\openssl\include
>

  '\' is an escape character. Use '/' or '\\'
Also, to access environmental variables,
use [ os.environ OPPENSSL_LIBRARIES ]. You'll
need to add import os to call this.

In Christ,
Steven Watanabe


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk