在 Eclipse CDT (os x) 中编译 .mm 文件

发布于 2024-10-29 19:32:06 字数 176 浏览 0 评论 0原文

我已将 xcode 项目导入 Eclipse CDT,其中包含 myfile.h 和 myfile.mm 对。然而,似乎 *.mm 文件在构建中被忽略,因为我在 *.mm 文件中实现的类收到“未定义符号”错误。

我如何告诉 Eclipse CDT 对于给定的 .h 文件它也应该编译 .mm 文件?

谢谢。

I have imported an xcode project into Eclipse CDT, which contains myfile.h and myfile.mm pairs. It seems, however, that *.mm files are ignored in the build, as I am getting "Undefined symbols" error for the classes implemented in the *.mm files.

How can I tell Eclipse CDT that for a given .h file it should compile .mm file too?

Thanks.

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

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

发布评论

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

评论(1

久光 2024-11-05 19:32:06

啊,好问题。不幸的是,CDT 目前不支持 Objective-C 文件。对此已经进行了一些讨论,希望我们在未来几个月能看到更多的活动。现在,您必须创建自己的 Makefile 或使用 CMake 从 xcodeproj 文件进行构建。

Ah, great question. Unfortunately the CDT currently doesn't have support for Objective-C files. There has been some discussion about that and hopefully we'll see more activity in the coming months. For now you would have to create your own Makefiles or use CMake to build from the xcodeproj file.

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