CodeLite 构建选项未突出显示:无法编译和测试代码(Ubuntu 11.10)
我可以使用 gcc 进行编译,但不能从 CodeLite GUI 进行编译。构建选项卡未突出显示,因此我无法单击任何选项。
当我打开 CodeLite 时,它告诉我有新版本可用。然而,当我下载 .deb 并尝试使用 Ubuntu 软件中心打开它时,它只是无限期地挂起。
当选项全部灰显时,如何在 CodeLite GUI 中编译并运行代码?
I am able to compile with gcc but not from CodeLite GUI. The build tab is not highlighted so I can't click any option.
When I open CodeLite it tells me that a new version is available. However, when I download the .deb and try to open it with Ubuntu Software Center it just hang indefinatly.
How to compile and run a code within CodeLite GUI when options are all grayed out?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
与 Eclipse IDE 不同,您需要首先创建一个工作区和一个新项目,其中您将拥有项目的实际源代码。
检查此链接,它将帮助您配置
http://codelite.org/LiteEditor/ProjectSettings
Unlike Eclipse IDE you need to create a workspace first and a new project where you will have the actual source code of your project.
Check this link,it will help you with configuring
http://codelite.org/LiteEditor/ProjectSettings