Search found 3 matches

by Frost
Mon Jan 24, 2005 11:06 pm
Forum: Unreal 3.2 Support
Topic: Compilation Problem s_bsd
Replies: 5
Views: 2284

I ran ./Config and the make... and im using cgywin Just brand new, every single package is on it! In my real os im on Windows XP
by Frost
Mon Jan 24, 2005 1:58 pm
Forum: Unreal 3.2 Support
Topic: Compilation Problem s_bsd
Replies: 5
Views: 2284

Compilation Problem s_bsd

I run make... and to this point it's okay, then it hits
gcc -I../include -I/home/Jay/Unreal3.2/extras/regexp/include -pipe -g -02 -funsi s_bsd.c: In function 'init_sys':
s_bsd.c:647: error: too many arguments to function 'setpgrp'
make [1]: *** [s_bsd.o] Error 1
make[1]: Leaving Directory '/home ...
by Frost
Sat Jan 22, 2005 4:16 pm
Forum: Unreal 3.2 Support
Topic: Link denied, colliding server numeric
Replies: 11
Views: 5924

Link denied, colliding server numeric

Okay I have two servers trying to link:
Server 1:
{
name "blah";
info "blah";
numeric 100;
};
Server 2:
{
name "blah";
info "blah";
numeric 3;
};
And Im getting an error:
Link [@1.2.3.4.1887] denied, colliding server numeric
Ive changed the numeric sevral times and still the same error ...