Qt Creator 编译错误(未找到.o 文件)

发布于 2024-12-27 06:39:09 字数 397 浏览 1 评论 0原文

我以前从未在 OS X 或使用 g++ 上进行过编译,但是在打开我的项目并尝试编译后,我收到以下错误:

../../../QtSDK/Desktop/Qt/474/gcc/include -I. -I../FATX -I. \
    -F/Users/landerbrandt/QtSDK/Desktop/Qt/474/gcc/lib \
    -o xMultiFileStream.o ../FATX/IO/xMultiFileStream.cpp
make: g++-4.2: No such file or directory
make: *** [xMultiFileStream.o] Error 1

不太确定这里的问题是什么,因为它在 Windows 下编译得很好(当然,使用 MSVCC )。

I've never compiled before on OS X or using g++, but after opening my project and attempting to compile I get the following error:

../../../QtSDK/Desktop/Qt/474/gcc/include -I. -I../FATX -I. \
    -F/Users/landerbrandt/QtSDK/Desktop/Qt/474/gcc/lib \
    -o xMultiFileStream.o ../FATX/IO/xMultiFileStream.cpp
make: g++-4.2: No such file or directory
make: *** [xMultiFileStream.o] Error 1

Not too sure what the issue is here since it compiles just fine under Windows (using MSVCC though, of course).

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

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

发布评论

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

评论(1

草莓味的萝莉 2025-01-03 06:39:09

答案在这里找到: http://developer.qt.nokia.com/forums/viewthread /12682

看来托比亚斯提出的解决方案有效。

或者您可以通过将“-spec macx-g++”传递给 qmake 步骤(这将覆盖 Qt Creator 选择的步骤)来强制使用 mkspec。

The answer was found here: http://developer.qt.nokia.com/forums/viewthread/12682

It appears that the solution Tobias proposed worked.

or you can force the mkspec used by passing a “-spec macx-g++” to the qmake step (which will override the one chosen by Qt Creator).

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