I think you have to be in the agrip directory when you compile. I have a batch file that runs zqcc...
@echo off cls e: cd zipped\audioquake\code\game\qc\agrip .\..\zqcc\zqcc.exe > errors.log c: cd c:\progra~1\audioq~1\id1 del qwprogs.dat.old ren qwprogs.dat qwprogs.dat.old move e:\zipped\audioquake\code\game\qc\agrip\qwprogs.dat c:\progra~1\audioq~1\id1 and one for spprogs too, which is mostly the same as the one listed above... @echo off cls e: cd zipped\audioquake\code\game\qc\agrip .\..\zqcc\zqcc.exe -progs spprogs.src > other_errors.log c: cd c:\progra~1\audioq~1\id1 del spprogs.dat.old ren spprogs.dat spprogs.dat.old move e:\zipped\audioquake\code\game\qc\agrip\spprogs.dat c:\progra~1\audioq~1\id1 as you can see, they also log the output to a file so I don't have to be in a command prompt to see it. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Guitar Babe Sent: Wednesday, March 01, 2006 9:18 PM To: AGRIP User and Developer discussion list Subject: Re: [AGRIP-discuss] Speaking of ninnies... Ah, almost forgot to mention, I've preserved the appropriate folder structure as well, and zqcc is seeing all of the appropriate files but no dice... Any help anyone can offer would sure be great!... Thanks so much... G-Girl At 08:10 PM 3/1/2006 -0800, you wrote: >The game code seems to be being one as well... <smile> > I've downloaded all of the appropriate qc files from three sections of > the source forge CVS (agrip, qw, and qwsp) in order to compile the > qwprogs.dat and spprogs.dat files, as I'm attempting to mod the code a bit. > However, it won't seem to compile correctly with zqcc no matter what I > do. I'm getting errors in the agrip code from files I haven't altered, > and even when I simply try to compile all of the original unaltered code, > I still get the same errors. I have no idea why this should be happening. > Might anyone have any ideas or suggestions?... > Thanks so much... > >TTFN > >G-Girl > > >-- >No virus found in this outgoing message. >Checked by AVG Anti-Virus. >Version: 7.1.375 / Virus Database: 268.1.1/272 - Release Date: 3/1/2006 > > >_______________________________________________ >AGRIP-discuss mailing list >[email protected] >http://lists.agrip.org.uk/cgi-bin/mailman/listinfo/agrip-discuss > > > >-- >No virus found in this incoming message. >Checked by AVG Anti-Virus. >Version: 7.1.375 / Virus Database: 268.1.1/272 - Release Date: 3/1/2006 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.1.375 / Virus Database: 268.1.1/272 - Release Date: 3/1/2006 _______________________________________________ AGRIP-discuss mailing list [email protected] http://lists.agrip.org.uk/cgi-bin/mailman/listinfo/agrip-discuss _______________________________________________ AGRIP-discuss mailing list [email protected] http://lists.agrip.org.uk/cgi-bin/mailman/listinfo/agrip-discuss
