LINUX.ORG.RU

История изменений

Исправление irton, (текущая версия) :

Я попытался в Роса 2021.1 собрать (неудачно)

Потребовалось переключить jreen на qt4 (в репах она на qt5)

Также рекомендую отключить ненужные протоколы:

rm -r ./protocols/vkontakte
rm -r ./protocols/astral
rm -r ./protocols/irc
rm -r ./protocols/mrim
rm -r ./protocols/oscar
rm -r ./protocols/quetzal

И убрать из зависимостей vreen

Теперь у меня ошибка связанная с hunspell:

/builddir/build/BUILD/qutim-0.3.2/plugins/hunspeller/src/hunspellchecker.cpp:89:31: error: cannot convert 'QByteArray' to 'const string&' {aka 'const std::basic_string<char>&'}
   89 |         m_speller->add(convert(word));
      |                        ~~~~~~~^~~~~~
      |                               |
      |                               QByteArray
In file included from /builddir/build/BUILD/qutim-0.3.2/plugins/hunspeller/src/hunspellchecker.h:31,
                 from /builddir/build/BUILD/qutim-0.3.2/plugins/hunspeller/src/hunspellchecker.cpp:27:
/usr/include/hunspell/hunspell.hxx:198:30: note:   initializing argument 1 of 'int Hunspell::add(const string&)'
  198 |   int add(const std::string& word);

Думаю это легко правится, но не программист, поэтому не нагулил решения.

Исходная версия irton, :

Я попытался в Роса 2021.1 собрать (неудачно) Потребовалось переключить jreen на qt4 (в репах она на qt5)

Также рекомендую отключить ненужные протоколы:

rm -r ./protocols/vkontakte
rm -r ./protocols/astral
rm -r ./protocols/irc
rm -r ./protocols/mrim
rm -r ./protocols/oscar
rm -r ./protocols/quetzal

И убрать из зависимостей vreen

Теперь у меня ошибка связанная с hunspell:

/builddir/build/BUILD/qutim-0.3.2/plugins/hunspeller/src/hunspellchecker.cpp:89:31: error: cannot convert 'QByteArray' to 'const string&' {aka 'const std::basic_string<char>&'}
   89 |         m_speller->add(convert(word));
      |                        ~~~~~~~^~~~~~
      |                               |
      |                               QByteArray
In file included from /builddir/build/BUILD/qutim-0.3.2/plugins/hunspeller/src/hunspellchecker.h:31,
                 from /builddir/build/BUILD/qutim-0.3.2/plugins/hunspeller/src/hunspellchecker.cpp:27:
/usr/include/hunspell/hunspell.hxx:198:30: note:   initializing argument 1 of 'int Hunspell::add(const string&)'
  198 |   int add(const std::string& word);

Думаю это легко правится, но не программист, поэтому не нагулил решения.