Gnutella Forums  

Go Back   Gnutella Forums > Discontinued Gnutella Client Forums > Qtella (Linux/Unix)
Register FAQ The Twelve Commandments Members List Calendar Arcade Find the Best VPN Today's Posts

Qtella (Linux/Unix) Qtella has been discontinued. We highly recommend you use an actively developed client instead.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old August 22nd, 2006
Ax3 Ax3 is offline
Novicius
 
Join Date: August 22nd, 2006
Posts: 1
Ax3 is flying high
Default error during make

Hello

I am not able to install Qtella 0.6.5. Iam getting the following error during 'make:

Making all in src
make[2]: Entering directory `/home/vincent/qtella/qtella-0.6.5/src'
if g++ -DHAVE_CONFIG_H -fexceptions -DUSEKDE -DPIXMAPDIR=\"/usr/local/share/qtella/pixmaps\" -DLANG_DIR=\"/usr/local/share/qtella/language\" -I. -I. -I.. -DQT_THREAD_SUPPORT -I../include -I../ui -I/usr/lib/qt3/include -I/opt/kde3/include -I/usr/include/vorbis -g -O2 -MT AudioFile.o -MD -MP -MF ".deps/AudioFile.Tpo" -c -o AudioFile.o AudioFile.cpp; \
then mv -f ".deps/AudioFile.Tpo" ".deps/AudioFile.Po"; else rm -f ".deps/AudioFile.Tpo"; exit 1; fi
../include/AudioMp3.h:14: error: extra qualification ‘AudioMp3::’ on member ‘AudioMp3’
../include/AudioWav.h:14: error: extra qualification ‘AudioWav::’ on member ‘AudioWav’
../include/AudioOgg.h:14: error: extra qualification ‘AudioOgg::’ on member ‘AudioOgg’
make[2]: *** [AudioFile.o] Error 1
make[2]: Leaving directory `/home/vincent/qtella/qtella-0.6.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vincent/qtella/qtella-0.6.5'
make: *** [all] Error 2


I have searched to no avail. Plz help.
Reply With Quote
  #2 (permalink)  
Old October 3rd, 2007
Novicius
 
Join Date: October 3rd, 2007
Posts: 2
jasper.noid is flying high
Default Same here.

Same problem. Anyone know what's going on here?
Reply With Quote
  #3 (permalink)  
Old October 3rd, 2007
Novicius
 
Join Date: October 3rd, 2007
Posts: 2
jasper.noid is flying high
Default Oh well... fixed.

OK, so after my last post I figured, what the heck, why don't I actually just look at the source code that won't compile. The problem is pretty obvious: in the 3 header files AudioMp3.h, AudioOgg.h and AudioWav.h, the namespace/class qualifier is used inside the class declaration. AFAIK, this is simply broken code that no compiler will swallow, but who knows perhaps there are C++ compilers out there that think it's all good. Anyway, by simply deleting the qualifiers from the members in each of the three files, I got the code to compile cleanly. What's strange though, is that this broken code came straight out of a Qtella download. Oh well..
Reply With Quote
  #4 (permalink)  
Old January 30th, 2008
Novicius
 
Join Date: January 30th, 2008
Posts: 2
B4ckBOne is flying high
Default

Quote:
Originally Posted by jasper.noid View Post
Anyway, by simply deleting the qualifiers from the members in each of the three files, I got the code to compile cleanly.
Hello Jasper.noid,
could you please tell me what i have to delete?
im not that good at c++ programming.
Line Number or a Word to search for in these files would be great.

Thx Man

B4ckBOne
Reply With Quote
  #5 (permalink)  
Old February 6th, 2008
Novicius
 
Join Date: February 6th, 2008
Posts: 2
JBSlack is flying high
Default What to edit.

You'll need to extract your .tar.gz file, and navigate to the folder 'Includes'.

In there you'll find the three files you're looking for, AudioWav.h, AudioOgg.h, and AudioMp3.h.

Open those files with your favorite editor, I used bluefish but I think your standard text editor will work fine as well. And change the following:

AudioMp3::AudioMp3( std::string filename );
CHANGE INTO:
AudioMp3 ( std::string filename );

and do the same for the other files, but ofcourse there will be AudioWav::AudioWav( std::string filename ); and AudioOgg::AudioOgg--etc
in the other files.

I hope this solves the problem.


JB.
Reply With Quote
  #6 (permalink)  
Old February 6th, 2008
Novicius
 
Join Date: January 30th, 2008
Posts: 2
B4ckBOne is flying high
Default

thanks man, it installed well
Reply With Quote
  #7 (permalink)  
Old February 6th, 2008
Novicius
 
Join Date: February 6th, 2008
Posts: 2
JBSlack is flying high
Default

np
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i make a cd? RFgirl09 General Windows Support 1 July 30th, 2005 09:27 PM
Let me make sure I've got this... Beckita Open Discussion topics 1 July 18th, 2005 10:58 AM
How do I get to make cds? Jose' San'chez' Open Discussion topics 1 January 6th, 2005 12:31 PM
Help me make this dvd backbaybagger Tips & Tricks 6 October 4th, 2004 10:47 AM
How do I make a CD?!? Niccoya Open Discussion topics 0 December 27th, 2003 08:03 AM


All times are GMT -7. The time now is 09:58 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.