.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   General Programming (http://forums.bots-united.com/forumdisplay.php?f=25)
-   -   compile the qvm for Quake3 (http://forums.bots-united.com/showthread.php?t=1992)

Whistler 17-06-2004 11:36

compile the qvm for Quake3
 
I have followed Id Software's instructions but I just keep getting this:

Code:

D:\Quake3\source\game>mkdir vm
A subdirectory or file vm already exists.

D:\Quake3\source\game>cd vm

D:\Quake3\source\game\vm>set cc=lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g

-I..\
\cgame -I..\..\game -I..\..\ui

D:\Quake3\source\game\vm>lcc -DQ3_VM -S -Wf-target=bytecode -Wf-g

-I..\..\cgam
-I..\..\game -I..\..\ui  ../g_main.c
#line 1 "<stdin>"

...then no response. Dunno what happened.

edit: where are the backslashes ? this must be a bug of the forum

Pierre-Marie Baty 17-06-2004 22:16

Re: compile the qvm for Quake3
 
This rather belongs to a coding forum I think... moving it there, no objections ? :)

sfx1999 20-06-2004 04:01

Re: compile the qvm for Quake3
 
What is <stdin>? Did you include it? It most likely is not in the qvm compiler if it is a library. If it is just a header file, try changing it to #include "stdin.h".

Whistler 20-06-2004 04:18

Re: compile the qvm for Quake3
 
I'm compiling the unmodified Quake3 SDK source code from Id Software's ftp server.
and I greped the source code and found nothing about "stdin".


All times are GMT +2. The time now is 09:17.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.