将 C Eclipse 项目导入 Perforce
我的 Eclipse IDE 中有 Perforce 插件。现在我想导入 Perforce 服务器中已有的 Eclipse C 项目。但是,我无法构建它们。它们不会作为 C 项目导入。
I have the Perforce plug-In in my Eclipse IDE. Now I want to import Eclipse C projects that is already in the Perforce server. However, I cannot build them. They do not get imported as a C project.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在 Java 项目中观察到同样的情况。看起来来自 perforce 的任何项目都只是作为项目导入。为了解决这个问题,我使用了以下方法。
I observed the same situation for Java project. Looks like any project from perforce is imported as just the Project. So that to resolve the problem I used the following approach.
在我的 Eclipse 中,我可以右键单击该项目并选择 New --> “转换为 C/C++ 项目(添加 C/C++ 性质)”。另请参阅此问题:向 Eclipse 项目添加 C/C++ 性质
In my Eclipse, I can right click on the project and choose New --> "Convert to a C/C++ project (Adds C/C++ Nature)". See also this question: Adding a C/C++ nature to an Eclipse project