Boost logo

Boost-Build :

Subject: Re: [Boost-build] Issues building libraries
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2017-11-15 01:15:02


AMDG

On 11/14/2017 05:32 PM, David Bergman wrote:
>
> Thank you for your help. Actually <BOOST_ROOT>/stage/lib id not come with boost nor was it made during the build. I've seen other blogs describing this on stackoverflow. So in short, there was nothing in the non existent folder.

What exactly did you try?
  .\bootstrap.bat
  .\b2.exe
when run from $BOOST_ROOT will always create stage/lib
if it completes successfully.

> Rather than create it I decided to download and run the .exe for the libraries from the boost site. I was not originally aware that VS libs were provided.
> I am still having issues running simple examples, now they are related to LNK2019. I'm not sure it deserves or requires another question. In the past when I get these I am easily able to fix it by reordering the #includes, or deleting repeated #includes, etc. But with a bunch of compiled code and headers I did not write I am not sure I can find the issue.
>

  That's "unresolved external symbol"? I can't
help without seeing the actual error message, in
particular, which symbol is missing, and if possible
the actual code.

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk