- 主题:bbs如何建?
同问
【 在 daai (laoma) 的大作中提到: 】
--
FROM 61.135.159.*
kbs
【 在 sxdxsimple (雾里龙虾) 的大作中提到: 】
: 看是什么样的bbs了
--
FROM 61.135.159.*
装了
但是不知道系统环境是否复合要求了
fc4
【 在 roctall (蛇王阿奔) 的大作中提到: 】
: 装个linux先
--
FROM 61.135.159.*
按照dev.kcn.cn上的说明安装的,但是出错,不理解
【 在 roctall (蛇王阿奔) 的大作中提到: 】
: 可以的
: 然后就是下载kbs代码包,按照安装说明进行安装了
--
FROM 61.135.159.*
在contrib/build-RH9.sh的时候最后的错误信息如下
.
.
.
make -s all-recursive
Making all in libsystem
[Compiling f_io.lo]
[Compiling kbs_string.lo]
[Compiling uuencode.lo]
[Compiling base64.lo]
[Linking libsystem.la]
Making all in libBBS
[Compiling record.lo]
In file included from ../src/bbs.h:168,
from record.c:20:
../site.h:5:29: warning: "/*" within comment
In file included from ../src/bbs.h:169,
from record.c:20:
../default.h:16:2: error: #error must define tmpfs root directory
make[2]: *** [record.lo] 错误 1
make[1]: *** [all-recursive] 错误 1
make: *** [all] 错误 2
另外题外问题,利用源代码安装软件时make
make: *** 没有指明目标并且找不到 makefile。 停止。
也不知道怎么回事,跟上面的原因类似吗?
【 在 roctall (蛇王阿奔) 的大作中提到: 】
: 详细描述出错信息,你这么说别人也没法帮助你
--
修改:pipiluxi FROM 61.135.159.*
FROM 61.135.159.*
是他们吗?ms我没改他们
#ifndef __SYSNAME_H_
#define __SYSNAME_H_
#define USE_TMPFS 1 /*?????????/
#define TMPFSROOT "cache" /*tmpfs??bbshome/cache */
#define CONV_PASS 1
#define NINE_BUILD 0
#define NEW_COMERS 1 /* ??? newcomers ??? */
#define HAPPY_BBS 0
#define HAVE_COLOR_DATE 1
【 在 atppp (Big Mouse) 的大作中提到: 】
: head site.h
: 把前10行贴出来
: 你肯定有地方改错了,比方编辑器吃屎了
: ...................
--
FROM 61.135.159.*
这是我的locale
LANG=zh_CN.UTF-8
LC_CTYPE="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=
我再
export LC_ALL=zh_CN.GB18030
一句可以吧?
【 在 yuhuan (康总御封板砖王) 的大作中提到: 】
: 好像locale错了然后copy+paste吃掉了
--
FROM 61.135.159.*