From owner-freebsd-questions@FreeBSD.ORG Tue Mar 10 18:52:34 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26738106568D for ; Tue, 10 Mar 2009 18:52:34 +0000 (UTC) (envelope-from ges+lists@wingfoot.org) Received: from wingfoot.org (caduceus.wingfoot.org [66.80.251.100]) by mx1.freebsd.org (Postfix) with ESMTP id D8A598FC23 for ; Tue, 10 Mar 2009 18:52:33 +0000 (UTC) (envelope-from ges+lists@wingfoot.org) Received: from localhost (localhost [127.0.0.1]) by wingfoot.org (Postfix) with ESMTP id 61EAD39E0AF for ; Tue, 10 Mar 2009 14:56:45 -0400 (EDT) X-Virus-Scanned: amavisd-new at wingfoot.org Received: from wingfoot.org ([127.0.0.1]) by localhost (wingfoot.org [127.0.0.1]) (amavisd-new, port 10042) with ESMTP id Ro879OeQeQFh for ; Tue, 10 Mar 2009 14:56:38 -0400 (EDT) Received: from Sandal.local (ool-4353640b.dyn.optonline.net [67.83.100.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by wingfoot.org (Postfix) with ESMTPSA id E2BB739E0AD for ; Tue, 10 Mar 2009 14:56:37 -0400 (EDT) Message-ID: <49B6B6E6.4050707@wingfoot.org> Date: Tue, 10 Mar 2009 14:52:22 -0400 From: Glenn Sieb User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Question regarding mu-conference, jabberd2. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2009 18:52:36 -0000 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.