Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Help!!!] SVN troubles
12-20-2008, 07:45 PM (This post was last modified: 12-20-2008 07:54 PM by Moo.)
Post: #1
[Help!!!] SVN troubles
Hey guys, I can't compile the latest version of SVN, but I know fteqcc.exe has something to do with it. The log fteqcc gives me is this:
Code:
Source file: progs.src

************ ERROR ************
Couldn't open file progs.src

The same happens with data.src. I've tried replacing fteqcc.exe for possible corruption, because after all, it IS windows, lol. I am using MrBougo's build script, it's all set up right, as I have compiled several times before this. Sorry for your troubles.....

I also don't know if this is posted in the right place, if it isn't, please move it.

Great thanks for your help,
Moo
[url=http://dojov2.nexuizninjaz.com][img]http://dojov2.nexuizninjaz.com/css/img/signature.png[/img][/url]
Visit this user's website Find all posts by this user
Quote this message in a reply
12-20-2008, 10:06 PM
Post: #2
RE: [Help!!!] SVN troubles
is this when your running the script or when your are manually compiling with fteqcc.
have you changed the script at all?
“Only Thing We Have to Fear Is Fear Itself” - FDR

"When the power of love overcomes the love of power the world will know peace." - Jimi Hendrix
Find all posts by this user
Quote this message in a reply
12-20-2008, 11:41 PM
Post: #3
RE: [Help!!!] SVN troubles
I have changed the settings portion of the script. This is when I manually open fteqcc.exe, but when running the script fteqcc crashes with the bug report. Therefore, this is the closest crash problem I can give you.
[url=http://dojov2.nexuizninjaz.com][img]http://dojov2.nexuizninjaz.com/css/img/signature.png[/img][/url]
Visit this user's website Find all posts by this user
Quote this message in a reply
12-21-2008, 12:40 AM
Post: #4
RE: [Help!!!] SVN troubles
make sure that you are in the /menu, /client and /server folders when your are compiling manually. you have to compile each folder seperately
“Only Thing We Have to Fear Is Fear Itself” - FDR

"When the power of love overcomes the love of power the world will know peace." - Jimi Hendrix
Find all posts by this user
Quote this message in a reply
12-21-2008, 01:22 AM (This post was last modified: 12-21-2008 01:24 AM by Moo.)
Post: #5
RE: [Help!!!] SVN troubles
k, I guess I'll try that

Ok, it's compiling all the way up until this line:

compiling ../common/items.qc

That is also where it compiles to in the script.
Any ideas!?
[url=http://dojov2.nexuizninjaz.com][img]http://dojov2.nexuizninjaz.com/css/img/signature.png[/img][/url]
Visit this user's website Find all posts by this user
Quote this message in a reply
12-21-2008, 12:46 PM
Post: #6
RE: [Help!!!] SVN troubles
Here's the full log for compiling in /server:

Source file: progs.src
outputfile: ../../progs.dat
compiling ../common/util-pre.qh
compiling sys.qh
compiling builtins.qh
compiling extensions.qh
compiling constants.qh
compiling ../common/constants.qh
compiling ../common/util.qh
compiling ../common/items.qh
compiling defs.qh
compiling tturrets/include/turrets_early.qh
#message: "with tZork turrets rc2"
compiling campaign.qh
compiling ../common/campaign_common.qh
compiling ../common/mapinfo.qh
compiling ../common/util.qc
compiling portals.qh
compiling g_hook.qh
compiling scores.qh
compiling ipban.qh
compiling race.qh
compiling keyhunt.qh
compiling antilag.qh
compiling vote.qh
compiling scores_rules.qc
compiling miscfunctions.qc
in function readplayerstartcvars (line 739),
miscfunctions.qc:914: warning: Expected punctuation
miscfunctions.qc:914: warning: Expected punctuation
miscfunctions.qc:914: error: type mismatch for & (float and __integer)
in function readlevelcvars (line 942),
miscfunctions.qc:943: error: Unknown value "g_bugrigs".
miscfunctions.qc:943: error: type mismatch for = (__variant and float)
in function precache (line 1149),
miscfunctions.qc:1247: error: Unknown value "precache_sound".
in function InitializeEntity (line 1464),
miscfunctions.qc:1472: warning: Return value conflict - output is likly to be invalid

************ ERROR ************
Errors have occured

Error in miscfunctions.qc on line 1751
[url=http://dojov2.nexuizninjaz.com][img]http://dojov2.nexuizninjaz.com/css/img/signature.png[/img][/url]
Visit this user's website Find all posts by this user
Quote this message in a reply
12-21-2008, 01:21 PM
Post: #7
RE: [Help!!!] SVN troubles
If your SVN code is clean as you said. I'm sticking with the 'your fteqcc is broken' theory.. are you _positive_ you have the latest and greatest?
Inspire your neighbor, they'll inspire you back.

[url=http://maps.nexuizninjaz.com]maps.nn[/url] | [url=http://pics.nexuizninjaz.com]pics.nn[/url] | [url=http://chat.nexuizninjaz.com]chat.nn[/url] | [url=http://toolz.nexuizninjaz.com/cvar]2.5 cvar browser[/url]
Visit this user's website Find all posts by this user
Quote this message in a reply
12-21-2008, 02:52 PM (This post was last modified: 12-21-2008 02:53 PM by Moo.)
Post: #8
RE: [Help!!!] SVN troubles
Yes, I have even deleted my fteqcc and redownloaded it.

Do you think I should delete my repos and download them again?
[url=http://dojov2.nexuizninjaz.com][img]http://dojov2.nexuizninjaz.com/css/img/signature.png[/img][/url]
Visit this user's website Find all posts by this user
Quote this message in a reply
12-21-2008, 05:18 PM
Post: #9
RE: [Help!!!] SVN troubles
K, that didn't work but it was a great reason for me to go outside and get off of the computer. Still, no cigar even though I don't smoke. Any other ideas?
[url=http://dojov2.nexuizninjaz.com][img]http://dojov2.nexuizninjaz.com/css/img/signature.png[/img][/url]
Visit this user's website Find all posts by this user
Quote this message in a reply
12-21-2008, 05:31 PM
Post: #10
RE: [Help!!!] SVN troubles
Are you downloading the latest build or compiling the latest fteqcc? I'm not sure if the build is behind in this respect all I know is on Linux I run the cutting edge fteqcc.
Inspire your neighbor, they'll inspire you back.

[url=http://maps.nexuizninjaz.com]maps.nn[/url] | [url=http://pics.nexuizninjaz.com]pics.nn[/url] | [url=http://chat.nexuizninjaz.com]chat.nn[/url] | [url=http://toolz.nexuizninjaz.com/cvar]2.5 cvar browser[/url]
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


Contact Us | Nexuiz Ninjaz Home | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication