Tremulous Forum

Mods => Modding Center => Topic started by: Drakotsu on December 07, 2008, 02:26:55 am

Title: QVM Compiling Errors
Post by: Drakotsu on December 07, 2008, 02:26:55 am
Hello everyone,
Please help, Ive got all my code ready and finished for my qvm but im experiencing difficulty compiling it.
When I run MYSYS.exe, I do this:

Code: [Select]
cd tremulous
make

But then it gives me this error:

Code: [Select]
Output:
/bin/sh.exe: -c: line 1: syntax error near unexpected token `;'
/bin/sh.exe: -c: line 1: `for i in ;  do  echo "    $i";  done'
make[1]: *** [targets] Error 2
make[1]: Leaving directory `/home/user/tremulous'
make: *** [release] Error 2

The directorys do exist, and I followed the newbies guide to tremulous developing, and the short and guide to compiling, ect. But I still get the same error.
If I try this..

Code: [Select]
cd tremulous
exec make

It closes the window after doing some stuff, but none of my products (game.qvm, ect) are in the build folder..or anywhere else for that.

Please help,
If you need any more info, just ask.
Thanks!

I reinstalled everything, and with a bit of luck, I WIN! IT worked! Thanks everyone, even if no one replied :) Mods can close this topic, please and thanks!