Boost.Python 不是 .lib
Boost.Python not the .lib
我想我已经正确构建了它。我还有其他 boost 库在工作。我收到以下错误
Error: SNK1104 cannot open file 'boost_pythonPY_MAJOR_VERSIONPY_MINOR_VERSION-vc141-mt-x32-1_67.lib'.
我正在 windows 使用 Visual Studios,boost 1.67
boost-python
是出了名的难安装。确保在从源代码构建时指定 with-python
。像这样:
下载并配置 boost
cd boost_1_55_0\tools\build\v2\engine
build.bat mingw
将此添加到您的路径
C:\boost_1_55_0\tools\build\v2\engine\bin.ntx86
从源代码构建
bjam toolset=gcc --with-python link=shared
将此添加到您的路径
C:\boost_1_55_0\stage\lib
我想我已经正确构建了它。我还有其他 boost 库在工作。我收到以下错误
Error: SNK1104 cannot open file 'boost_pythonPY_MAJOR_VERSIONPY_MINOR_VERSION-vc141-mt-x32-1_67.lib'.
我正在 windows 使用 Visual Studios,boost 1.67
boost-python
是出了名的难安装。确保在从源代码构建时指定 with-python
。像这样:
下载并配置 boost
cd boost_1_55_0\tools\build\v2\engine
build.bat mingw
将此添加到您的路径
C:\boost_1_55_0\tools\build\v2\engine\bin.ntx86
从源代码构建
bjam toolset=gcc --with-python link=shared
将此添加到您的路径
C:\boost_1_55_0\stage\lib