作者ideaup (ideaupsoho)
看板LinuxDev
标题[问题] kdevelop 无法产生 hello world 程式
时间Wed Feb 27 16:46:39 2008
简单的kde 程式,(hello world) ,无法编绎成功,目录设定有误,或 有程式未安装?
my system=wubi(Ubuntu 7.0.4)
1=(project)->New project,,C++->KDE->simple KDE Application
There is no Makefile in this dir. and no configure script for this project.
Run automake & friends and configure first?
(run ehem)
2=(Build)->Build Active Target,,, 讯息如下
cd '/home/hpideaup/cpp/test1' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1"
make -f Makefile.cvs &&
mkdir '/home/hpideaup/cpp/test1/debug' &&
cd '/home/hpideaup/cpp/test1/debug' && CXXFLAGS="-O0 -g3"
"/home/hpideaup/cpp/test1/configure" --enable-debug=full &&
cd '/home/hpideaup/cpp/test1/debug/./src' && WANT_AUTOCONF_2_5="1"
WANT_AUTOMAKE_1_6="1"
make -k test1
This Makefile is only for the CVS repository
This will be deleted before making the distribution<br />
./admin/cvs.sh: 651: --version: not found
*** AUTOCONF NOT FOUND!.*** KDE requires autoconf 2.53 or newer
make[1]: *** [cvs] 错误 1
make: *** [all] 错误 2***
Exited with status: 2 ***
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 59.114.243.4
1F:→ concore:他告诉你说:他需要 autoconf ,版本为 2.53 或更新.. 02/27 16:57
2F:→ ideaup:多谢楼上指点,本身是新手,不知(cvs)是否有问题, 02/27 18:03
3F:→ ideaup:autoconf要安装在那个dir内? 02/27 20:45