Search Criteria
Package Details: qutim 0.3.1.1294.gb443658-1
Git Clone URL: | https://aur.archlinux.org/qutim.git (read-only, click to copy) |
---|---|
Package Base: | qutim |
Description: | qutIM is module-based multiprotocol instant messenger, Qt. All its functionality and features are implemented through separate plugins. |
Upstream URL: | https://github.com/euroelessar/qutim |
Licenses: | |
Submitter: | k0ste |
Maintainer: | k0ste |
Last Packager: | k0ste |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-20 14:07 |
Last Updated: | 2016-01-20 14:09 |
Dependencies (15)
- qt5-multimedia (qt5-multimedia-git)
- qt5-quick1 (qt5-quick1-git)
- qt5-x11extras (qt5-x11extras-git)
- aspell (aspell-git) (make)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- git (git-git) (make)
- gsasl (gsasl-ntlm) (make)
- hunspell (hunspell-git) (make)
- libotr (make)
- qbs (qtcreator-git, qbs-git) (make)
- qt5-multimedia (qt5-multimedia-git) (make)
- qt5-quick1 (qt5-quick1-git) (make)
- qt5-x11extras (qt5-x11extras-git) (make)
- qtkeychain-qt5 (make)
- sdl_mixer (make)
Latest Comments
k0ste commented on 2017-01-11 12:11
https://github.com/euroelessar/qutim/issues/399
Doctor_Drive commented on 2017-01-11 11:46
compiling moc_histview.cpp
ERROR: /usr/bin/g++ -g -O0 -Wall -Wextra -m64 -pipe -fexceptions -fvisibility=hidden -std=c++11 -fPIC -DQUTIM_PLUGIN_ID=05ed3f2306a68d4d '-DQUTIM_PLUGIN_NAME="hunspeller"' -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_SCRIPT_LIB -DQT_WIDGETS_LIB -DQUTIM_SINGLE_PROFILE -I/usr/include/qt -I/usr/include/qt/QtCore -I/usr/lib/qt/mkspecs/linux-g++ -I/tmp/yaourt-tmp-username/aur-qutim/src/qutim-build/debug/hunspeller.qutim.87adff44/qt.headers -I/usr/include/qt/QtGui -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtQml -I/usr/include/qt/QtQuick -I/usr/include/qt/QtScript -I/usr/include/qt/QtWidgets -I/tmp/yaourt-tmp-username/aur-qutim/src/qutim-build/debug/libqutim.qutim.bec9ab3b/GeneratedFiles/include -I/tmp/yaourt-tmp-username/aur-qutim/src/qutim-build/debug/libqutim.qutim.bec9ab3b/GeneratedFiles/include/qutim -I/tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/lib -I/tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/3rdparty/slidingstackedwidget -I/tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/3rdparty/flowlayout -I/tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/3rdparty -std=c++0x -o /tmp/yaourt-tmp-username/aur-qutim/src/qutim-build/debug/hunspeller.qutim.87adff44/.obj/f27fede2220bcd32/hunspellchecker.cpp.o -c /tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/plugins/generic/hunspeller/src/hunspellchecker.cpp
/tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/plugins/generic/hunspeller/src/hunspellchecker.cpp: In member function ‘virtual bool HunSpellChecker::isCorrect(const QString&) const’:
/tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/plugins/generic/hunspeller/src/hunspellchecker.cpp:69:39: warning: ‘int Hunspell::spell(const char*, int*, char**)’ is deprecated [-Wdeprecated-declarations]
return m_speller->spell(convert(word));
^
In file included from /tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/plugins/generic/hunspeller/src/hunspellchecker.h:31:0,
from /tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/plugins/generic/hunspeller/src/hunspellchecker.cpp:27:
/usr/include/hunspell/hunspell.hxx:131:20: note: declared here
H_DEPRECATED int spell(const char* word, int* info = NULL, char** root = NULL);
^~~~~
/tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/plugins/generic/hunspeller/src/hunspellchecker.cpp: In member function ‘virtual QStringList HunSpellChecker::suggest(const QString&) const’:
/tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/plugins/generic/hunspeller/src/hunspellchecker.cpp:78:58: warning: ‘int Hunspell::suggest(char***, const char*)’ is deprecated [-Wdeprecated-declarations]
int count = m_speller->suggest(&selection, convert(word));
^
In file included from /tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/plugins/generic/hunspeller/src/hunspellchecker.h:31:0,
from /tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/plugins/generic/hunspeller/src/hunspellchecker.cpp:27:
/usr/include/hunspell/hunspell.hxx:141:20: note: declared here
H_DEPRECATED int suggest(char*** slst, const char* word);
^~~~~~~
/tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/plugins/generic/hunspeller/src/hunspellchecker.cpp:81:40: warning: ‘void Hunspell::free_list(char***, int)’ is deprecated [-Wdeprecated-declarations]
m_speller->free_list(&selection, count);
^
In file included from /tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/plugins/generic/hunspeller/src/hunspellchecker.h:31:0,
from /tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/plugins/generic/hunspeller/src/hunspellchecker.cpp:27:
/usr/include/hunspell/hunspell.hxx:155:21: note: declared here
H_DEPRECATED void free_list(char*** slst, int n);
^~~~~~~~~
/tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/plugins/generic/hunspeller/src/hunspellchecker.cpp: In member function ‘virtual void HunSpellChecker::store(const QString&) const’:
/tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/plugins/generic/hunspeller/src/hunspellchecker.cpp:89:30: error: no matching function for call to ‘Hunspell::add(QByteArray)’
m_speller->add(convert(word));
^
In file included from /tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/plugins/generic/hunspeller/src/hunspellchecker.h:31:0,
from /tmp/yaourt-tmp-username/aur-qutim/src/qutim/src/plugins/generic/hunspeller/src/hunspellchecker.cpp:27:
/usr/include/hunspell/hunspell.hxx:197:7: note: candidate: int Hunspell::add(const string&)
int add(const std::string& word);
^~~
/usr/include/hunspell/hunspell.hxx:197:7: note: no known conversion for argument 1 from ‘QByteArray’ to ‘const string& {aka const std::__cxx11::basic_string<char>&}’
ERROR: Process failed with exit code 1.
The following products could not be built for configuration debug:
qutim
qutimplugin
bearermanager
hunspeller
mobilesettingsdialog
notificationfilter
plistconfig
searchdialog
histview
adiumwebview
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build .
gwaewion commented on 2016-07-28 10:22
ERROR: The name of module 'vreen' is equal to the first component of the name of module 'vreen.core', which is not allowed