Date: Tue, 10 Mar 2009 14:52:22 -0400 From: Glenn Sieb <ges+lists@wingfoot.org> To: freebsd-questions@FreeBSD.org Subject: Question regarding mu-conference, jabberd2. Message-ID: <49B6B6E6.4050707@wingfoot.org>
next in thread | raw e-mail | index | archive | help
Hello! I'm running FreeBSD-7.0 (athlon64, 4G RAM), with jabberd-2.2.7.1, and expat-2.0.1. I'm trying to install mu-conference, and getting the below-listed error. Any ideas? :-/ Thanks so much in advance! Best, --Glenn ===> Building for mu-conference-0.7_3 cd src/ ; make cd jabberd ; make cc -O -pipe -march=athlon64 -Wall -I. -I../../include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_REENTRANT -DLIBIDN -c expat.c In file included from expat.c:42: ../../include/lib.h:25:19: error: expat.h: No such file or directory In file included from expat.c:42: ../../include/lib.h:299: error: expected specifier-qualifier-list before 'XML_Parser' expat.c: In function 'xmlnode_str': expat.c:88: error: 'XML_Parser' undeclared (first use in this function) expat.c:88: error: (Each undeclared identifier is reported only once expat.c:88: error: for each function it appears in.) expat.c:88: error: expected ';' before 'p' expat.c:97: error: 'p' undeclared (first use in this function) expat.c:97: warning: implicit declaration of function 'XML_ParserCreate' expat.c:98: warning: implicit declaration of function 'XML_SetUserData' expat.c:99: warning: implicit declaration of function 'XML_SetElementHandler' expat.c:100: warning: implicit declaration of function 'XML_SetCharacterDataHandler' expat.c:101: warning: implicit declaration of function 'XML_Parse' expat.c:109: warning: implicit declaration of function 'XML_ParserFree' expat.c: In function 'xmlnode_file': expat.c:115: error: 'XML_Parser' undeclared (first use in this function) expat.c:115: error: expected ';' before 'p' expat.c:130: error: 'p' undeclared (first use in this function) expat.c: In function 'xmlnode_file_borked': expat.c:155: error: 'XML_Parser' undeclared (first use in this function) expat.c:155: error: expected ';' before 'p' expat.c:167: error: 'p' undeclared (first use in this function) expat.c:174: warning: implicit declaration of function 'XML_ErrorString' expat.c:174: warning: implicit declaration of function 'XML_GetErrorCode' expat.c:174: warning: implicit declaration of function 'XML_GetErrorLineNumber' expat.c:174: warning: implicit declaration of function 'XML_GetErrorColumnNumber' *** Error code 1 Stop in /usr/ports/net-im/mu-conference/work/mu-conference_0.7/src/jabberd. *** Error code 1 Stop in /usr/ports/net-im/mu-conference/work/mu-conference_0.7/src. *** Error code 1 Stop in /usr/ports/net-im/mu-conference/work/mu-conference_0.7. *** Error code 1 Stop in /usr/ports/net-im/mu-conference. *** Error code 1 Stop in /usr/ports/net-im/mu-conference.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49B6B6E6.4050707>