无法编译 Qt Creator
我正在尝试编译 Qt Creator 源代码并收到以下错误消息:
fatal error: QtCore/private/qwineventnotifier_p.h : No such file or directory.
我在 Win XP SP3 上使用 QtSDK 版本 1.1.3、MinGW (g++ 4.5.2)。在 QtSDK 的 QtCore 文件夹中,没有任何名为 private 的文件夹,并且搜索 qwineventnotifier_p.h 没有结果。我能做些什么?
I'm trying to compile Qt Creator source code and got the following error message:
fatal error: QtCore/private/qwineventnotifier_p.h : No such file or directory.
I'm on Win XP SP3 using QtSDK version 1.1.3, MinGW (g++ 4.5.2). In the QtCore folder of the QtSDK includes there is no any folder named private, and searching for qwineventnotifier_p.h yielded nothing. What can i do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
[编辑:]
显然最近有一个问题:
https://bugreports.qt- project.org//browse/QTCREATORBUG-3701
https://bugreports.qt-project.org//browse/QTBUG-17218
您可以尝试从某个地方获取文件,例如:
http://cep.xor.aps.anl.gov/software/qt4-x11-4.2.2-browser/df/d69/src_2corelib_2kernel_2qwineventnotifier__p_8h-source.html
但我不能告诉我们这是否足够,或者 Qt Creator 是否将依赖于该头文件的实际源。
[Edit:]
Apparently there's an issue with this recently:
https://bugreports.qt-project.org//browse/QTCREATORBUG-3701
https://bugreports.qt-project.org//browse/QTBUG-17218
You my try getting the file from somewhere, e.g.:
http://cep.xor.aps.anl.gov/software/qt4-x11-4.2.2-browser/df/d69/src_2corelib_2kernel_2qwineventnotifier__p_8h-source.html
But I can't tell if this will be enough or if Qt Creator will rely on the actual sources for that header file.