Boost linker error: Unresolved external symbol “class boost::system::error_category const & __cdecl boost::system::get_system_category(void)”

前端 未结 10 2260
执念已碎
执念已碎 2020-12-01 15:32

I\'m just getting started with Boost for the first time, details:

  1. I\'m using Visual Studio 2008 SP1
  2. I\'m doing an x64 Build
  3. I\'m using boost:
10条回答
  •  一生所求
    2020-12-01 16:33

    I needed both versions and used stage target, so I used --stagedir=./stageX86 for x86 version and the default ./stage for x64

提交回复
热议问题