- 主题:YTHTBBS配置文件的修改
chown
它好像说要先makedist.sh一下才configure。。
【 在 yaomaohua.bbs@bbs.qxntc.edu.cn (缘起缘灭) 的大作中提到: 】
: 现在我倒是完成了这一步./configure
: 可是现在make了
: 又出现错误了
: make -C ythtlib install
: make[1]: Entering directory `/home/bbssrc/ythtlib'
: make[1]: *** Warning: File `Makefile' has modification time in the future (2004-05-25 21:05:54 > 2002-02-11 15:38:53.669378)
: ...................
--
FROM 211.155.251.247
那一步我倒是通过了,可是接下来的make又出现错
make -C ythtlib install
make[1]: Entering directory `/home/bbssrc/ythtlib'
make[1]: *** Warning: File `Makefile' has modification time in the future (2004-05-25 21:05:54 > 2002-02-11 15:54:49.628232)
../configure is older than ../configure.in or ../makedist.sh, run ../makedist.sh first.
make[1]: *** [../configure] Error 1
make[1]: Leaving directory `/home/bbssrc/ythtlib'
make: *** [all] Error 2
【 在 dinger.bbs@ytht.net (test) 的大作中提到: 】
: 看看site里面的bbsconfig.xxx
: 点后面是什么? 就写--with-site=xxx
: 【 在 yaomaohua.bbs@bbs.qxntc.edu.cn (缘起缘灭) 的大作中提到: 】
: : 我没有呀
: : 我就只有一个bbsdev
: : 然后也要./configure --with-site=xztu吗?
: : ...................
: ...................
--
FROM 219.141.123.114
make[1]: *** Warning: File `Makefile' has modification time in the future
你得系统时间有问题吧?
【 在 yaomaohua.bbs@bbs.qxntc.edu.cn (缘起缘灭) 的大作中提到: 】
: 现在我倒是完成了这一步./configure
: 可是现在make了
: 又出现错误了
: make -C ythtlib install
: make[1]: Entering directory `/home/bbssrc/ythtlib'
: make[1]: *** Warning: File `Makefile' has modification time in the future (2004-05-25 21:05:54 > 2002-02-11 15:38:53.669378)
: ...................
--
FROM 127.0.0.1
touch *
【 在 yaomaohua.bbs@bbs.qxntc.edu.cn (缘起缘灭) 的大作中提到: 】
: 那一步我倒是通过了,可是接下来的make又出现错
: make -C ythtlib install
: make[1]: Entering directory `/home/bbssrc/ythtlib'
: make[1]: *** Warning: File `Makefile' has modification time in the future (2004-05-25 21:05:54 > 2002-02-11 15:54:49.628232)
: ../configure is older than ../configure.in or ../makedist.sh, run ../makedist.sh first.
: make[1]: *** [../configure] Error 1
: make[1]: Leaving directory `/home/bbssrc/ythtlib'
: make: *** [all] Error 2
: ...................
--
FROM 10.2.168.205
我又做了一次
先./makedist.sh
然后./configure --with-site=xztu
再make
还是同样的错误
【 在 dinger.bbs@ytht.net (test) 的大作中提到: 】
: chown
: 它好像说要先makedist.sh一下才configure。。
: 【 在 yaomaohua.bbs@bbs.qxntc.edu.cn (缘起缘灭) 的大作中提到: 】
: : 现在我倒是完成了这一步./configure
: : 可是现在make了
: : 又出现错误了
: : make -C ythtlib install
: ...................
--
FROM 219.141.123.114
我现在把系统时间和日期都改了,可是还是这样的错误呀
【 在 ylsdd.bbs@ytht.net (看paper) 的大作中提到: 】
: make[1]: *** Warning: File `Makefile' has modification time in the future
: 你得系统时间有问题吧?
: 【 在 yaomaohua.bbs@bbs.qxntc.edu.cn (缘起缘灭) 的大作中提到: 】
: : 现在我倒是完成了这一步./configure
: : 可是现在make了
: : 又出现错误了
: ...................
--
FROM 219.141.123.114
什么意思?
【 在 朱雀.bbs@wusetu.cn (无家可归|流浪......) 的大作中提到: 】
: touch *
: 【 在 yaomaohua.bbs@bbs.qxntc.edu.cn (缘起缘灭) 的大作中提到: 】
: : 那一步我倒是通过了,可是接下来的make又出现错
: : make -C ythtlib install
: : make[1]: Entering directory `/home/bbssrc/ythtlib'
: : make[1]: *** Warning: File `Makefile' has modification time in the future (2004-05-25 21:05:54 > 2002-02-11 15:54:49.628232)
: ...................
--
FROM 219.141.123.114
改文件时间
【 在 yaomaohua.bbs@bbs.qxntc.edu.cn (缘起缘灭) 的大作中提到: 】
: 什么意思?
: 【 在 朱雀.bbs@wusetu.cn (无家可归|流浪......) 的大作中提到: 】
: : touch *
: : ...................
--
FROM 10.2.168.205
或者chown -R bbs.bbs *
【 在 朱雀 (无家可归|流浪......) 的大作中提到: 】
: 改文件时间
: 【 在 yaomaohua.bbs@bbs.qxntc.edu.cn (缘起缘灭) 的大作中提到: 】
: : 什么意思?
--
FROM 10.2.168.205
时间问题倒是解决了,可是还在有错呀
make -C ythtlib install
make[1]: Entering directory `/home/bbssrc/ythtlib'
../configure is older than ../configure.in or ../makedist.sh, run ../makedist.sh first.
make[1]: *** [../configure] Error 1
make[1]: Leaving directory `/home/bbssrc/ythtlib'
【 在 ylsdd.bbs@ytht.net (看paper) 的大作中提到: 】
: make[1]: *** Warning: File `Makefile' has modification time in the future
: 你得系统时间有问题吧?
: 【 在 yaomaohua.bbs@bbs.qxntc.edu.cn (缘起缘灭) 的大作中提到: 】
: : 现在我倒是完成了这一步./configure
: : 可是现在make了
: : 又出现错误了
: ...................
--
FROM 219.141.123.114