473,738 Members | 4,774 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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:2 58: error: extra qualification
'cricket::Trait s<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 2216
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:2 58: error: extra qualification
'cricket::Trait s<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
3314
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 - Win32 Debug-------- ------------ Compiling... pp.cpp c:\program files\microsoft visual studio\vc98
2
5741
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 in debug mode, the following errors happened: d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xdebug(29): error C2365: 'new' : redefinition; previous definition was a 'member function' d:\Program Files\Microsoft Visual Studio...
10
9000
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 Support command on the Visual C++ Help menu, or open the Technical Support help file for more information Error executing cl.exe.
0
6611
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 every the of C++ project I try to build. Not just Class Libraries, but a plain Windows Form Application as well. I've tried creating new projects with nothing but shell built by the Wizard, but I still get the error.
2
3382
by: teddybyte | last post by:
my script below is: #include "stdafx.h" int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
2
5330
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>make_buildinfo.obj : error LNK2019: unresolved external symbol __imp__RegQueryValueExA@24 referenced in function _make_buildinfo2 Ask on python-list@python.org . - Josiah
1
5321
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, Configuration: Debug Win32 ------ 1>Deleting intermediate and output files for project 'guiq', configuration 'Debug|Win32' 1>Compiling... 1>stdafx.cpp 1>Compiling... 1>Custom Message.cpp 1>guiq.cpp 1>Generating Code...
1
2811
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 incorporate the same logic within my simulation, the class that implements the functor logic has problems compiling. I get the following errors: -- Building myTest.cpp --
6
3631
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 -Wold-style-cast - Woverloaded-virtual -o kk kk.cpp it displays the following errors: kk.cpp: In function `void Burp(std::ostream&, std::vector<std::vector<T, std::allocator<_CharT, std::allocator<std::vector<T, std::allocator<_CharT &)':
0
8969
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9476
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9263
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8210
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6751
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6053
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4825
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3279
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2193
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.