ccrtp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ccrtp-devel] Compile error - ccrtp 1.0.0


From: Federico Montesino Pouzols
Subject: Re: [Ccrtp-devel] Compile error - ccrtp 1.0.0
Date: Wed, 23 Apr 2003 16:35:21 +0200
User-agent: Mutt/1.5.3i

        Hi, ccrtp 1.0 does not compile with cc++ 1.0.9 because of a
new join method that was introduced in the later relase which causes
some conflicts between different join methods in the socket
hierarchy. It is already fixed and will be for the next release. In
the meantime, I recommend you to use cc++ 1.0.8 or apply the attached
patch to the sources in cccrtp-1.0.0:.

On Wed, Apr 23, 2003 at 06:29:18PM +0530, S.Gopi wrote:
> 
> Hi,
>   I am getting following error message when trying to compile ccrtp-1.0.0
> 
> make[3]: Entering directory `/root/Bayonne/ccrtp-1.0.0/src'
> /bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall 
> -ansi -pedantic -g -O2 -I/usr/local/include/cc++2 -I/usr/local/include 
> -D_GNU_SOURCE -c socket.cpp
> rm -f .libs/socket.lo
> c++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -ansi -pedantic -g -O2 
> -I/usr/local/include/cc++2 -I/usr/local/include -D_GNU_SOURCE -c socket.cpp   
> -fPIC -DPIC -o .libs/socket.lo
> In file included from socket.cpp:46:
> ccrtp/channel.h: In member function `ost::Socket::Error 
>    ost::RTPBaseUDPIPv4Socket::join(const ost::InetMcastAddress&)':
> ccrtp/channel.h:137: no matching function for call to `ost::UDPSocket::join(
>    const ost::InetMcastAddress&)'
> /usr/local/include/cc++2/cc++/socket.h:1031: candidates are: 
> ost::Socket::Error 
>    ost::UDPSocket::join(const ost::InetMcastAddress&, int)
> make[3]: *** [socket.lo] Error 1
> make[3]: Leaving directory `/root/Bayonne/ccrtp-1.0.0/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/root/Bayonne/ccrtp-1.0.0/src'
> make[1]: *** [all-recursive-am] Error 2
> make[1]: Leaving directory `/root/Bayonne/ccrtp-1.0.0/src'
> make: *** [all-recursive] Error 1
> 
> what could be the problem. Is it known or unknown.
> My system profile is,
>  slackware 9.0
>  gcc 3.2.2
>  commoncpp2 vesion is 1.0.9
> 
> Can somebody help me in this.
> Thank You,
> Regards,
> gopi
> 
> 
> 
> 
> _______________________________________________
> Ccrtp-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/ccrtp-devel

Attachment: ccrtp-join.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]