Page 1 of 1

Problem with generating QVM from Quake III source files

Posted: Tue Jan 02, 2007 2:38 pm
by java_monster
I have installed Quake 3 Arena source code in my PC and trying to play with its code.
I have problems with creating QVM's for Quake 3 Arena.I have made the changes to the Quake 3 Source code to the game section.Now when i run the Game.bat file in the game folder i get following:

C:\PROGRA~1\quake3\source\game\vm>lcc -S -Wf-target=bytecode -Wf-g -I..\..\cgame
-I..\..\game -I..\..\ui ../g_main.c
lcc: \quake3\source\lcc\bin\cpp: No such file or directory

and due to this Qvm's are not created.
I have quake installed in
c:\program files\quake3 folder.

source is installed in quake3\source.

p.s. lcc and q3asm are properly added to my path. VCVARS32.bat works properly.

Please help me rectify this problem
Please help me rectify this problem

Posted: Tue Jan 02, 2007 4:39 pm
by axbaby
wrong forum .
try programming discussions

Re: Problem with generating QVM from Quake III source files

Posted: Tue Jan 02, 2007 10:30 pm
by ^misantropia^
I'll give it a try regardless.
java_monster wrote:lcc: \quake3\source\lcc\bin\cpp: No such file or directory
Does the 'bin' directory contain an executable called 'q3cpp'? Try renaming it 'cpp'.