vnpy3 icon indicating copy to clipboard operation
vnpy3 copied to clipboard

编译问题

Open luhongkai opened this issue 7 years ago • 1 comments

我用的vs2013+Boost1.65+py3.6 一键编译不通过,Cmake和boost的版本无法对应上

我是放到vs里手工编译的:

错误LNK2001:未解析的外部符号“declspec(dllimport)struct object * cdecl boost :: python :: detail :: init_module(struct PyModuleDef&,void( cdecl *)(void))”( imp?init_module @ detail @ python @ boost @@ YAPAU_object @@ AAUPyModuleDef @@ P6AXXZ @ Z)

luhongkai avatar Aug 14 '18 08:08 luhongkai

你可能需要编译 boost-python3

7starsea avatar Aug 20 '18 09:08 7starsea