Tremulous Forum
Mods => Modding Center => Topic started by: Lonly on August 13, 2009, 10:52:46 pm
-
make[2]: Entering directory `/c/trunk'
make[2]: `build/release-mingw32-x86/base/vm/cgame.qvm' is up to date.
Q3ASM build/release-mingw32-x86/base/vm/game.qvm
error: symbol G_admin_cleanup undefined
error: symbol G_admin_print undefined
Multiple definitions for $415_24_24
make[2]: *** [build/release-mingw32-x86/base/vm/game.qvm] Error 97
make[2]: Leaving directory `/c/trunk'
make[1]: *** [targets] Error 2
make[1]: Leaving directory `/c/trunk'
make: *** [release] Error 2
All the defines where deleted since it was too long. For the full thing is :
http://www.mediafire.com/download.php?jymmzjgdmzi (http://www.mediafire.com/download.php?jymmzjgdmzi)
I have nero's source.
-
it's rather self explanatory. there's no such routine G_admin_cleanup, nor G_admin_print. define them.
-
it's rather self explanatory. there's no such routine G_admin_cleanup, nor G_admin_print. define them.
You mean in the makefile?
-
no, in whatever file they're defined in (i think g_admin.c ?)
-
It's a q3asm error, not a gcc error. (He cut all the useful bit of the error from the bit he posted here >_>).
Try doing a make clean before running make.
-
how do i clear? I forgot lmao.
-
make clean
-
Fail. Didn't work, same error(s).
-
paste the whole error?
-
Please, before you post the entire error, make sure you use the "code" tag.
Also.
I have nero's source.
nero's source.
nero
Found your problem.
Nero's QVM is known to be prone to all sorts of weird errors, segfaults, and basically anything that can go wrong with a QVM.
-
when i had nero's qvm plain it compiled fine, now that i add 4 commands (denyclass, allowclass, denyweapon, allowweapon), it crashes. And i cant post whole error its too big to post.
-
Those particular patches take some hacking to get working right, if I recall correctly.
They won't patch cleanly with just the patch.
-
actually foe got the right solution, delete the build folder and recompile, everything went fine :-}
-
that's more or less what make clean does.