无法编译 Qt Creator

发布于 2024-12-03 05:57:25 字数 285 浏览 0 评论 0原文

我正在尝试编译 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

错爱 2024-12-10 05:57:25

[编辑:]

显然最近有一个问题:

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文