Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2003 15:12:11 +0100
From:      Josef Pojsl <jp@tns.cz>
To:        freebsd-questions@freebsd.org
Subject:   openh323proxy: compilation fails
Message-ID:  <20030224141211.GA8494@bertik.tns.cz>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030224141211.GA8494>