http://qt-project.org/wiki/Building-Qt5-for-Blackberryで提供されている指示に従って、gitorious のソースを使用して、BlackBerry 10 NDK 用に Windows で Qt5 をビルドしようとしています。しかし、コマンドを実行すると:
configure -prefix C:\Users\Eli\development\qt5 -platform blackberry-armv7le-qcc -opengl es2 -nomake examples -nomake tests -opensource -confirm-license -release
このエラーが発生するまでコンパイルを開始します。
c:/Users/Eli/development/qt5/qtbase/include/QtCore/../../src/corelib/global/qt_w
indows.h:71:21: fatal error: windows.h: No such file or directory
compilation terminated.
cc: C:/bbndk/gold/host_10_1_0_132/win32/x86/usr/lib/gcc/arm-unknown-nto-qnx8.0.0
eabi/4.6.3/cc1plus caught signal 1
gmake: *** [qfilesystemengine_win.o] Error 1
実際には、windows.h
ファイルはそこにありません。なぜこうなった?リポジトリからファイルを複製してもエラーは返されなかったので、これは不足しているファイルの問題ではないと思います。何か案は?ありがとうございました。