473,395 Members | 1,631 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

error compiling libjinlge... help

Hi everyone, I've installed Fedora Core 5 and SuSe 10.1 on my laptop,
installed glib
and ortp 0.7.1, run ./configure with success, but when I type make
after a while I receive this error:

if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I../.. -DPOSIX -g -O2 -MT socketadapters.lo -MD -MP
-MF ".deps/socketadapters.Tpo" -c -o socketadapters.lo
socketadapters.cc; \
then mv -f ".deps/socketadapters.Tpo" ".deps/socketadapters.Plo"; else
rm -f ".deps/socketadapters.Tpo"; exit 1; fi
.../../talk/base/base64.h:25: error: extra qualification 'Base64::' on
member 'Base64Table'
.../../talk/base/base64.h:26: error: extra qualification 'Base64::' on
member 'DecodeTable'
.../../talk/base/stringutils.h:258: error: extra qualification
'cricket::Traits<char>::' on member 'empty_str'
make[3]: *** [socketadapters.lo] Error 1
make[3]: Leaving directory `/usr/src/libjingle-0.3.0/talk/base'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/libjingle-0.3.0/talk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/libjingle-0.3.0'
make: *** [all] Error 2
[root@localhost libjingle-0.3.0]#

I've tried even with version 0.2.1 of libjingle but I have the same
problem. What can I do? As i said, I have Fedora Core 5 (kernel
2.6.15-1.2054_FC5-i686), and I haven't this porblem on my other Linux
installation (OpenSuSe 10.0).

Oct 2 '06 #1
2 2199
Raffounz wrote:
Hi everyone, I've installed Fedora Core 5 and SuSe 10.1 on my laptop,
installed glib
and ortp 0.7.1, run ./configure with success, but when I type make
after a while I receive this error:

if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I../.. -DPOSIX -g -O2 -MT socketadapters.lo -MD -MP
-MF ".deps/socketadapters.Tpo" -c -o socketadapters.lo
socketadapters.cc; \
then mv -f ".deps/socketadapters.Tpo" ".deps/socketadapters.Plo"; else
rm -f ".deps/socketadapters.Tpo"; exit 1; fi
../../talk/base/base64.h:25: error: extra qualification 'Base64::' on
member 'Base64Table'
../../talk/base/base64.h:26: error: extra qualification 'Base64::' on
member 'DecodeTable'
../../talk/base/stringutils.h:258: error: extra qualification
'cricket::Traits<char>::' on member 'empty_str'
make[3]: *** [socketadapters.lo] Error 1
make[3]: Leaving directory `/usr/src/libjingle-0.3.0/talk/base'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/libjingle-0.3.0/talk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/libjingle-0.3.0'
make: *** [all] Error 2
[root@localhost libjingle-0.3.0]#

I've tried even with version 0.2.1 of libjingle but I have the same
problem. What can I do? As i said, I have Fedora Core 5 (kernel
2.6.15-1.2054_FC5-i686), and I haven't this porblem on my other Linux
installation (OpenSuSe 10.0).
We can't help you based on the information given. See this guideline
about posting code that doesn't work:

http://parashift.com/c++-faq-lite/ho...t.html#faq-5.8

Make sure your follow-up question also fits the topic of this group,
which is defined here:

http://parashift.com/c++-faq-lite/ho...t.html#faq-5.9

Cheers! --M

Oct 2 '06 #2
Raffounz wrote:
<snip... when I type make after a while I receive this error:
<snip>
../../talk/base/base64.h:25: error: extra qualification 'Base64::' on
member 'Base64Table'
This is a compilation error that occurs when you write inline functions
like this:

class C
{
void C::nothing() {} // error: 'C::' not allowed here
};

It's not your fault, it's an error in the libjingle source code (as you
would have seen if you'd looked at the sourceforge bugs page).

You can either install an earlier g++, or (preferably) fix the error in
the source. Don't forget to submit your patch!

Oct 2 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Gustavo | last post by:
After updating Windows 2000 I began to get a weird compile error message: Deleting intermediate files and output files for project 'pp - Win32 Debug'. --------------------Configuration: pp -...
2
by: Qiao Yun | last post by:
I used vc++.net (visual studio .net ) to open a project which can work well in vc++6.0. I succeeded in compiling the project in vc++.net in release mode . But when I tried to compile the project...
10
by: LZXIA | last post by:
Compiling... overlaod.cpp d:\vc work\cpp\think_in_cpp\chapter10\overlaod.cpp(17) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1786) Please choose the Technical...
0
by: Herman Jones | last post by:
I'm getting the following error when I build a Class Library project: Embedding manifest... Project : error PRJ0002 : Error result 1 returned from 'C:\WINDOWS\system32\cmd.exe'. It happens with...
2
by: teddybyte | last post by:
my script below is: #include "stdafx.h" int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, ...
2
by: f rom | last post by:
----- Forwarded Message ---- From: Josiah Carlson <jcarlson@uci.edu> To: f rom <etaoinbe@yahoo.com>; wxpython-users@lists.wxwidgets.org Sent: Monday, December 4, 2006 10:03:28 PM Subject: Re: ...
1
by: sahilrekhi | last post by:
Hi i am working on a graphical user interface deisgn programme. when i compile the file i i get the following output with the mentioned errors: 1>------ Rebuild All started: Project: guiq,...
1
by: BSand0764 | last post by:
I'm getting an error that I can't seem to resolve. When I compile the Functor related logic in a test program, the files compile and execute properly (see Listing #1). However, when I...
6
by: JR | last post by:
The code below compiles and runs perfectly in Windows XP Pro, Using MS VS 2005. If I compile with g++ (cygwin) using the following command line: g++ -pedantic -Weffc++ -Wall -Wctor-dtor-privacy ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.