In file included from c:/usr/include/python3.9/Python.h:44, from ../../../git/qpy/QtCore/qpycore_chimera.cpp:21: c:/usr/include/crypt.h:37:14: error: declaration of 'char* crypt(const char*, const char*) throw ()' has a different exception specifier 37 | extern char *crypt (__const char *__key, __const char *__salt) | ^~~~~ In file included from c:/usr/include/python3.9/Python.h:36, from ../../../git/qpy/QtCore/qpycore_chimera.cpp:21: c:/usr/include/unistd.h:446:7: note: from previous declaration 'char* crypt(const char*, const char*)' 446 | char *crypt(const char *, const char *); | ^~~~~ In file included from c:/usr/include/python3.9/Python.h:44, from ../../../git/qpy/QtCore/qpycore_chimera.cpp:21: c:/usr/include/crypt.h:45:13: error: declaration of 'void encrypt(char*, int) throw ()' has a different exception specifier 45 | extern void encrypt (char *__block, int __edflag) __THROW __nonnull_glibc ((1)); | ^~~~~~~ In file included from c:/usr/include/python3.9/Python.h:36, from ../../../git/qpy/QtCore/qpycore_chimera.cpp:21: c:/usr/include/unistd.h:448:7: note: from previous declaration 'void encrypt(char*, int)' 448 | void encrypt(char *, int); /* bird: SuS say it returns void, and so does our implementation */ | ^~~~~~~ make[2]: *** [qpycore_chimera.obj] Error 1 make[1]: *** [all] Error 2 make: *** [all] Error 2