Author Topic: Error When Compiling!! - Game.qvm  (Read 4526 times)

Fun-Owner

  • Posts: 37
  • Turrets: +4/-9
Error When Compiling!! - Game.qvm
« on: December 02, 2008, 12:16:49 am »
 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
« Last Edit: December 08, 2008, 10:40:20 pm by Fun-Owner »

Archangel

  • Guest
Re: Error When Compiling!! - Game.qvm
« Reply #1 on: December 02, 2008, 02:52:41 am »
For each smiley you insert, it is one less answer you will receive in this thread.

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: Error When Compiling!! - Game.qvm
« Reply #2 on: December 02, 2008, 01:56:19 pm »
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

  • Spam Killer
  • *
  • Posts: 555
  • Turrets: +41/-62
Re: Error When Compiling!! - Game.qvm
« Reply #3 on: December 07, 2008, 05:07:53 am »
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

  • Posts: 110
  • Turrets: +2/-1
Re: Error When Compiling!! - Game.qvm
« Reply #4 on: December 19, 2008, 03:31:35 am »
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

  • Guest
Re: Error When Compiling!! - Game.qvm
« Reply #5 on: December 20, 2008, 02:00:38 am »
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.