当前位置: 技术问答>linux和unix
用kdevelop编译完,总执行不了c++程序,不知何原因??
来源: 互联网 发布时间:2015-02-07
本文导语: 我以前没用过kdevelop,现在新建了一个c++程序,它自带了一个"hello world"程序,我编译完,执行时开始报错" *** Warning: File `admin/Makefile.common' has modification time in the future (2002-08-06 05:39:32 > 2002-03-14 09:54:11 make[2]: *** War...
我以前没用过kdevelop,现在新建了一个c++程序,它自带了一个"hello world"程序,我编译完,执行时开始报错"
*** Warning: File `admin/Makefile.common' has modification time in the future (2002-08-06 05:39:32 > 2002-03-14 09:54:11
make[2]:
*** Warning: File `admin/acinclude.m4.in' has modification time in the future (2002-08-06 05:39:32 > 2002-03-14 09:54:14
make[2]:
warning: Clock skew detected. Your build may be incomplete
make[3]:
*** Warning: File `admin/Makefile.common' has modification time in the future (2002-08-06 05:39:32 > 2002-03-14 09:54:14
make[3]:
warning: Clock skew detected. Your build may be incomplete
configure.in:58: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.in:102: warning: do not use m4_regexp: use regexp or m4_bregexp
configure.in:58: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.in:102: warning: do not use m4_regexp: use regexp or m4_bregexp
autoheader-2.53: `config.h.in' is created
make[1]: warning: Clock skew detected. Your build may be incomplete."
创建时也是报同样的错误.
我的linux重装了还是这样的问题,别人都是装完了就可以使用kdevelop执行的,同一个安装盘,装出来的系统竟然不同,迷糊啊,难道跟硬件有关,请个位大虾指点!!!!
*** Warning: File `admin/Makefile.common' has modification time in the future (2002-08-06 05:39:32 > 2002-03-14 09:54:11
make[2]:
*** Warning: File `admin/acinclude.m4.in' has modification time in the future (2002-08-06 05:39:32 > 2002-03-14 09:54:14
make[2]:
warning: Clock skew detected. Your build may be incomplete
make[3]:
*** Warning: File `admin/Makefile.common' has modification time in the future (2002-08-06 05:39:32 > 2002-03-14 09:54:14
make[3]:
warning: Clock skew detected. Your build may be incomplete
configure.in:58: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.in:102: warning: do not use m4_regexp: use regexp or m4_bregexp
configure.in:58: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.in:102: warning: do not use m4_regexp: use regexp or m4_bregexp
autoheader-2.53: `config.h.in' is created
make[1]: warning: Clock skew detected. Your build may be incomplete."
创建时也是报同样的错误.
我的linux重装了还是这样的问题,别人都是装完了就可以使用kdevelop执行的,同一个安装盘,装出来的系统竟然不同,迷糊啊,难道跟硬件有关,请个位大虾指点!!!!
|
好像是你的系统时间比它的程序文件最后修改时间早,你的系统时间怎么是2002?
|
不知道你用的是哪个版本的KDeveloper?!
你创建的又是哪种工程?!
你创建时是都是默认项吗?!如果你在创建时选择像CVS的,那创建时就会有错,而且还创建不成功,这是我以前发现过的问题,那是相对旧点的版本了,现在我用的是新版本3.0吧,没有出错。所以,你试看都是默认项下能否通过!还有就是最好也把创建时出错信息也给贴出来!
你创建的又是哪种工程?!
你创建时是都是默认项吗?!如果你在创建时选择像CVS的,那创建时就会有错,而且还创建不成功,这是我以前发现过的问题,那是相对旧点的版本了,现在我用的是新版本3.0吧,没有出错。所以,你试看都是默认项下能否通过!还有就是最好也把创建时出错信息也给贴出来!
|
系统时间错了吧?