News:

Come Chat with us live! Learn how HERE!

Main Menu

Error When Compiling!! - Game.qvm

Started by Fun-Owner, December 02, 2008, 12:16:49 AM

Fun-Owner

 Hi guys i have a question!
I try to patch the karma.patch and i have 4 errors and  i dont how to Fix them?
Can you help me please?
Here are the errors:
src/game/g_active.c:860: unknown field `karma' of `clientPersistant_t'
src/game/g_active.c:865: unknown field `karma' of `clientPersistant_t'
src/game/g_active.c:882: unknown field `karma' of `clientPersistant_t'
src/game/g_active.c:887: unknown field `karma' of `clientPersistant_t'
THX

Archangel

For each smiley you insert, it is one less answer you will receive in this thread.

David

The patch is shit.  Find/make a better one or find whoever wrote it and get them to fix it.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

SlackerLinux

that's rezyns patch.

seems to work ok its running on sst i would check to see if it patched cleanly.
Slackware64 13.1
SlackersQVM/

Drakotsu

Sorry for the late reply:

When I use any patch with the 'patch -p0' thing it does not work.
Instead,
If I patch it by hand (Not too hard to do unless its a large patch) it works, no errors. :P

Try patching it by hand

Archangel

you're probably using patch wrong. all patches i've seen for trem are based in the very root directory (e.g. you have the src/{c,}game and such trees. so you'd do patch -p0 < patchname.patch. i'm guessing you're in src/game or wherever, or you're not using the shell redirection.