Codelite crashes after clicking new workspace or creating new project in Ubuntu 14.04 LTS

对着背影说爱祢 提交于 2019-12-23 20:56:23

问题


I am on Ubuntu 14.04 LTS and alothough I'm not entirely new to Linux, I'm a complete newbie to using Codelite on linux. I've got codelite up and running on Windows with no problems at all. However, its installation on Ubuntu installation seems to have gone awry somewhere. Because, whenever I fire up Codelite on Ubuntu, it starts alright (seemingly) and then if I try to create a new workspace or even a new project, it simply closes down without any alerts or messages whatsoever. I've searched on the internet about this problem but it seems that nobody has this kind of problem. So either I'm doing something basically stupid or my Ubuntu is not well. Either way, I will be very grateful if someone could guide me and set me straight. Thanks in advance.


回答1:


Its not you. Its Ubuntu's fault. The codelite provided by Ubuntu is very ancient (2.8). The current version is 6.1.1

To fix your problem:

  • Uninstall CodeLite sudo aptitude purge codelite codelite-plugins
  • Install new CodeLite provided by The CodeLite Team from our repository

Note that We filed a bug to Ubuntu to remove this broken package... but nothing was done to fix this




回答2:


That worked for me:

  1. Download the .deb file from here.

  2. Run sudo dpkg -i codelite-x.y.z.deb (this install the package)

  3. Run sudo apt-get install -f (this fixes all dependency issues)

Thanks to xuancong84, instruction took from this issue.



来源:https://stackoverflow.com/questions/26603375/codelite-crashes-after-clicking-new-workspace-or-creating-new-project-in-ubuntu

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!