[Quickfix-developers] Pip install with quickfix with python 2.7
Brought to you by:
orenmnero
From: <bra...@ya...> - 2017-07-05 00:59:38
|
I am using python 2.7. The OS of the PC is Windows 10. Can not pip install the quickfix python library. An error is displayed. Test_std_tr1_shared_ptr.cpp (1): fatal error C1083: Can not open include file: 'tr1 / memory': No such file or directory Cl: Command line warning D9002: ignoring unknown option '-std = c ++ 0x' Test_std_shared_ptr.cpp Test_std_shared_ptr.cpp (5): error C2039: 'shared_ptr': is not a member of 'std' Test_std_shared_ptr.cpp (5): error C2065: 'shared_ptr': undeclared identifier Test_std_shared_ptr.cpp (5): error C2062: type 'int' unexpected ... not found Cl: Command line warning D9002: ignoring unknown option '-std = c ++ 0x' ++ \ Acceptor.cpp (21): fatal error C1083: Can not open include file: 'stdafx.h': No such file or directory Help me. |