Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно

Новый участник


Сообщения: 38
Благодарности: 0

Профиль | Отправить PM | Цитировать


сделал autoconf и automake а потом ./configure
и он мне в конце выдал:
ou have disabled or you are missing required librairies required to compile Jabber Jingle voice support.
Jingle is a new Jabber standard that define a signaling protocol via XMPP for peer-to-peer applications.
Jingle audio is compatible with Google Talk voice offering.

Required Jingle dependencies are listed on this page:
http://wiki.kde.org/tiki-index.php?p...+Jabber+Jingle

You're missing OpenSLP, or the OpenSLP devel package.
Browsing in krfb and krdc will not be possible.
If you want browsing support in krfb, you should consider
installing it.
Have a look at http://www.openslp.org/ or find a binary
package for your platform.


You're missing the XMMS libraries, or the libxmms development package.
Without libxmms Kopete's NowListening plugin won't be able to talk to
the XMMS music player. If you want Kopete's NowListening plugin to
support XMMS, have a look at http://www.xmms.org/ or find a
binary package for your system.


что делать со всем, чего нехватает?

запустив в догонку make, он мне выдал:
cd . && /bin/sh /home/nerzul/Desktop/Kopete/kopete-0.12.0/admin/missing --run autoheader
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/home/nerzul/Desktop/Kopete/kopete-0.12.0'
Making all in kopete
make[2]: Entering directory `/home/nerzul/Desktop/Kopete/kopete-0.12.0/kopete'
Making all in libkopete
make[3]: Entering directory `/home/nerzul/Desktop/Kopete/kopete-0.12.0/kopete/libkopete'
Making all in private
make[4]: Entering directory `/home/nerzul/Desktop/Kopete/kopete-0.12.0/kopete/libkopete/private'
if /bin/sh ../../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -DKDE_NO_COMPAT -DQT_NO_COMPAT -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -I../../../kopete/libkopete -I../../../kopete/libkopete -I../../../kopete/libkopete/avdevice -I../../../kopete/libkopete/ui -I../../../kopete/libkopete/ui -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT kopeteemoticons.lo -MD -MP -MF ".deps/kopeteemoticons.Tpo" -c -o kopeteemoticons.lo kopeteemoticons.cpp; \
then mv -f ".deps/kopeteemoticons.Tpo" ".deps/kopeteemoticons.Plo"; else rm -f ".deps/kopeteemoticons.Tpo"; exit 1; fi
kopeteemoticons.cpp:536:31: error: kopeteemoticons.moc: No such file or directory
make[4]: *** [kopeteemoticons.lo] Ошибка 1
make[4]: Leaving directory `/home/nerzul/Desktop/Kopete/kopete-0.12.0/kopete/libkopete/private'
make[3]: *** [all-recursive] Ошибка 1
make[3]: Leaving directory `/home/nerzul/Desktop/Kopete/kopete-0.12.0/kopete/libkopete'
make[2]: *** [all-recursive] Ошибка 1
make[2]: Leaving directory `/home/nerzul/Desktop/Kopete/kopete-0.12.0/kopete'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Leaving directory `/home/nerzul/Desktop/Kopete/kopete-0.12.0'
make: *** [all] Ошибка 2

а после этого make install мне выдал:
Making install in kopete
make[1]: Entering directory `/home/nerzul/Desktop/Kopete/kopete-0.12.0/kopete'
Making install in libkopete
make[2]: Entering directory `/home/nerzul/Desktop/Kopete/kopete-0.12.0/kopete/libkopete'
Making install in private
make[3]: Entering directory `/home/nerzul/Desktop/Kopete/kopete-0.12.0/kopete/libkopete/private'
if /bin/sh ../../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -DKDE_NO_COMPAT -DQT_NO_COMPAT -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -I../../../kopete/libkopete -I../../../kopete/libkopete -I../../../kopete/libkopete/avdevice -I../../../kopete/libkopete/ui -I../../../kopete/libkopete/ui -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT kopeteemoticons.lo -MD -MP -MF ".deps/kopeteemoticons.Tpo" -c -o kopeteemoticons.lo kopeteemoticons.cpp; \
then mv -f ".deps/kopeteemoticons.Tpo" ".deps/kopeteemoticons.Plo"; else rm -f ".deps/kopeteemoticons.Tpo"; exit 1; fi
kopeteemoticons.cpp:536:31: error: kopeteemoticons.moc: No such file or directory
make[3]: *** [kopeteemoticons.lo] Ошибка 1
make[3]: Leaving directory `/home/nerzul/Desktop/Kopete/kopete-0.12.0/kopete/libkopete/private'
make[2]: *** [install-recursive] Ошибка 1
make[2]: Leaving directory `/home/nerzul/Desktop/Kopete/kopete-0.12.0/kopete/libkopete'
make[1]: *** [install-recursive] Ошибка 1
make[1]: Leaving directory `/home/nerzul/Desktop/Kopete/kopete-0.12.0/kopete'
make: *** [install-recursive] Ошибка 1

что посоветуете?

Отправлено: 23:59, 25-06-2006 | #10