Page 1 of 1

SOS! Compile can not continue s_conf.c: In function '_conf_s

Posted: Thu Nov 18, 2010 8:30 am
by andyzu
[root@QingTer Unreal3.2]# make
Building src
make[1]: Entering directory `/home/irc/Unreal3.2/src'
gcc -I../include -I/home/irc/Unreal3.2/extras/regexp/include -I/home/irc/Unreal3.2/extras/c-ares/include -L../extras/c-ares/lib -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c s_conf.c
s_conf.c: In function '_conf_set':
s_conf.c:6759: error: 'cet' undeclared (first use in this function)
s_conf.c:6759: error: (Each undeclared identifier is reported only once
s_conf.c:6759: error: for each function it appears in.)
make[1]: *** [s_conf.o] Error 1
make[1]: Leaving directory `/home/irc/Unreal3.2/src'
make: *** [build] Error 2


I have followed the requirements of INSTALL.REMOTEINC completed. ./Curlinstall ares_path curl_path the c-ares and curl is installed successfully.
but when excuting command "make",appear a problem
How to solve?

Re: SOS! Compile can not continue s_conf.c: In function '_co

Posted: Sat Nov 20, 2010 5:49 pm
by Syzop
I don't know what happened to your source, as there is no 'cet' in src/s_conf.c (!?)

Anyway, regardless of that, you could try a CVS version like this one which has a few remote includes installation fixes and should work better.