Hi,
First of all I'm really trying to get moving with getting Botmans original monster_plugin working. I've already posted a thread on that and screwed up bad with posting to big of a message on the metamod & bot coding section(could an Admin delete that thread?). I understand before I even decide to get the monter_plugin working I first of all need a working SDK compiled and running on Mandrake Linux 10. I've already downloaded updated source code packages to compile on my Linux machine to work with newer compilers of gcc. I also understand I need to update the monster_plugin formatting of the functions. I havent worked on that yet (first SDK).
Now since I cant seem to understand to grasp the concept of getting this SDK compiled since I fail each time. I am quite sure I have the neccessary libraries to compile this SDK yet I dont know which ones the SDK wants. I'm currently at school posting this thread so when I left I was using MandrakeUpdate updating my packages on my pc for security and bugs. I've just checked version number on gcc and it is:
Code:
[kc2keo@localhost kc2keo]$ gcc -v
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.2/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++,ada,f77,objc,java,pascal --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)
[kc2keo@localhost kc2keo]$
If it matters (dont think so) heres g++ also
Code:
[kc2keo@localhost kc2keo]$ g++ -v
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.2/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++,ada,f77,objc,java,pascal --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)
[kc2keo@localhost kc2keo]$
also I experimented with "diff" and read up on it. I never really bothered to much with it if it matters.
I hope i'm not being a pain about this but I'm kind of confused. All i'm doing here is trying to edit source and checking by compiling it seems like i'm going in loops.
and again could an admin delete my thread on metamod & coding section from me? I've even updated the Makefile since it complained about some stuff in Linux so I did get rid of some errors. The other functions such as SetThink dont compile and they are in the SDK dlls folder.
Thanks,
George