Не компилится sgconf_xml. Вот выхлоп:
#############################################################################
Building sgconf_xml for Linux
#############################################################################
Makeing crypto.lib
rm -f deps libcrypto.a *.o tags *.*~
../Makefile.in:74: deps: No such file or directory
g++ -g -Wall -I ../../include/ -I ./ -DLINUX -c ag_md5.c
g++ -g -Wall -I ../../include/ -I ./ -DLINUX -c blowfish.cpp
ar rc libcrypto.a ag_md5.o blowfish.o
ranlib libcrypto.a
cp ag_md5.h blowfish.h ../../include/
cp libcrypto.a ../../lib/
Makeing common.lib
rm -f deps libstg_common.a *.o tags *.*~
../Makefile.in:74: deps: No such file or directory
g++ -g -Wall -I ../../include/ -I ./ -DLINUX -c debug.c
g++ -g -Wall -I ../../include/ -I ./ -DLINUX -c stg_error.c
g++ -g -Wall -I ../../include/ -I ./ -DLINUX -c common.cpp
ar rc libstg_common.a debug.o stg_error.o common.o
ranlib libstg_common.a
cp debug.h stg_error.h common.h ../../include/
cp libstg_common.a ../../lib/
Makeing srvconf.lib
rm -f deps libsrvconf.a *.o tags *.*~
../Makefile.in:74: deps: No such file or directory
g++ -g -Wall -I ../../include/ -I ./ -DLINUX -c list.cpp
g++ -g -Wall -I ../../include/ -I ./ -DLINUX -c netunit.cpp
g++ -g -Wall -I ../../include/ -I ./ -DLINUX -c parser.cpp
servconf.h:89: warning: 'class PARSER' has virtual functions but non-virtual destructor
servconf.h:103: warning: 'class PARSER_CHG_USER' has virtual functions but non-virtual destructor
servconf.h:119: warning: 'class PARSER_CHECK_USER' has virtual functions but non-virtual destructor
servconf.h:135: warning: 'class PARSER_GET_USERS' has virtual functions but non-virtual destructor
servconf.h:156: warning: 'class PARSER_GET_USER' has virtual functions but non-virtual destructor
servconf.h:176: warning: 'class PARSER_GET_SERVER_INFO' has virtual functions but non-virtual destructor
servconf.h:203: warning: 'class PARSER_SEND_MESSAGE' has virtual functions but non-virtual destructor
g++ -g -Wall -I ../../include/ -I ./ -DLINUX -c servconf.cpp
servconf.h:89: warning: 'class PARSER' has virtual functions but non-virtual destructor
servconf.h:103: warning: 'class PARSER_CHG_USER' has virtual functions but non-virtual destructor
servconf.h:119: warning: 'class PARSER_CHECK_USER' has virtual functions but non-virtual destructor
servconf.h:135: warning: 'class PARSER_GET_USERS' has virtual functions but non-virtual destructor
servconf.h:156: warning: 'class PARSER_GET_USER' has virtual functions but non-virtual destructor
servconf.h:176: warning: 'class PARSER_GET_SERVER_INFO' has virtual functions but non-virtual destructor
servconf.h:203: warning: 'class PARSER_SEND_MESSAGE' has virtual functions but non-virtual destructor
servconf.cpp: In function 'int AnsRecv(void*, SLIST*)':
servconf.cpp:38: warning: format '%d' expects type 'int', but argument 3 has type 'XML_Size'
ar rc libsrvconf.a list.o netunit.o parser.o servconf.o
ranlib libsrvconf.a
cp servconf.h netunit.h list.h ../../include/
cp libsrvconf.a ../../lib/
deps:1: *** missing separator. Stop.
в чём трабла ?
Версия стг такая какая надо. Вперинципе подменял xml конфигуратор обычным, окно логина открывалось но в систему не пускало.