|
From: Andreas P. <And...@ai...> - 2006-11-13 13:02:46
|
hello, I'm trying to compile bable server 1.0.0 on a debian sarge box. The = following error came up: MySarge:~/babel-server-1.0.0# make make all-recursive make[1]: Entering directory `/root/babel-server-1.0.0' Making all in contrib make[2]: Entering directory `/root/babel-server-1.0.0/contrib' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/babel-server-1.0.0/contrib' make[2]: Entering directory `/root/babel-server-1.0.0' gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libxml2 = -I/usr/include/mysql -g -O2 -c babel_server.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libxml2 = -I/usr/include/mysql -g -O2 -c babel_mysql.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libxml2 = -I/usr/include/mysql -g -O2 -c babel_util.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libxml2 = -I/usr/include/mysql -g -O2 -c babel_xmlparser.c babel_xmlparser.c: In function `parseModuleData': babel_xmlparser.c:21: parse error before `int' babel_xmlparser.c:24: `mydata' undeclared (first use in this function) babel_xmlparser.c:24: (Each undeclared identifier is reported only once babel_xmlparser.c:24: for each function it appears in.) babel_xmlparser.c:33: `moduleType' undeclared (first use in this = function) babel_xmlparser.c: In function `parseModule': babel_xmlparser.c:71: parse error before `int' babel_xmlparser.c:76: `readStatus' undeclared (first use in this = function) babel_xmlparser.c:91: `id_am' undeclared (first use in this function) make[2]: *** [babel_xmlparser.o] Error 1 make[2]: Leaving directory `/root/babel-server-1.0.0' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/babel-server-1.0.0' make: *** [all-recursive-am] Error 2=20 I updated the system prior to fulfill the prerequisites: apt-get install libxml2-dev libmysqlclient14-dev autoconf automake1.9 = pkg-config Any ideas? Beste Gr=FC=DFe / Kind Regards Andreas Pelzner, AixVision GmbH |