View Single Post
Metamod 1.17.2, CS1.5, Suse Linux 8.1
Old
  (#1)
BoehserWolf
Guest
 
Status:
Posts: n/a
Default Metamod 1.17.2, CS1.5, Suse Linux 8.1 - 10-04-2004

I tried to install JoeBot by editing the plugins.ini from metamod.
But everytime I try to run this plugin my server crashes.
I tried several so's, always the same. I decided to compile JoeBot myself, but I need some help I think.

I got the hl-sdk, metamod and joebot sources. I tried to fix the pathes of the config.mk:
SDKDIR = /files/cs/server/hlsdk/
JOEBOTDIR = /files/cs/server/joebot/
MMDIR = /files/cs/server/metamod/

Here is my Output:
make -C dlls OPT=release DLLTYPE=mm
make[1]: Entering directory `/files/cs/server/joebot/dlls'
make -C ../NNSim/som OPT=release
make[2]: Entering directory `/files/cs/server/joebot/NNSim/som'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/files/cs/server/joebot/NNSim/som'
make -C ../NNSim OPT=release
make[2]: Entering directory `/files/cs/server/joebot/NNSim'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/files/cs/server/joebot/NNSim'
gcc -I/files/cs/server/joebot//engine -I/files/cs/server/joebot//common -I/files/cs/server/joebot//pm_shared -I/files/cs/server/metamod//metamod -I/files/cs/server/joebot//NNSim/som -I/files/cs/server/joebot//NNSim -I/files/cs/server/joebot//dlls -DUSE_METAMOD -O2 -march=i586 -O2 -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations -malign-loops=2 -malign-jumps=2 -malign-functions=2 -c bot_client.cpp -o release/linux/mm/bot_client.o
cc1plus: warning: -malign-loops is obsolete, use -falign-loops
cc1plus: warning: -malign-jumps is obsolete, use -falign-jumps
cc1plus: warning: -malign-functions is obsolete, use -falign-functions
bot_client.cpp:41:22: meta_api.h: No such file or directory
In file included from bot_client.cpp:44:
bot_client.h:150: `MAX_REG_MSGS' was not declared in this scope
bot_client.cpp:66: `MAX_REG_MSGS' was not declared in this scope
bot_client.cpp: In function `void JBRegMsgs()':
bot_client.cpp:1325: `MAX_REG_MSGS' undeclared (first use this function)
bot_client.cpp:1325: (Each undeclared identifier is reported only once for each
function it appears in.)
bot_client.cpp:1326: `botmsgs' undeclared (first use this function)
bot_client.cpp:1331: `PLID' undeclared (first use this function)
bot_client.cpp:1331: `GET_USER_MSG_ID' undeclared (first use this function)
make[1]: *** [release/linux/mm/bot_client.o] Error 1
make[1]: Leaving directory `/files/cs/server/joebot/dlls'
make: *** [release] Error 2

the Output of ldd joebot_i386.so:
libstdc++-libc6.2-2.so.3 => not found
libdl.so.2 => /lib/libdl.so.2 (0x401b3000)
libc.so.6 => /lib/libc.so.6 (0x401b6000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

the Output of ldd joebot_mm_i386.so:
libstdc++-libc6.2-2.so.3 => not found
libdl.so.2 => /lib/libdl.so.2 (0x40180000)
libc.so.6 => /lib/libc.so.6 (0x40183000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

the Output of ldd joebot_i386.so:
libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40181000)
libdl.so.2 => /lib/libdl.so.2 (0x40234000)
libc.so.6 => /lib/libc.so.6 (0x40237000)
libm.so.6 => /lib/libm.so.6 (0x40355000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40378000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

Hope you can help me!
  
Reply With Quote