2 messages in com.googlegroups.google-talk-openRe: Compiling libjingle on Fedora Core 3
FromSent OnAttachments
userid_200720 Dec 2006 16:05 
"Pranav N. Wangikar"22 Dec 2006 05:34 
Subject:Re: Compiling libjingle on Fedora Core 3
From:"Pranav N. Wangikar" (pran@gmail.com)
Date:12/22/2006 05:34:32 AM
List:com.googlegroups.google-talk-open

Hi,

These errors are due to dependencies of ORTP on GLIB. So Compile ORTP without glib. ie. [LINUX_BOX] # ./configure --prefix=ORTP_INSTALL_PATH --disable-glib This should work.

~ Pranav

On 12/21/06, userid_2007 <user@gmail.com> wrote:

Hi All,

I'm new to programming world! I'm new to Linux too!!

Now, I'm compiling Libjingle-0.3.0 on Fedora Core 3 and facing the problems. Please help me!

When I tried to install the oRTP-0.7.1, I got the errors. I did: ./configure and then make

then I got the following errors: WARNING: telephone_event has multiple definitions Cannot parse structure field "#define PAYLOAD_AUDIO_CONTINUOUS 0 #define PAYLOAD_AUDIO_PACKETIZED 1 #define PAYLOAD_VIDEO 2 #define PAYLOAD_OTHER 3 gint clock_rate" at /usr/bin/gtkdoc-mktmpl line 1346, <INPUT> line 47. Cannot parse structure field "#ifdef WORDS_BIGENDIAN guint32 event:8" at /usr/bin/gtkdoc-mktmpl line 1346, <INPUT> line 76. Cannot parse structure field "#else guint32 event:8" at /usr/bin/gtkdoc-mktmpl line 1346, <INPUT> line 76. Cannot parse structure field "#endif }" at /usr/bin/gtkdoc-mktmpl line 1346, <INPUT> line 76.

============================================================================= WARNING: 270 unused declarations. These can be found in ortp-unused.txt. They should be added to ortp-sections.txt in the appropriate place.

============================================================================= touch tmpl-build.stamp *** Building SGML *** cd . && \ gtkdoc-mkdb --module=ortp --source-dir=../src --main-sgml-file=ortp-docs.sgml ERROR: telephone_event has multiple definitions WARNING: Parameter description missing in source code comment block - Func: rtp_session_set_seq_number Param: seq. WARNING: Parameter described in source code comment block but does not exist - Func: rtp_session_set_seq_number Param: addr. WARNING: Parameter description missing in source code comment block - Func: rtp_session_set_time_jump_limit Param: miliseconds. WARNING: Parameter described in source code comment block but does not exist - Func: rtp_session_set_time_jump_limit Param: ts_step. WARNING: Parameter description missing in source code comment block - Func: rtp_session_sendm_with_ts Param: userts. WARNING: Parameter described in source code comment block but does not exist - Func: rtp_session_sendm_with_ts Param: timestamp. WARNING: Parameter described in source code comment block but does not exist - Func: rtp_profile_get_name Param: Returns. WARNING: Parameter described in source code comment block but does not exist - Func: rtp_profile_get_payload Param: Returns. WARNING: Parameter description missing in source code comment block - Func: rtp_profile_set_name Param: prof. WARNING: Parameter description missing in source code comment block - Func: rtp_profile_set_name Param: name. WARNING: Parameter described in source code comment block but does not exist - Func: rtp_profile_set_name Param: profile. WARNING: Parameter described in source code comment block but does not exist - Func: rtp_profile_set_name Param: nm. Cannot parse structure field "#define PAYLOAD_AUDIO_CONTINUOUS 0 #define PAYLOAD_AUDIO_PACKETIZED 1 #define PAYLOAD_VIDEO 2 #define PAYLOAD_OTHER 3 gint clock_rate" at /usr/bin/gtkdoc-mkdb line 3244, <INPUT> line 47. Cannot parse structure field "#ifdef WORDS_BIGENDIAN guint32 event:8" at /usr/bin/gtkdoc-mkdb line 3244, <INPUT> line 76. Cannot parse structure field "#else guint32 event:8" at /usr/bin/gtkdoc-mkdb line 3244, <INPUT> line 76. Cannot parse structure field "#endif }" at /usr/bin/gtkdoc-mkdb line 3244, <INPUT> line 76. 85% symbol docs coverage (44 symbols documented, 8 not documented) See ortp-undocumented.txt for a list of missing docs. The doc coverage percentage doesn't include intro sections. touch sgml-build.stamp *** Building HTML *** test -d ./html || mkdir ./html cd ./html && gtkdoc-mkhtml ortp ../ortp-docs.sgml test "x" = "x" || ( cd . && cp html ) -- Fixing Crossreferences cd . && gtkdoc-fixxref --module-dir=html --html-dir=/usr/local/share/gtk-doc/html touch html-build.stamp make[2]: Leaving directory `/home/test/smbdrive/ortp-0.7.1/docs' Making all in build make[2]: Entering directory `/home/test/smbdrive/ortp-0.7.1/build' Making all in win32 make[3]: Entering directory `/home/test/smbdrive/ortp-0.7.1/build/win32' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/test/smbdrive/ortp-0.7.1/build/win32' make[3]: Entering directory `/home/test/smbdrive/ortp-0.7.1/build' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/test/smbdrive/ortp-0.7.1/build' make[2]: Leaving directory `/home/test/smbdrive/ortp-0.7.1/build' Making all in include make[2]: Entering directory `/home/test/smbdrive/ortp-0.7.1/include' Making all in ortp make[3]: Entering directory `/home/test/smbdrive/ortp-0.7.1/include/ortp' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/test/smbdrive/ortp-0.7.1/include/ortp' make[3]: Entering directory `/home/test/smbdrive/ortp-0.7.1/include' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/test/smbdrive/ortp-0.7.1/include' make[2]: Leaving directory `/home/test/smbdrive/ortp-0.7.1/include' make[2]: Entering directory `/home/test/smbdrive/ortp-0.7.1' make[2]: Leaving directory `/home/test/smbdrive/ortp-0.7.1' make[1]: Leaving directory `/home/test/smbdrive/ortp-0.7.1'