SOS! Compile can not continue s_conf.c: In function '_conf_s
Posted: Thu Nov 18, 2010 8:30 am
[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?
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?