kdevelop问题??

软件和网站开发以及相关技术探讨
回复
letterb
帖子: 46
注册时间: 2007-04-27 13:22

kdevelop问题??

#1

帖子 letterb » 2007-05-14 13:30

看了kdevelop扫盲帖后

尝试编译第一个程序但找不到【Build】→【Run automake&conf】
只找到【Build】→【Run automake&friends】

按了后就出错!!
如图
怎么编译这个hello程序??
附件
make.gif
头像
juanzhewudi
帖子: 1114
注册时间: 2006-01-19 11:55
来自: HUST
联系:

#2

帖子 juanzhewudi » 2007-05-14 14:16

没装automake吧
letterb
帖子: 46
注册时间: 2007-04-27 13:22

#3

帖子 letterb » 2007-05-14 16:34

juanzhewudi 写了:没装automake吧
装了automake了
但又有新问题:
configure.in:8: error: possibly undefined macro: AM_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.

什么意思???
头像
juanzhewudi
帖子: 1114
注册时间: 2006-01-19 11:55
来自: HUST
联系:

#4

帖子 juanzhewudi » 2007-05-14 16:44

自己google一下看看是不是还少了什么包吧.
如果没有少包的话就手工修改configure.in了,,,
其实你可以手工完成autoconf的.
写一个configure.ac,和automake.am,然后按着autotools工具链条执行一下过去...
总之最好找个autotools工具链的文档看一下.反正我是用kdevelop没自动make成过的,都要改..郁闷
gaozw
帖子: 68
注册时间: 2007-01-02 1:47
来自: 杭州
联系:

#5

帖子 gaozw » 2007-06-27 11:38

可以参考一下kdevelop的帮助文档。
GNOME很漂亮,但KDE很舒适。
Lenovo Sunrise 120 with Kubuntu 7.10
newflypig
帖子: 22
注册时间: 2007-05-17 9:26

help

#6

帖子 newflypig » 2007-06-29 4:19

我跟搂住遇到的问题一模一样,怎么办,真是很急人那
driftstory
帖子: 14
注册时间: 2007-07-05 17:22

#7

帖子 driftstory » 2007-07-10 20:44

aclocal
make: aclocal: Command not found
make: *** [all] Error 127


我一直都是这个错误。。郁闷


The program 'aclocal' can be found in the following packages:
* automake
* automake1.4
* automake1.7
* automake1.9
* automake1.8
头像
juanzhewudi
帖子: 1114
注册时间: 2006-01-19 11:55
来自: HUST
联系:

#8

帖子 juanzhewudi » 2007-07-10 22:03

driftstory 写了:aclocal
make: aclocal: Command not found
make: *** [all] Error 127


我一直都是这个错误。。郁闷


The program 'aclocal' can be found in the following packages:
* automake
* automake1.4
* automake1.7
* automake1.9
* automake1.8
说明没有aclocal没有安装。
这个好像是automake包里面的吧,不怎么记得了,手动运行aclocal看有没有提示要你安装那个包吧。。
头像
pt0079
帖子: 82
注册时间: 2007-02-07 17:53
来自: SEU_Radio
联系:

#9

帖子 pt0079 » 2007-07-17 13:29

driftstory 写了:aclocal
make: aclocal: Command not found
make: *** [all] Error 127


我一直都是这个错误。。郁闷


The program 'aclocal' can be found in the following packages:
* automake
* automake1.4
* automake1.7
* automake1.9
* automake1.8
检查以下这些装了吗?
automake
autoconf
g++
libtool
cmake(可选)
timeseller
帖子: 34
注册时间: 2007-06-15 19:30
联系:

#10

帖子 timeseller » 2007-08-31 22:00

检查以下这些装了吗?
automake
autoconf
g++
libtool
cmake(可选)
之后又安装了konsole之后就可以run了

但是我在debug时

gdb message:
No executable file specified.

No frame selected.

等等问题,请教THANKS[/quote]
回复