现在可以使用 Codeblocks 20.03。但是我想安装codeblocks的以前版本17.12。是否可以在 ubuntu 20.04 上安装以前的版本?如果是,那怎么办?请帮我做这件事,如果我安装以前的版本,它会做任何不当行为吗?
我之前已经安装了代码块,现在我想删除它并转移到 IDE(欢迎推荐,特别是 c/c++)但通过终端
“未安装包'codeblocks',因此未删除”
在 ubuntu 软件中,没有软件作为命名代码块存在,但我可以在应用程序管理器中看到代码块,我也尝试通过文件管理器查找文件没有成功。 显示应用程序管理器中的代码块的图像
正如评论which codeblocks
命令输出中的@N0rbert 所说:
/usr/local/bin/codeblocks
我想学习用 irrlicht 3d 引擎和代码块/c++ 制作游戏。我安装了代码块,我遵循了来自各种来源的 Irrlicht 说明,我目前的问题如下。
这些是在按照以下 youtube 视频中的说明尝试编译来自 irrlicht 03.CustomSceneNode main.cpp 的代码时,来自代码块的构建消息:https ://www.youtube.com/watch?v=1n9mWN60xqI :
===============================================================
Build: Debug in testing (compiler: GNU GCC Compiler)
ld cannot find -lIrrlicht
ld cannot find -lGL
ld cannot find -lGLU
ld cannot find -lIrrlicht
ld cannot find -lXxf86vn
ld cannot find -lGL
error: ld returned 1 exit status|
Build failed: 7 error(s), 0 warning(s) (0 minute(s), 1 second(s)) ===|
===============================================================
我不知道如何解决“ld 找不到 -lIrrlicht”的问题。Irrlicht 成立了两次。第一次从他们的网站下载,第二次通过终端上我在论坛中找到的说明(我忘了在哪里),我对它们都运行了 make 并使用视频中的说明将它们设置在代码块中。
此外,我显然缺少必要的 openGL 库或它们未正确链接,但我无法安装它们。当我尝试时,这是终端输出:
==================================================== ==============
~$ sudo apt-get install libgl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libgl1-mesa-dev' instead of 'libgl-dev'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libgl1-mesa-dev : Depends: libglvnd-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages
==================================================== ==============
我已经安装了以下库:
libxxf86vm-dev
libxcomposite-dev
mesa-common-dev
,在再次尝试使用 GL 库之前将其删除,但这并没有改变任何东西。
我想将代码块设置到可以编译示例程序的程度。
如何安装最新的 Code::Blocks 使用codeblocks_17.12-1_amd64_stable.tar.xz
?
软件中心有旧版本,我无法配置。如何安装?为什么没有安装文档?
我对 Ubuntu 上的代码块没有很好的经验。我在 15.10 和 16.04 中尝试过,但它总是在一段时间后崩溃。我只是打开一个控制台应用程序,创建一些 .h 文件并运行。我将它用于 C++ 大学课程。我不做复杂的事情。我在 15.10 和 16.04 上都重新安装了很多次,它一直在崩溃。
我从软件中心安装了代码块。我写了一个 C++ 程序并构建了它,它很好,但是每当我尝试运行编译后的代码时,它都会给我这个错误:权限被拒绝。我该如何解决这个问题?
我正在为我的 C++ IDE 使用代码块。我正在使用 Ubuntu 14.04 LTS。Ctrl我喜欢使用++注释掉Shift代码C。
然而,突然之间,它停止工作了!我该如何重新打开它?
Ctrl编辑使用++注释掉代码Shift确实Z有效。但是Ctrl++Shift没有C。如果我转到菜单,单击编辑,然后单击复制它就可以了。只是键盘快捷键坏了。
编辑 #2 每当我尝试使用Ctrl+ Shift+C时,我都会注意到出现这条不寻常的警告消息:HTML Help not found at [file directory of project goes here]
这会是一个线索吗?