ccrtp-devel
[Top][All Lists]
Advanced

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

[Ccrtp-devel] Error Compiling ccRTP v 1.0.2


From: Ravi Shankar
Subject: [Ccrtp-devel] Error Compiling ccRTP v 1.0.2
Date: Tue, 13 Jul 2004 15:09:25 +0530

Hello Everyone.

I am new to ccRTP. I have downloaded the ccRTP version 1.0.2 and have been trying to compile it. But i am Getting few errors while running make. Configure runs fine.

I have installed the Commoncpp2 when configure failed the first time.

I have pasted the output of both the commands here. Any help from any one is highly appreciated.

Many Thanks
Ravi Shankar





-- Ouput of ./ Configure --
address@hidden ccrtp-1.0.2]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for egrep... grep -E
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for strerror in -lcposix... no
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking dependency style of g++... none
checking for ranlib... (cached) ranlib
checking for genorated automake files... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for ccgnu2-config... /usr/local/bin/ccgnu2-config
checking for commoncpp2 version >= 1.0.0... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/ccrtp/Makefile
config.status: creating config/Makefile
config.status: creating m4/Makefile
config.status: creating freebsd/Makefile
config.status: creating pkginfo
config.status: creating freebsd/pkg-plist
config.status: creating doc/Makefile
config.status: creating demo/Makefile
config.status: creating phone/Makefile
config.status: creating win32/Makefile
config.status: creating ccrtp.spec
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing depfiles commands

-- Output of Make --

Making all in src
make[1]: Entering directory `/home/ravish/Ravish/Projects/RTP/ccrtp-1.0.2/src'
make  all-recursive
make[2]: Entering directory `/home/ravish/Ravish/Projects/RTP/ccrtp-1.0.2/src'
Making all in ccrtp
make[3]: Entering directory `/home/ravish/Ravish/Projects/RTP/ccrtp-1.0.2/src/ccrtp'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/ravish/Ravish/Projects/RTP/ccrtp-1.0.2/src/ccrtp'
make[3]: Entering directory `/home/ravish/Ravish/Projects/RTP/ccrtp-1.0.2/src'
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall -ansi -pedantic -g -O2 -I/usr/local/include/cc++2 -g -O2 -D_GNU_SOURCE -c -o socket.lo `test -f 'socket.cpp' || echo './'`socket.cpp
rm -f .libs/socket.lo
g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -ansi -pedantic -g -O2 -I/usr/local/include/cc++2 -g -O2 -D_GNU_SOURCE -c socket.cpp -fPIC -DPIC -o .libs/socket.lo
In file included from ccrtp/base.h:44,
                 from ccrtp/channel.h:44,
                 from socket.cpp:46:
/usr/local/include/cc++2/cc++/config.h:6:1: warning: "__EXPORT" redefined
In file included from private.h:86,
                 from socket.cpp:45:
/usr/local/include/cc++2/cc++/export.h:53:1: warning: this is the location of the previous definition
In file included from ccrtp/base.h:44,
                 from ccrtp/channel.h:44,
                 from socket.cpp:46:
/usr/local/include/cc++2/cc++/config.h:11:1: warning: "CCXX_EXPORT" redefined
In file included from private.h:86,
                 from socket.cpp:45:
/usr/local/include/cc++2/cc++/export.h:60:1: warning: this is the location of the previous definition
In file included from ccrtp/base.h:44,
                 from ccrtp/channel.h:44,
                 from socket.cpp:46:
/usr/local/include/cc++2/cc++/config.h:13:1: warning: "CCXX_MEMBER_EXPORT" redefined
In file included from private.h:86,
                 from socket.cpp:45:
/usr/local/include/cc++2/cc++/export.h:64:1: warning: this is the location of the previous definition
In file included from ccrtp/base.h:44,
                 from ccrtp/channel.h:44,
                 from socket.cpp:46:
/usr/local/include/cc++2/cc++/config.h:14:1: warning: "CCXX_CLASS_EXPORT" redefined
In file included from private.h:86,
                 from socket.cpp:45:
/usr/local/include/cc++2/cc++/export.h:66:1: warning: this is the location of the previous definition
In file included from socket.cpp:46:
ccrtp/channel.h: In member function `void
   ost::RTPBaseUDPIPv4Socket::setPeer(const ost::IPV4Address&, short unsigned
   int)':
ccrtp/channel.h:158: error: 'union ost::UDPSocket::<anonymous>' has no member
   named 'sin_family'
ccrtp/channel.h:159: error: 'union ost::UDPSocket::<anonymous>' has no member
   named 'sin_addr'
ccrtp/channel.h:160: error: 'union ost::UDPSocket::<anonymous>' has no member
   named 'sin_port'
make[3]: *** [socket.lo] Error 1
make[3]: Leaving directory `/home/ravish/Ravish/Projects/RTP/ccrtp-1.0.2/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ravish/Ravish/Projects/RTP/ccrtp-1.0.2/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ravish/Ravish/Projects/RTP/ccrtp-1.0.2/src'
make: *** [all-recursive] Error 1



*****************************************************************************

This e-mail and any files transmitted with it are for the sole use
of the intended recipient(s) and may contain confidential and privileged
information. If you are not the intended recipient, please contact the 
sender by reply e-mail and destroy all copies of the original message.
 
Any unauthorized review, use, disclosure, dissemination, forwarding, 
printing or copying of this email or any action taken in reliance on 
this e-mail is strictly prohibited and may be unlawful.

Visit us at http://www.tanlasolutions.com/

*****************************************************************************

reply via email to

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