Ставлю ICQ клиент из исходников (требуется подсказка как бы встроить его в KDE)

Для новичков как вообще в Linux, так и в конкретной теме, к которой относится вопрос.

Модератор: Bizdelnick

ivon
Сообщения: 105
ОС: Gentoo и Xubuntu Live-CD

Ставлю ICQ клиент из исходников

Сообщение ivon »

здравствуйте!
у меня SUSE 10.1 и под него очень трудно найти RPM ICQ клиента. есть SIM но бесполезно- глюк офигенный, не понимаю че его так хвалят - вылетает только так - на нескольких машинах пробовал...
скачал исходники последних версий LICQ, KOPETE, CENTERICQ.
в ходе выполнения команды ./configure, доставил пакеты, которые были спрошены, и сделал make потом make install все прошло без ахтунгов, скомпилилось и утановилось.
подскажите плиз как мне теперь ентих зверей под иксами запускать?
надо че-то доставлятть?
или...
заранее спасибо
Спасибо сказали:
NIKitosh
Сообщения: 106
ОС: Debian GNU/Linux Testing

Re: Ставлю ICQ клиент из исходников

Сообщение NIKitosh »

centericq - это консольный клиент icq, поэтому запускать его надо из консоли.
а всё остальное (если нормально установилось) должно быть в меню.
если в меня ярлыков нет, то командой which (which PROGRAMM_NAME) сначала узнай, где находится бинарный файл, а потом можешь запустить из консоли/создать ярлык на рабочем столе/добавить ярлык в меню.
PS: попробуй gaim - хороший клиент.
Спасибо сказали:
Аватара пользователя
fed71
Сообщения: 2480
ОС: Ubuntu

Re: Ставлю ICQ клиент из исходников

Сообщение fed71 »

Удобнее сделать ссылку на рабочем столе. Правой кнопкой на десктопе Создать-Ссылка на приложение-Приложение-Обзор. Ищи копет в /usr/bin или /usr/local/bin
Я не знаю кто я. Не помню ни серии своей, ни инвентарного номера...

Мой блог http://fed71.livejournal.com
Спасибо сказали:
Аватара пользователя
Skull
Модератор
Сообщения: 2089
ОС: ALT Linux

Re: Ставлю ICQ клиент из исходников

Сообщение Skull »

ivon писал(а):
10.03.2007 14:39
подскажите плиз как мне теперь ентих зверей под иксами запускать?
Alt+F2, licq или kopete (так как они графические). После перезагрузки и тот и другой должны запуститься (если включено сохранение сеансов).
Skull
Спасибо сказали:
ivon
Сообщения: 105
ОС: Gentoo и Xubuntu Live-CD

Re: Ставлю ICQ клиент из исходников

Сообщение ivon »

всем спасибо...
вобщем поставил gaim - единственный клиент, который поставился из исходников нормально на двух машинах...
создал апплет с родным зеленым значком и вобщем-то юзаю...
кстати, есть способ засунуть gaim в "автозагрузку" кроме как добавить строку
gaim
в /etc/rcd/boot_local
?
и вообще по-моему команды из /etc/rcd/boot_local выполняются до старта Х-сервера, насколько я понял...
Спасибо сказали:
Аватара пользователя
arkhnchul
Сообщения: 2284
Статус: Толчковый инженер
ОС: Debian, Fedora

Re: Ставлю ICQ клиент из исходников

Сообщение arkhnchul »

есессно до старта иксов. Как сувать в автозагрузку - а куда именно? Т.е. в кеды, гном или еще чего?
PS вроде можно ето дело пихнуть в xinitrc.
Losing is fun!
Спасибо сказали:
ivon
Сообщения: 105
ОС: Gentoo и Xubuntu Live-CD

Re: Ставлю ICQ клиент из исходников

Сообщение ivon »

В КДЕ.
а вообще, охота при запуске системы шоб проги типа аськи, скайпа, evolution и другие с GUI, запускались в любом случае без запоминаная КДЕ...
как привык в венде...
Спасибо сказали:
DaF
Сообщения: 44

Re: Ставлю ICQ клиент из исходников

Сообщение DaF »

У меня тоже возникла проблема с аськой.... ставлю licq из исходников

прописываю ./config
далее make - на что мне система отвечает:

Код: Выделить всё

make  all-recursive
make[1]: Entering directory `/home/fc/Desktop/licq-1.3.2'
Making all in m4
make[2]: Entering directory `/home/fc/Desktop/licq-1.3.2/m4'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Leaving directory `/home/fc/Desktop/licq-1.3.2/m4'
Making all in share
make[2]: Entering directory `/home/fc/Desktop/licq-1.3.2/share'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Leaving directory `/home/fc/Desktop/licq-1.3.2/share'
Making all in src
make[2]: Entering directory `/home/fc/Desktop/licq-1.3.2/src'
if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I..  -Wall -I../include -DINSTALL_PREFIX=\"/usr/local\"  -fPIC -DPIC -D_REENTRANT  -O2 -fno-exceptions -fno-check-new -MT licq.o -MD -MP -MF ".deps/licq.Tpo" \
          -c -o licq.o `test -f 'licq.cpp' || echo './'`licq.cpp; \
        then mv -f ".deps/licq.Tpo" ".deps/licq.Po"; \
        else rm -f ".deps/licq.Tpo"; exit 1; \
        fi
../include/licq_buffer.h:65: error: extra qualification ‘CBuffer::’ on member ‘PackLNTS’
licq.cpp: In member function ‘int CLicq::Main()’:
licq.cpp:1092: warning: dereferencing type-punned pointer will break strict-aliasing rules
licq.cpp:1105: warning: dereferencing type-punned pointer will break strict-aliasing rules
make[2]: *** [licq.o] Ошибка 1
make[2]: Leaving directory `/home/fc/Desktop/licq-1.3.2/src'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Leaving directory `/home/fc/Desktop/licq-1.3.2'
make: *** [all] Ошибка 2

на make install ругается:

Код: Выделить всё

licq.cpp: In member function ‘int CLicq::Main()’:
licq.cpp:1092: warning: dereferencing type-punned pointer will break strict-aliasing rules
licq.cpp:1105: warning: dereferencing type-punned pointer will break strict-aliasing rules
make[1]: *** [licq.o] Ошибка 1
make[1]: Leaving directory `/home/fc/Desktop/licq-1.3.2/src'
make: *** [install-recursive] Ошибка 1


и конечно после всего этого ни в /bin ни в /usr/bin не могу найти указануую прогу.....
Подскажите что делать? ОС Mandriva 2007
Спасибо сказали:
Аватара пользователя
Debris
Сообщения: 282
ОС: Debian GNU/Linux Lenny

Re: Ставлю ICQ клиент из исходников

Сообщение Debris »

DaF писал(а):
13.03.2007 01:11
У меня тоже возникла проблема с аськой.... ставлю licq из исходников

прописываю ./config
далее make - на что мне система отвечает:


./config - это очпечатка или действительно так прописываешь? Насколько я знаю при установке из исходников надо писать ./configure потом make и в конце концов make install
Спасибо сказали:
DaF
Сообщения: 44

Re: Ставлю ICQ клиент из исходников

Сообщение DaF »

Debris писал(а):
13.03.2007 01:29
./config - это очпечатка или действительно так прописываешь? Насколько я знаю при установке из исходников надо писать ./configure потом make и в конце концов make install


Опечатка :blush: - пишу ./configure
Спасибо сказали:
Аватара пользователя
DaemonTux
Сообщения: 1480
Статус: Юный падаван
ОС: Gentoo

Re: Ставлю ICQ клиент из исходников

Сообщение DaemonTux »

DaF писал(а):
13.03.2007 02:08
Debris писал(а):
13.03.2007 01:29

./config - это очпечатка или действительно так прописываешь? Насколько я знаю при установке из исходников надо писать ./configure потом make и в конце концов make install


Опечатка :blush: - пишу ./configure


А ./configure ошибки какиенить выдает?
Vladivostok Linux User Group
Спасибо сказали:
DaF
Сообщения: 44

Re: Ставлю ICQ клиент из исходников

Сообщение DaF »

DaemonTux писал(а):
13.03.2007 02:59
А ./configure ошибки какиенить выдает?


Код:

checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking whether g++ accepts -fno-exceptions -fno-check-new... yes checking how to run the C++ preprocessor... g++ -E checking for strerror in -lcposix... no checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib checking for strip... /usr/bin/strip checking for size... /usr/bin/size checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for _LARGE_FILES value needed for large files... no Setting Linux compilation options checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking for unistd.h... (cached) yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking for inet_addr in -lxnet... no checking for socket in -lsocket... no checking for gethostbyname in -lnsl... yes checking for pthread_cancel in -lc_r... no checking for pthread_cancel in -lpthread... yes checking for dlopen in -lc_r... no checking for dlopen in -lc... no checking for dlopen in -ldl... yes checking for dlopen modes... RTLD_NOW checking for inet_addr... yes checking for inet_aton... yes checking for mktime... yes checking for select... yes checking for strdup... yes checking for strerror... yes checking for hstrerror... yes checking for readdir_r... yes checking for pthread_kill_other_threads_np... no checking whether to enable SOCKS5 support... no checking for gpgme-config... no ./configure: line 6733: no: command not found checking for GPGME - version >= 0.4.2... no checking if OpenSSL support is desired... yes checking openssl/ssl.h usability... no checking openssl/ssl.h presence... no checking for openssl/ssl.h... no checking if OpenSSL support can be enabled... no checking vector usability... yes checking vector presence... yes checking for vector... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for socklen_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for sys_errlist and sys_nerr... yes checking for tm_gmtoff... yes checking for extern long timezone... yes checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking for a sed that does not truncate output... checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ranlib... (cached) ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so appending configuration tag "GCJ" to libtool checking if gcj supports -fno-rtti -fno-exceptions... (cached) no checking for gcj option to produce PIC... -fPIC checking if gcj PIC flag -fPIC works... no checking if gcj supports -c -o file.o... no checking whether the gcj linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking whether NLS is requested... yes checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc configure: creating ./config.status config.status: creating po/Makefile.in config.status: creating m4/Makefile config.status: creating bin/Makefile config.status: creating share/Makefile config.status: creating src/Makefile config.status: creating include/Makefile config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile SOCKS5 support is disabled. GPGME support is disabled. OpenSSL support is not available. Licq will not be able to establish secure communication channels. This is not required for proper function (i.e. it is optional). If you really desire this functionality then install OpenSSL (libraries and headers) and rebuild Licq. OpenSSL can be found at http://www.openssl.org or as RPM from your local distribution site. Note you need version 0.9.5a or greater.


люди - юзайте codebox (см. bb коды форума) :rolleyes: (J)
Спасибо сказали:
Аватара пользователя
Debris
Сообщения: 282
ОС: Debian GNU/Linux Lenny

Re: Ставлю ICQ клиент из исходников

Сообщение Debris »

Хм вроде все ок.
Спасибо сказали:
Аватара пользователя
arkhnchul
Сообщения: 2284
Статус: Толчковый инженер
ОС: Debian, Fedora

Re: Ставлю ICQ клиент из исходников

Сообщение arkhnchul »

../include/licq_buffer.h:65: error: extra qualification ‘CBuffer::’ on member ‘PackLNTS’

вот он косяк. Открывать исходник и смотреть, чего не так.
Losing is fun!
Спасибо сказали: