![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
Qtella (Linux/Unix) Qtella has been discontinued. We highly recommend you use an actively developed client instead. |
![]() |
| LinkBack ![]() | Thread Tools ![]() | Display Modes ![]() |
| |||
![]() If you are compiling 0.5.4 with gcc-3.2, you will need to add the following to src/HostCacheConnection.cpp: #include <iostream> On the other hand, src/SHA1Storage.cpp fails to compile with: SHA1Storage.cpp: In member function `QString* SHA1Storage::get(SharedFile*)': SHA1Storage.cpp:103: no method `std::char_traits<char>::eos' This is a problem because of the imgration from strstream to stringstream. I don't have a solution yet, though :-( |
| |||
![]() From the qtella-dev list: -- As far as I can tell gcc 3.2 doesn't have an implementation for std::string::traits_type::eos() in the libstdc++ library. There is an implementation for std::string::traits_type::eof() which you can change the line in SHA1Storage.cpp to. This will allow the build to complete. However, all is still not right with the world as I get the following errors when I run qtella: WARNING: KLocale: trying to look up "" in catalouge. Fix the program WARNING: KLocale: trying to look up "" in catalouge. Fix the program WARNING: KLocale: trying to look up "" in catalouge. Fix the program fcntl: Bad file descriptor fcntl: Bad file descriptor I'll investigate the KLocale warnings, but since I'm not a KDE guru results aren't assured. As for the fcntl errors... these will require more intimate knowlegde of the codebase which I really don't have. --- HTH Florian |
![]() |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
compiling 0.6.1 | jlb | Qtella (Linux/Unix) | 2 | March 17th, 2003 06:54 PM |
Compiling 0.6.0 | J.B | Qtella (Linux/Unix) | 6 | February 4th, 2003 02:22 PM |
Compiling 0.5.4 | Goog | Qtella (Linux/Unix) | 2 | January 11th, 2003 07:45 PM |
Compiling | Unregistered | Open Discussion topics | 3 | April 18th, 2002 04:45 AM |
pb when compiling | Unregistered | Gtk-Gnutella (Linux/Unix/Mac OSX/Windows) | 1 | April 10th, 2002 04:40 AM |