作者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
→ concore:他告訴你說:他需要 autoconf ,版本為 2.53 或更新.. 02/27 16:57
→ ideaup:多謝樓上指點,本身是新手,不知(cvs)是否有問題, 02/27 18:03
→ ideaup:autoconf要安裝在那個dir內? 02/27 20:45