[Quickfix-developers] QuickFIX / Python Integration on Windows
Brought to you by:
orenmnero
From: Charlie G. <cha...@gm...> - 2015-09-04 09:07:36
|
I am also getting this error when trying to install quickfix using pip on windows test_std_tr1_shared_ptr.cpp test_std_tr1_shared_ptr.cpp(1) : fatal error C1083: Cannot open include file: 'tr1/memory': No such file or directory ...not found Testing for std::shared_ptr... D:\Users\charliegenge\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe -std=c++0x /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IC++ -IC:\Python27\include -IC:\Python27\PC /Tptest_std_shared_ptr.cpp /Fotest_std_shared_ptr.obj 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 Any ideas on how I can fix this? Thanks, Charlie |