Qt 4.8.4 で QtCreator 2.6 を使用し、MinGW (4.4、32 ビット) によって Windows 7 x64 でコードをコンパイルしようとしています。
プロジェクトにApache Thriftを含めましたが、ファイルにエラーが発生しましたthrift\windows\GetTimeOfDay.cpp
:
'errno_t' was not declared in this scope
'_get_timezone' was not declared in this scope`
'_get_daylight' was not declared in this scope
その問題をどのように解決するか考えていますか?