分页: 1 / 1

[问题]kdevelop配置问题

发表于 : 2008-03-26 11:49
knobel
我 安装了ubuntu8.04,kdevelop版本是3.5.9.我是按照那个扫盲贴设置的,选择了最简单的C "hello world"
步骤:"Run auromake &friends" "Run configure" "compile file" "build project".都显示的是success.
但是在运行"execute program"时,显示"konsole --workdir '/home/wangguihui/C/debug/./src' -e /bin/sh -c '/home/wangguihui/C/debug/./src/c ; echo "Press Enter to continue!";read dummy'"
/bin/sh: konsole: not found
*** Exited with status: 127 ***
搞不明白,怎么配置有问题吗

发表于 : 2008-03-26 20:46
fortruth
你的桌面的Kubntu/KDE的么,不是的话,
可能提示你安装konsole软件 。
那就就sudo apt-get install konsole 一下吧!

发表于 : 2008-03-31 13:44
flyinflash
asdf

发表于 : 2008-04-09 1:49
brooklyn
flyinflash 写了:推荐使用 geany IDE

代码: 全选

sudo apt-get install geany

http://www.shuge.org/share/project/gent ... 4%E7%94%A8

编译型语言 C

想入门,有三本书是必看的。
《C 程序设计语言》
《Linux 程序设计》
《Unix 环境高级编程》
谢谢你推荐的geany!

Re: [问题]kdevelop配置问题

发表于 : 2009-05-18 17:44
hellogirl
我使用的是kubuntu,使用kdevelop 写程序的时候
怎么不能使用QDialog,还有别的类,它说不能识别,
是不是kdevelop配置不对,配置哪里参考,错误如下:

QDialog:No such file or directory
'QDialog' was not declared in this scope