Game Development Community

SUSE 10 and tge

by Fyodor -bank- Osokin · in Torque Game Engine · 06/23/2006 (9:09 am) · 5 replies

Hi everybody!
Today I've tryed to compile TGE under Linux (suse 10) and get some problems..
I've installed everything I need to compile TGE, incuding latest nasm (0.98.39), but during make process I get the following:

--> Assembling math/mMathAMD_ASM.asm
math/mMathAMD_ASM.asm:40: parser: instruction expected
math/mMathAMD_ASM.asm:41: parser: instruction expected
math/mMathAMD_ASM.asm:41: symbol 'prefetch' redefined
[i]skipped[/i]
math/mMathAMD_ASM.asm:155: parser: instruction expected
math/mMathAMD_ASM.asm:155: symbol 'pfadd' redefined
math/mMathAMD_ASM.asm:158: symbol 'femms' redefined
make[1]: *** [out.GCC4.DEBUG/math/mMathAMD_ASM.obj] Error 1
make: *** [dedicated] Error 2
bank@linux:~/aw_dedic/torque>
I havn't found on forums ANY info regarding this ASM-related stuff, so decided to ask "pro's" in this.
I'm familiar with "basics" in Linux, I know how to build soft, etc, but never meet the ASM... So, any suggestions?

#1
06/23/2006 (9:23 am)
Hmm... fixed myself..
had problems with nasm...
works perfectly! ;)
#2
06/23/2006 (10:26 am)
Have a look on the ubuntu procedure and the requested environement , may be it could help you :

eviwo.free.fr/torque/compile.html
#3
06/23/2006 (4:29 pm)
Yeah, I've seen that link (found via search here). As I said the problem was with nasm, as I didn't pay attention that it didn't "make install"-ed from first try.. now having fun merging my project changes into fresh CVS.
#4
06/25/2006 (4:49 pm)
Hmm.. got a problems.. Now with ODBC support.

1. Can't compile "dedicated"
2. can't get connected to mysql from linux build (local and remote).

anyone?
#5
06/26/2006 (5:26 am)
Solved. See comments in mentioned "resource".