无法打开包含文件:'stddef.h'创建示例 Qt 应用程序时找不到此类文件或目录错误

发布于 2024-10-05 04:00:58 字数 91 浏览 7 评论 0原文

stddef.h 文件位于已安装的诺基亚 Qt SDK 包含文件夹中,但在运行 Qt Simulator 时仍然出现编译错误。有什么想法吗?

提前致谢!

stddef.h file is there in installed Nokia Qt SDK include folder, but still I am getting compile error on running Qt Simulator. Any ideas?

Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

苏佲洛 2024-10-12 04:00:58

当我尝试使用 VS2008 版本的 Qt 为 Windows 进行编译时,出现了此错误消息,但实际上我的计算机上并未安装 Visual C++ 2008。 (VS2010 是,但这并不重要。)

我有以下想法给您:

  • 尝试安装 Visual C++ 2008
  • 尝试使用 MinGW 而不是 VS2008

Qt 模拟器本身并没有多大用处,所以如果您无法使其工作,请不要感到难过。在目标设备本身上运行应用程序是最好的,出于调试目的,您还可以为桌面操作系统编译您的东西。

This error message happened with me when I tried to compile for Windows with the VS2008 version of Qt, but Visual C++ 2008 was in fact not installed to my computer. (VS2010 was, but that didn't matter.)

I have the following ideas for you:

  • Try installing Visual C++ 2008
    or
  • Try using MinGW instead of VS2008

The Qt simulator itself is not of much use though, so don't feel bad if you don't manage to make it work. Running your application on the target device itself is the best, and for debugging purposes, you can also compile your stuff for desktop OSes.

兮子 2024-10-12 04:00:58

“尝试使用 MinGW 而不是 VS2008”的一些详细信息: 安装 Visual Studio 2008 Visual C++(编译器)是不够的。您还需要 Windows 平台 SDK。但是有一种更简单的方法可以在 Windows 下编译 Qt 应用程序:MinGW

如果已经安装了 Qt Creator(否则:http://qt.nokia.com/downloads --> Qt_SDK_Win_online_v1_1_3_en.exe --> 自定义安装 --> Qt SDK / 开发工具 / Qt 4.7.4 / **桌面 Qt 4.7.4 - MinGW):

  1. 启动 Qt Creator
  2. 菜单:帮助 |启动更新程序
  3. 包管理器(维护 Qt SDK)
  4. 在树视图中:Qt SDK / Development Tools / Qt 4.7.4 / Desktop Qt 4.7.4 - MinGW

--Harald-René Flasch(又名 hfrmobile)

Some details to "Try using MinGW instead of VS2008": It is not enough having Visual Studio 2008 Visual C++ (compiler) installed. You'll need the Windows platform SDK too. But there is an easier way to compile a Qt application under Windows: MinGW

If having Qt Creator already installed (otherwise: http://qt.nokia.com/downloads --> Qt_SDK_Win_online_v1_1_3_en.exe --> custom installation --> Qt SDK / Development Tools / Qt 4.7.4 / **Desktop Qt 4.7.4 - MinGW):

  1. Start Qt Creator
  2. Menu: Help | Start Updater
  3. Package manager (Maintain Qt SDK)
  4. In the tree view : Qt SDK / Development Tools / Qt 4.7.4 / Desktop Qt 4.7.4 - MinGW

--Harald-René Flasch (aka hfrmobile)

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