|
Boost Users : |
Subject: Re: [Boost-users] How to use Boost libs from projects?
From: Daniel Anderson (wonixen_at_[hidden])
Date: 2016-12-31 13:58:31
2016-12-31 7:37 GMT-05:00 Andy <borucki.andrzej_at_[hidden]>:
> I have project compiled as Debug,x64.
> And boost 1.63 compiled by:
> - bootstrap.bat
> - b2 variant=debug,release link=static runtime-link=static address-model=64
> In project I have cpp files with #include "boost/filesystem.hpp"
> and when compile project I have error:
> cannot open file 'libboost_filesystem-vc140-mt-gd-1_61.lib'
> whereas in c:\boost\stage\lib\ I have libboost_filesystem-vc140-mt-sgd-1_63.lib
> but not libboost_filesystem-vc140-mt-gd-1_61.lib and in VS2015 project I
> have no Boost lib.
>
> (sorry for my English)
>
>
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>
You probably have an include path pointing to version 1.61 of boost
somewhere in your project.
you might have added the path to 1.63 after the path to 1.61.
-- Daniel *L'action accède à la perfection quand, bien que vivant, vous êtes déjà mort* *Bunan*
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