From owner-freebsd-questions Mon Feb 24 6:12:25 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E77437B483 for ; Mon, 24 Feb 2003 06:12:21 -0800 (PST) Received: from bns.tns.cz (bns.tns.cz [80.188.15.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFBAE44022 for ; Mon, 24 Feb 2003 06:11:51 -0800 (PST) (envelope-from jp@tns.cz) Received: from bertik.tns.cz (bertik.tns.cz [192.168.144.14]) by bns.tns.cz (Postfix) with ESMTP id E2F197630B for ; Mon, 24 Feb 2003 15:11:49 +0100 (CET) Received: by bertik.tns.cz (Postfix, from userid 1000) id 7533657648; Mon, 24 Feb 2003 15:12:11 +0100 (CET) Date: Mon, 24 Feb 2003 15:12:11 +0100 From: Josef Pojsl To: freebsd-questions@freebsd.org Subject: openh323proxy: compilation fails Message-ID: <20030224141211.GA8494@bertik.tns.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello list! I am not able to compile the net/openh323proxy port version 0.9.12. It starts with compilation of openh323 1.11.2_1 which is successful. However, the following step generates an error: ===> Building for openh323proxy-0.9.12 gmake P_SHAREDLIB=0 opt gmake[1]: Entering directory `/shared/ports/net/openh323proxy/work/openh323proxy' c++ -Wall -DP_FREEBSD=470000 -DP_USE_PRAGMA -DP_SSL -I/usr/include/include -I/usr/include/crypto -DP_EXPAT -I /usr/local/include -DP_PTHREADS -DP_HAS_IPV6 -DPHAS_TEMPLATES -DPBYTE_ORDER=PLITTLE_ENDIAN -I/shared/ports/net/openh323proxy/../openh323/work/pwlib/include/ptlib/unix -I/shared/ports/net/openh323proxy/../openh323/work/pwlib/include -DPTRACING -I/shared/ports/net/openh323proxy/../openh323/work/openh323/include -DHAS_IXJ -DNDEBUG -O -pipe -pthread -pthread -c EndpointTabl.cxx -o obj_FreeBSD_x86_r/EndpointTabl.o EndpointTabl.cxx: In method `class H225_EndpointIdentifier EndpointTable::GenerateEndpointId() const': EndpointTabl.cxx:718: call of overloaded `PString(const H225_GatekeeperIdentifier &)' is ambiguous /shared/ports/net/openh323proxy/../openh323/work/pwlib/include/ptlib/contain.inl:218: candidates are: PString::PString(const PString &) /shared/ports/net/openh323proxy/../openh323/work/pwlib/include/ptlib/pstring.h:346: PString::PString(const PWORDArray &) gmake[1]: *** [obj_FreeBSD_x86_r/EndpointTabl.o] Error 1 gmake[1]: Leaving directory `/shared/ports/net/openh323proxy/work/openh323proxy' gmake: *** [optnoshared] Error 2 *** Error code 2 Stop in /shared/ports/net/openh323proxy. I have just done a cvsup of ports-all. Before that, it compiled for me. I am quite sure that it was with the same version of openh323proxy 0.9.12, but the version of openh323 was 1.9.10 (now 1.11.2_1). Oh, this is my "uname -a": FreeBSD bertik.tns.cz 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #1: Wed Jan 8 09:15:35 CET 2003 pepa@bertik.tns.cz:/usr/obj/usr/src/sys/BERTIK i386 Thanks in advance for any comments, -- Josef To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message