mud吧 关注:20,999贴子:99,888
  • 4回复贴,共1

请教FluffOS执行mudlib的错误

只看楼主收藏回复

在CentOS 64位上编译好的FluffOS运行mudlib碰到以下问题。
百思不得其解,高手能否指点迷津。
using config file: config.dhxy
Initializing internal tables....
----------------------------------------------------------------------------
XLQY (FluffOS v2.27) starting up on Linux/x86-64 - Sat Jul 13 02:43:00 2013
/include/globals.h line 7: Warning: Unknown #pragma, ignored. before the end of line
/adm/simul_efun/object.c line 88: Unknown efun: living before (ob);
/adm/simul_efun/path.c line 49: Warning: Unused local variable 't2' before the end of line
/adm/simul_efun/path.c line 49: Warning: Unused local variable 't3' before the end of line
/adm/simul_efun/path.c line 49: Warning: Unused local variable 't4' before the end of line
/adm/simul_efun/message.c line 103: Unknown efun: notify_fail before (arg);
No error handler for error: *Error in loading object '/adm/obj/simul_efun'
program: (none), object: (none), file: (none)
The simul_efun (/adm/obj/simul_efun) and master (/adm/obj/master) objects must be loadable.
[game@gaiasense xlqy]$ Last login: Sat Jul 13 05:09:20 2013 from r74-195-243-195.stl1cmta01.stwrok.ok.dh.suddenlink.net


1楼2013-07-13 20:20回复
    这个是定义了没被使用的变量,就会出警告,这个影响加载
    主要是nosave和static问题,修改options.h应该能解决,
    不过即使加载成功了,我估计各种错误警告都会让你崩溃的


    IP属地:安徽2楼2013-07-21 13:25
    回复
      2025-08-06 20:58:21
      广告
      不感兴趣
      开通SVIP免广告
      #undef SENSIBLE_MODIFIERS 解决 nosave和static问题


      IP属地:安徽3楼2013-07-21 13:27
      收起回复
        谢谢楼上两位,这个问题已经解决了。但是在运行mudlib过程中有个莫名其妙的“你发现事情不大对了,但是又说不上来。”问题。帮忙看看吧。在这个帖子里:
        http://tieba.baidu.com/p/2456803374


        4楼2013-07-22 18:43
        回复