Автор Тема: Инсталация на qbittorrent 1.5.3  (Прочетена 1213 пъти)

vomidi

  • Напреднали
  • *****
  • Публикации: 24
    • Профил
Инсталация на qbittorrent 1.5.3
« -: Oct 02, 2009, 02:34 »
Здравейте, изтеглих си сорс кода на последната версия (1.5.3) на qbittorrent-a, тръгнах да го конфигурирам, след като му изпълних изискванията от към библиотеки и ми се струва, че всичко стана ок...

unknown:/home/user/Desktop/qbittorrent-1.5.3# ./configure
Configuring qbittorrent ...
Verifying Qt 4 build environment ... ok
Checking for Qt >= 4.3 ... yes
Checking for libtorrent-rasterbar >= 0.14.0 (>= 0.14.4 advised) ... yes
Checking for libboost ... yes
Checking for libcurl ... yes
Checking for Zzip library (libzzip) ... yes

Good, your configure finished.  Now run /usr/bin/make.

...но после след си пускам make-a(след като направих справка да не би да има някакви допълнителни аргументи на ./configure в README-то, но нямаше...) и резултата ми завърши с грешка :(

unknown:/home/user/Desktop/qbittorrent-1.5.3# /usr/bin/make
cd src/ && /usr/bin/make -f Makefile
make[1]: Entering directory `/home/user/Desktop/qbittorrent-1.5.3/src'
g++ -c -pipe -O2 -DHAVE_SSL -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DTORRENT_USE_OPENSSL -DTORRENT_LINKING_SHARED -DBOOST_EXCEPTION_DISABLE -I/usr/local/include -I/usr/local/include/libtorrent -I/usr/include/openssl -D_REENTRANT -Wall -W -DVERSION=\"v1.5.3\" -DVERSION_MAJOR=1 -DVERSION_MINOR=5 -DVERSION_BUGFIX=3 -DQT_NO_DEBUG_OUTPUT -DQT_4_4 -DHAVE_ZZIP -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I/usr/local/include -I/usr/local/include/libtorrent -I/usr/include/openssl -I/usr/include -I/usr/include -I/usr/include -I/usr/X11R6/include -I. -I. -o GUI.o GUI.cpp
In file included from torrentAddition.h:51,
                 from GUI.cpp:58:
torrentPersistentData.h: In static member function ‘static bool TorrentTempData::hasTempData(QString)’:
torrentPersistentData.h:46: error: no matching function for call to ‘QSettings::value(const char [13], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h: In static member function ‘static void TorrentTempData::deleteTempData(QString)’:
torrentPersistentData.h:52: error: no matching function for call to ‘QSettings::value(const char [13], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:55: error: no matching function for call to ‘QSettings::setValue(const char [13], QHash<QString, QVariant>&)’
/usr/include/qt4/QtCore/qsettings.h:159: note: candidates are: void QSettings::setValue(const QString&, const QVariant&)
torrentPersistentData.h: In static member function ‘static void TorrentTempData::setFilesPriority(QString, std::vector<int, std::allocator<int> >)’:
torrentPersistentData.h:61: error: no matching function for call to ‘QSettings::value(const char [13], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:62: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h:70: error: no match for ‘operator=’ in ‘all_data.QHash<Key, T>::operator[] [with Key = QString, T = QVariant](((const QString&)((const QString*)(& hash)))) = data’
/usr/include/qt4/QtCore/qvariant.h:210: note: candidates are: QVariant& QVariant::operator=(const QVariant&)
torrentPersistentData.h:71: error: no matching function for call to ‘QSettings::setValue(const char [13], QHash<QString, QVariant>&)’
/usr/include/qt4/QtCore/qsettings.h:159: note: candidates are: void QSettings::setValue(const QString&, const QVariant&)
torrentPersistentData.h: In static member function ‘static void TorrentTempData::setSavePath(QString, QString)’:
torrentPersistentData.h:76: error: no matching function for call to ‘QSettings::value(const char [13], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:77: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h:79: error: no match for ‘operator=’ in ‘all_data.QHash<Key, T>::operator[] [with Key = QString, T = QVariant](((const QString&)((const QString*)(& hash)))) = data’
/usr/include/qt4/QtCore/qvariant.h:210: note: candidates are: QVariant& QVariant::operator=(const QVariant&)
torrentPersistentData.h:80: error: no matching function for call to ‘QSettings::setValue(const char [13], QHash<QString, QVariant>&)’
/usr/include/qt4/QtCore/qsettings.h:159: note: candidates are: void QSettings::setValue(const QString&, const QVariant&)
torrentPersistentData.h: In static member function ‘static void TorrentTempData::setSequential(QString, bool)’:
torrentPersistentData.h:85: error: no matching function for call to ‘QSettings::value(const char [13], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:86: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h:88: error: no match for ‘operator=’ in ‘all_data.QHash<Key, T>::operator[] [with Key = QString, T = QVariant](((const QString&)((const QString*)(& hash)))) = data’
/usr/include/qt4/QtCore/qvariant.h:210: note: candidates are: QVariant& QVariant::operator=(const QVariant&)
torrentPersistentData.h:89: error: no matching function for call to ‘QSettings::setValue(const char [13], QHash<QString, QVariant>&)’
/usr/include/qt4/QtCore/qsettings.h:159: note: candidates are: void QSettings::setValue(const QString&, const QVariant&)
torrentPersistentData.h: In static member function ‘static bool TorrentTempData::isSequential(QString)’:
torrentPersistentData.h:94: error: no matching function for call to ‘QSettings::value(const char [13], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:95: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h: In static member function ‘static QString TorrentTempData::getSavePath(QString)’:
torrentPersistentData.h:104: error: no matching function for call to ‘QSettings::value(const char [13], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:105: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h: In static member function ‘static QVariantList TorrentTempData::getFilesPriority(QString)’:
torrentPersistentData.h:114: error: no matching function for call to ‘QSettings::value(const char [13], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:115: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h: In static member function ‘static bool TorrentPersistentData::isKnownTorrent(QString)’:
torrentPersistentData.h:127: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h: In static member function ‘static QStringList TorrentPersistentData::knownTorrents()’:
torrentPersistentData.h:133: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h: In static member function ‘static void TorrentPersistentData::deletePersistentData(QString)’:
torrentPersistentData.h:139: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:142: error: no matching function for call to ‘QSettings::setValue(const char [9], QHash<QString, QVariant>&)’
/usr/include/qt4/QtCore/qsettings.h:159: note: candidates are: void QSettings::setValue(const QString&, const QVariant&)
torrentPersistentData.h: In static member function ‘static void TorrentPersistentData::saveTorrentPersistentData(QTorrentHandle, bool)’:
torrentPersistentData.h:154: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:178: error: no match for ‘operator=’ in ‘data.QHash<Key, T>::operator[] [with Key = QString, T = QVariant](((const QString&)(& QString(((const char*)"trackers"))))) = trackers’
/usr/include/qt4/QtCore/qvariant.h:210: note: candidates are: QVariant& QVariant::operator=(const QVariant&)
torrentPersistentData.h:192: error: no match for ‘operator=’ in ‘all_data.QHash<Key, T>::operator[] [with Key = QString, T = QVariant](((const QString&)((const QString*)(& QTorrentHandle::hash() const())))) = data’
/usr/include/qt4/QtCore/qvariant.h:210: note: candidates are: QVariant& QVariant::operator=(const QVariant&)
torrentPersistentData.h:193: error: no matching function for call to ‘QSettings::setValue(const char [9], QHash<QString, QVariant>&)’
/usr/include/qt4/QtCore/qsettings.h:159: note: candidates are: void QSettings::setValue(const QString&, const QVariant&)
torrentPersistentData.h: In static member function ‘static void TorrentPersistentData::saveTrackers(QTorrentHandle)’:
torrentPersistentData.h:199: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:200: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h:210: error: no match for ‘operator=’ in ‘all_data.QHash<Key, T>::operator[] [with Key = QString, T = QVariant](((const QString&)((const QString*)(& QTorrentHandle::hash() const())))) = data’
/usr/include/qt4/QtCore/qvariant.h:210: note: candidates are: QVariant& QVariant::operator=(const QVariant&)
torrentPersistentData.h:211: error: no matching function for call to ‘QSettings::setValue(const char [9], QHash<QString, QVariant>&)’
/usr/include/qt4/QtCore/qsettings.h:159: note: candidates are: void QSettings::setValue(const QString&, const QVariant&)
torrentPersistentData.h: In static member function ‘static void TorrentPersistentData::saveFilesPriority(QTorrentHandle)’:
torrentPersistentData.h:218: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:219: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h:228: error: no match for ‘operator=’ in ‘all_data.QHash<Key, T>::operator[] [with Key = QString, T = QVariant](((const QString&)((const QString*)(& QTorrentHandle::hash() const())))) = data’
/usr/include/qt4/QtCore/qvariant.h:210: note: candidates are: QVariant& QVariant::operator=(const QVariant&)
torrentPersistentData.h:229: error: no matching function for call to ‘QSettings::setValue(const char [9], QHash<QString, QVariant>&)’
/usr/include/qt4/QtCore/qsettings.h:159: note: candidates are: void QSettings::setValue(const QString&, const QVariant&)
torrentPersistentData.h: In static member function ‘static void TorrentPersistentData::saveSavePath(QString, QString)’:
torrentPersistentData.h:235: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:236: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h:238: error: no match for ‘operator=’ in ‘all_data.QHash<Key, T>::operator[] [with Key = QString, T = QVariant](((const QString&)((const QString*)(& hash)))) = data’
/usr/include/qt4/QtCore/qvariant.h:210: note: candidates are: QVariant& QVariant::operator=(const QVariant&)
torrentPersistentData.h:239: error: no matching function for call to ‘QSettings::setValue(const char [9], QHash<QString, QVariant>&)’
/usr/include/qt4/QtCore/qsettings.h:159: note: candidates are: void QSettings::setValue(const QString&, const QVariant&)
torrentPersistentData.h: In static member function ‘static void TorrentPersistentData::saveSpeedLimits(QTorrentHandle)’:
torrentPersistentData.h:246: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:247: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h:250: error: no match for ‘operator=’ in ‘all_data.QHash<Key, T>::operator[] [with Key = QString, T = QVariant](((const QString&)((const QString*)(& QTorrentHandle::hash() const())))) = data’
/usr/include/qt4/QtCore/qvariant.h:210: note: candidates are: QVariant& QVariant::operator=(const QVariant&)
torrentPersistentData.h:251: error: no matching function for call to ‘QSettings::setValue(const char [9], QHash<QString, QVariant>&)’
/usr/include/qt4/QtCore/qsettings.h:159: note: candidates are: void QSettings::setValue(const QString&, const QVariant&)
torrentPersistentData.h: In static member function ‘static void TorrentPersistentData::saveUrlSeeds(QTorrentHandle)’:
torrentPersistentData.h:256: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:257: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h:263: error: no match for ‘operator=’ in ‘all_data.QHash<Key, T>::operator[] [with Key = QString, T = QVariant](((const QString&)((const QString*)(& QTorrentHandle::hash() const())))) = data’
/usr/include/qt4/QtCore/qvariant.h:210: note: candidates are: QVariant& QVariant::operator=(const QVariant&)
torrentPersistentData.h:264: error: no matching function for call to ‘QSettings::setValue(const char [9], QHash<QString, QVariant>&)’
/usr/include/qt4/QtCore/qsettings.h:159: note: candidates are: void QSettings::setValue(const QString&, const QVariant&)
torrentPersistentData.h: In static member function ‘static void TorrentPersistentData::savePriority(QTorrentHandle)’:
torrentPersistentData.h:269: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:270: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h:272: error: no match for ‘operator=’ in ‘all_data.QHash<Key, T>::operator[] [with Key = QString, T = QVariant](((const QString&)((const QString*)(& QTorrentHandle::hash() const())))) = data’
/usr/include/qt4/QtCore/qvariant.h:210: note: candidates are: QVariant& QVariant::operator=(const QVariant&)
torrentPersistentData.h:273: error: no matching function for call to ‘QSettings::setValue(const char [9], QHash<QString, QVariant>&)’
/usr/include/qt4/QtCore/qsettings.h:159: note: candidates are: void QSettings::setValue(const QString&, const QVariant&)
torrentPersistentData.h: In static member function ‘static void TorrentPersistentData::saveSeedStatus(QTorrentHandle)’:
torrentPersistentData.h:278: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:279: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h:281: error: no match for ‘operator=’ in ‘all_data.QHash<Key, T>::operator[] [with Key = QString, T = QVariant](((const QString&)((const QString*)(& QTorrentHandle::hash() const())))) = data’
/usr/include/qt4/QtCore/qvariant.h:210: note: candidates are: QVariant& QVariant::operator=(const QVariant&)
torrentPersistentData.h:282: error: no matching function for call to ‘QSettings::setValue(const char [9], QHash<QString, QVariant>&)’
/usr/include/qt4/QtCore/qsettings.h:159: note: candidates are: void QSettings::setValue(const QString&, const QVariant&)
torrentPersistentData.h: In static member function ‘static void TorrentPersistentData::saveSequentialStatus(QTorrentHandle)’:
torrentPersistentData.h:287: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:288: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h:290: error: no match for ‘operator=’ in ‘all_data.QHash<Key, T>::operator[] [with Key = QString, T = QVariant](((const QString&)((const QString*)(& QTorrentHandle::hash() const())))) = data’
/usr/include/qt4/QtCore/qvariant.h:210: note: candidates are: QVariant& QVariant::operator=(const QVariant&)
torrentPersistentData.h:291: error: no matching function for call to ‘QSettings::setValue(const char [9], QHash<QString, QVariant>&)’
/usr/include/qt4/QtCore/qsettings.h:159: note: candidates are: void QSettings::setValue(const QString&, const QVariant&)
torrentPersistentData.h: In static member function ‘static QHash<QString, QVariant> TorrentPersistentData::getTrackers(QString)’:
torrentPersistentData.h:297: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:298: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h:299: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h: In static member function ‘static QVariantList TorrentPersistentData::getFilesPriority(QString)’:
torrentPersistentData.h:304: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:305: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h: In static member function ‘static int TorrentPersistentData::getUploadLimit(QString)’:
torrentPersistentData.h:311: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:312: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h: In static member function ‘static int TorrentPersistentData::getDownloadLimit(QString)’:
torrentPersistentData.h:318: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:319: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h: In static member function ‘static QString TorrentPersistentData::getSavePath(QString)’:
torrentPersistentData.h:325: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:326: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h: In static member function ‘static int TorrentPersistentData::getPriority(QString)’:
torrentPersistentData.h:333: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:334: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h: In static member function ‘static QVariantList TorrentPersistentData::getUrlSeeds(QString)’:
torrentPersistentData.h:340: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:341: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h: In static member function ‘static bool TorrentPersistentData::isSeed(QString)’:
torrentPersistentData.h:350: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:351: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h: In static member function ‘static bool TorrentPersistentData::isMagnet(QString)’:
torrentPersistentData.h:357: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:358: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h: In static member function ‘static QString TorrentPersistentData::getMagnetUri(QString)’:
torrentPersistentData.h:364: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:365: error: ‘class QVariant’ has no member named ‘toHash’
torrentPersistentData.h: In static member function ‘static bool TorrentPersistentData::isSequentialDownload(QString)’:
torrentPersistentData.h:372: error: no matching function for call to ‘QSettings::value(const char [9], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
torrentPersistentData.h:373: error: ‘class QVariant’ has no member named ‘toHash’
In file included from rss.h:47,
                 from rss_imp.h:38,
                 from GUI.cpp:60:
FeedDownloader.h: In member function ‘FeedFilter* FeedFilters::matches(QString)’:
FeedDownloader.h:137: error: ‘class QVariant’ has no member named ‘toHash’
FeedDownloader.h: In member function ‘FeedFilter FeedFilters::getFilter(QString) const’:
FeedDownloader.h:153: error: ‘const class QVariant’ has no member named ‘toHash’
FeedDownloader.h: In member function ‘void FeedFilters::setFilter(QString, FeedFilter)’:
FeedDownloader.h:158: error: no match for ‘operator=’ in ‘((FeedFilters*)this)->FeedFilters::<anonymous>.QHash<Key, T>::operator[] [with Key = QString, T = QVariant](((const QString&)((const QString*)(& name)))) = f’
/usr/include/qt4/QtCore/qvariant.h:210: note: candidates are: QVariant& QVariant::operator=(const QVariant&)
FeedDownloader.h: In member function ‘bool FeedFilters::isDownloadingEnabled() const’:
FeedDownloader.h:163: error: no matching function for call to ‘QSettings::value(const char [14], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
FeedDownloader.h: In member function ‘void FeedFilters::setDownloadingEnabled(bool)’:
FeedDownloader.h:169: error: no matching function for call to ‘QSettings::value(const char [14], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
FeedDownloader.h:171: error: no matching function for call to ‘QSettings::setValue(const char [14], QHash<QString, QVariant>&)’
/usr/include/qt4/QtCore/qsettings.h:159: note: candidates are: void QSettings::setValue(const QString&, const QVariant&)
FeedDownloader.h: In static member function ‘static FeedFilters FeedFilters::getFeedFilters(QString)’:
FeedDownloader.h:176: error: no matching function for call to ‘QSettings::value(const char [13], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
FeedDownloader.h:177: error: no matching function for call to ‘QHash<QString, QVariant>::value(QString&, QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qhash.h:585: note: candidates are: const T QHash<Key, T>::value(const Key&) const [with Key = QString, T = QVariant]
/usr/include/qt4/QtCore/qhash.h:596: note:                 const T QHash<Key, T>::value(const Key&, const T&) const [with Key = QString, T = QVariant]
FeedDownloader.h: In member function ‘void FeedFilters::save()’:
FeedDownloader.h:217: error: no matching function for call to ‘QSettings::value(const char [13], QHash<QString, QVariant>)’
/usr/include/qt4/QtCore/qsettings.h:160: note: candidates are: QVariant QSettings::value(const QString&, const QVariant&) const
FeedDownloader.h:219: error: no match for ‘operator=’ in ‘all_feeds_filters.QHash<Key, T>::operator[] [with Key = QString, T = QVariant](((const QString&)((const QString*)(&((FeedFilters*)this)->FeedFilters::feed_url)))) = *(FeedFilters*)this’
/usr/include/qt4/QtCore/qvariant.h:210: note: candidates are: QVariant& QVariant::operator=(const QVariant&)
FeedDownloader.h:220: error: no matching function for call to ‘QSettings::setValue(const char [13], QHash<QString, QVariant>&)’
/usr/include/qt4/QtCore/qsettings.h:159: note: candidates are: void QSettings::setValue(const QString&, const QVariant&)
make[1]: *** [GUI.o] Error 1
make[1]: Leaving directory `/home/user/Desktop/qbittorrent-1.5.3/src'
make: *** [sub-src-make_default] Error 2
____________________________

Нямам си никаква идея къде може да е причината, за това ако някой разбере за какво става дума нека помогне. Благодаря!
За малко да забравя Debian Lenny 5.0.3 x86 с ядро 2.6.31 (заради безжичната карта) :)
Активен

tarball

  • Напреднали
  • *****
  • Публикации: 896
  • Distribution: Arch linux;Debian Testing; Ubuntu
  • Window Manager: KDE;MATE;Xfce
    • Профил
Re: Инсталация на qbittorrent 1.5.3
« Отговор #1 -: Oct 02, 2009, 09:55 »
http://qbittorrent.sourceforge.net/download.php.Kажи за чий ти е да го компилираш след като го има в хранилищата на по-известните дистрибуции?Или ползваш нещо по-екзотично. ...изтрито...

tarball,
Цитат
За малко да забравя Debian Lenny 5.0.3 x86 с ядро 2.6.31 (заради безжичната карта)
  :)
bop_bop_mara
« Последна редакция: Oct 02, 2009, 14:36 от bop_bop_mara »
Активен

Едно време бях спортен тип,сега съм...само тип!
The Future is OPEN!

Подобни теми
Заглавие Започната от Отговора Прегледи Последна публикация
инсталация на qbittorrent под fedora core 6
Настройка на програми
Archangel 3 1467 Последна публикация Nov 22, 2006, 20:23
от Archangel
Проблем с qbittorrent под Федора 12 - голямо натоварване на процесора?
Настройка на програми
screwdriver 0 878 Последна публикация Aug 20, 2010, 16:39
от screwdriver
qBittorrent
Настройка на програми
antonyk5 2 1098 Последна публикация Oct 15, 2013, 22:38
от appmaster