chans 发表于 2010-6-3 21:21:50

ok,感谢这么热心。刚下载完 10.04 server ubuntu 在安装。
我编译看看。非常感谢。

chans 发表于 2010-6-4 03:23:14

unbuntu 10.04 编译无法通过。
错误代码如下:
./build.Mudos:159 gmake:not found
make: Warning:file 'Dependencies' has modification time 2.6e+08 s in the future
make: Nothing to be done fro 'nothing'.
make:warning:clock shew detected. Your build mey be incomplete.
./build.Mudos:170:xlc:not found
install:invalid option--'f'
Try 'install--help' from more information.
rm:cannot remove 'tmp/insttest'no such file or directory
./build.MudOS:306 bison:not found
./build.mudos:3222 byacc:not found
./build.MudOS:322 yacc:not found
fatal ERROR: could not find bison or yacc.

chans 发表于 2010-6-4 03:28:23

装了 bison编译成功了。谢谢。

chans 发表于 2010-6-4 15:18:58

我用./build.MudOS 不可以编译,提示 xlc not found
查看资料,xlc要付费的
最后用的 make make install安装的。

chans 发表于 2010-6-5 03:57:01

在 请教个 问题:我 的 如果用 wiz权限就 登陆不 上去 .
我 看 代码
      if( wiz_level(arg) < wiz_lock_level )
       {
                write("对不起," + MUD_NAME +
                        "目前正在维护之中,请稍候再连线。\n");
                destruct(ob);
                return;
      }
这个 数值怎么 定 义的 ?
player = 0 ,
player 可以,其他 不是 应该>0吗 ?
怎么 全部登陆不 上 去 呢?

chans 发表于 2010-6-5 03:58:58

我 把 上面 代 码 注释掉
可以登进 去
不过没有wiz全限
在wizlist 下 添家 .
不 注释 wizlist下 有 的 命字,全部无法登

zgbl 发表于 2010-6-5 10:29:26

用admin权限应该能行吧,这是最高的了

chans 发表于 2010-6-5 16:47:44

都 是 文件惹的 祸
删了 重建 ok
原来 的 可 能 是 dos 与 unix
不 兼容
页: 1 [2]
查看完整版本: 关于MudOSv22pre11 For Linux