Problem with generating QVM from Quake III source files

Locked
java_monster
Posts: 3
Joined: Tue Jan 02, 2007 2:27 pm

Problem with generating QVM from Quake III source files

Post 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
axbaby
Posts: 3424
Joined: Wed Dec 22, 1999 8:00 am

Post by axbaby »

wrong forum .
try programming discussions
[color=#FF0000][WYD][/color]
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: Problem with generating QVM from Quake III source files

Post 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'.
Locked