Hi, I am trying to install the library on Windows 7 with Python 2.7.12, but the install fails with errors below, please advise? Am I missing a prerequisite?
C:\Users\afriedman\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /Tcc:\users\afried~1\appdata\local\temp\clock_gettimehnv60b.c /Fobuild\temp.win32-2.7\Release\users\af ried~1\appdata\local\temp\clock_gettimehnv60b.obj clock_gettimehnv60b.c c:\users\afried~1\appdata\local\temp\clock_gettimehnv60b.c(2) : warning C4013: 'clock_gettime' undefined; assuming ext ern returning int C:\Users\afriedman\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMEN TAL:NO build\temp.win32-2.7\Release\users\afried~1\appdata\local\temp\clock_gettimehnv60b.obj /OUT:build\temp.win32-2.7\ Release\a.out.exe /MANIFESTFILE:build\temp.win32-2.7\Release\users\afried~1\appdata\local\temp\a.out.exe.manifest clock_gettimehnv60b.obj : error LNK2019: unresolved external symbol _clock_gettime referenced in function _main build\temp.win32-2.7\Release\a.out.exe : fatal error LNK1120: 1 unresolved externals C:\Users\afriedman\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /Tcc:\users\afried~1\appdata\local\temp\clock_gettimelv_uoq.c /Fobuild\temp.win32-2.7\Release\users\af ried~1\appdata\local\temp\clock_gettimelv_uoq.obj clock_gettimelv_uoq.c c:\users\afried~1\appdata\local\temp\clock_gettimelv_uoq.c(2) : warning C4013: 'clock_gettime' undefined; assuming ext ern returning int C:\Users\afriedman\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMEN TAL:NO rt.lib build\temp.win32-2.7\Release\users\afried~1\appdata\local\temp\clock_gettimelv_uoq.obj /OUT:build\temp.win 32-2.7\Release\a.out.exe /MANIFESTFILE:build\temp.win32-2.7\Release\users\afried~1\appdata\local\temp\a.out.exe.manifest LINK : fatal error LNK1181: cannot open input file 'rt.lib' C:\Users\afriedman\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /Tcc:\users\afried~1\appdata\local\temp\sasl_client_doneqpk1xj.c /Fobuild\temp.win32-2.7\Release\users \afried~1\appdata\local\temp\sasl_client_doneqpk1xj.obj sasl_client_doneqpk1xj.c c:\users\afried~1\appdata\local\temp\sasl_client_doneqpk1xj.c(1) : fatal error C1083: Cannot open include file: 'sasl/ sasl.h': No such file or directory Warning: Cyrus SASL not installed - only the ANONYMOUS and PLAIN mechanisms will be supported! creating build\temp.win32-2.7\Release\users\afried~1\appdata\local\temp\pip-install-88ckqy creating build\temp.win32-2.7\Release\users\afried~1\appdata\local\temp\pip-install-88ckqy\python-qpid-proton creating build\temp.win32-2.7\Release\users\afried~1\appdata\local\temp\pip-install-88ckqy\python-qpid-proton\proton-c creating build\temp.win32-2.7\Release\users\afried~1\appdata\local\temp\pip-install-88ckqy\python-qpid-proton\proton-c Thanks in advance, Alex
