ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] licq qt-gui plugins
@ 2001-05-17 11:16 Artem Nefedov
  2001-05-17 11:51 ` Andrey Brindeew
  0 siblings, 1 reply; 3+ messages in thread
From: Artem Nefedov @ 2001-05-17 11:16 UTC (permalink / raw)
  To: mandrake-russian

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 832 bytes --]

MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

Hello All!
ðÙÔÁÀÓØ ÐÅÒÅÓÏÂÒÁÔØ licq-1.0.3. c ÐÏÄÄÅÒÖËÏÊ socks.
óÁÍÁ ÓÏÂÒÁÌÁÓØ ÂÅÚ ÐÒÏÂÌÅÍ, ÎÏ ÂÅÚ plugina ÚÁÐÕÓËÁÔØÓÑ
ÎÅ ÈÏÞÅÔ. á ×ÏÔ ÓÁÂÖ ÏÔËÁÚÙ×ÁÅÔÓÑ ËÏÍÐÉÌÉÔØÓÑ  :((
çÏ×ÏÒÉÔ:
awaymsgdlg.cpp: In method
`AwayMsgDlg::AwayMsgDlg(QWidget * = 0)':
awaymsgdlg.cpp:84: no matching function for call to
`QPushButton::setPopup (QPopupMenu *&)'
make[2]: *** [awaymsgdlg.lo] Error 1
make[2]: Leaving directory
`/install/licq-1.0.3/plugins/qt-gui-1.0.3/src'make[1]:
*** [all-recursive] Error 1
make[1]: Leaving directory
`/install/licq-1.0.3/plugins/qt-gui-1.0.3'
make: *** [all-recursive-am] Error 2 
ëÁË ÜÔÏ ÍÏÖÎÏ ÐÏÂÅÄÉÔØ?

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [mdk-re] licq qt-gui plugins
  2001-05-17 11:16 [mdk-re] licq qt-gui plugins Artem Nefedov
@ 2001-05-17 11:51 ` Andrey Brindeew
  2001-05-17 13:19   ` Aleksey Novodvorsky
  0 siblings, 1 reply; 3+ messages in thread
From: Andrey Brindeew @ 2001-05-17 11:51 UTC (permalink / raw)
  To: mandrake-russian

On Thu, 17 May 2001 00:20:45 -0700 (PDT)
Artem Nefedov <artnef@yahoo.com> wrote:

AN> Пытаюсь пересобрать licq-1.0.3. c поддержкой socks.
AN> Сама собралась без проблем, но без plugina запускаться
AN> не хочет.

Кхм. А у меня поддержка socks5 не собирается. :-(

gcc -static -I. -I../../include -I./../../include 
-D__USE_FIXED_PROTOTYPES__ -D_THREAD_SAFE
 -DHAVE_SETUPTERM  -DSOCKS -DINCLUDE_PROTOTYPES -DKLUDGELINEMODE  -DSOCKS
-DINCLUDE_PROTOTYPES -o telnet authenc.o commands.o main.o network.o
ring.o sys_bsd.o telnet.o terminal.o tn3270.o utilities.o  -L../../lib
-lsocks5   -ldl    -lcurses -Llibtelnet -ltelnet
/usr/bin/ld: cannot find -lcurses
collect2: ld returned 1 exit status
make[2]: *** [telnet] Ошибка 1
make[2]: Цель `all' не была пересобрана из-за ошибок.
make[2]: Выход из каталог `/home/abr/src/socks5-v1.0r11/clients/telnet'
make[1]: *** [all] Ошибка 2
make[1]: Выход из каталог `/home/abr/src/socks5-v1.0r11/clients'
make: *** [clients] Ошибка 2

И действительно, в каталоге lib отсутствует curses.o
Вопрос: где брать?

$ rpm -qa | fgrep curses
ncurses-devel-5.2-ipl2mdk
ncurses-5.2-ipl2mdk
ncurses-extraterms-5.2-ipl2mdk

$ rpm -V $(rpm -qa | fgrep curses)
Ничего не сказала.

Собираемая версия socks - socks5-v1.0r11
Опции сборки: ./configure --with-static --with-threads

Socks на той машине нужен будет, скорее всего, только для licq.
собирается по методе из doc/README.SOCKS , который есть в сырцах licq.
Сырцы взяты из /usr/src/RPM/BUILD/licq (rpm -bp licq.spec)

--
WBR, Andrey Brindeew.
"No one person can understand Perl culture completely" (C) Larry Wall.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [mdk-re] licq qt-gui plugins
  2001-05-17 11:51 ` Andrey Brindeew
@ 2001-05-17 13:19   ` Aleksey Novodvorsky
  0 siblings, 0 replies; 3+ messages in thread
From: Aleksey Novodvorsky @ 2001-05-17 13:19 UTC (permalink / raw)
  To: mandrake-russian

On Thu, 17 May 2001 11:56:23 +0400
Andrey Brindeew <linux@abr.x9.ru> wrote:

> On Thu, 17 May 2001 00:20:45 -0700 (PDT)
> Artem Nefedov <artnef@yahoo.com> wrote:
> 
> AN> Пытаюсь пересобрать licq-1.0.3. c поддержкой socks.
> AN> Сама собралась без проблем, но без plugina запускаться
> AN> не хочет.
> 
> Кхм. А у меня поддержка socks5 не собирается. :-(
> 
> gcc -static -I. -I../../include -I./../../include 
> -D__USE_FIXED_PROTOTYPES__ -D_THREAD_SAFE
>  -DHAVE_SETUPTERM  -DSOCKS -DINCLUDE_PROTOTYPES
> -DKLUDGELINEMODE  -DSOCKS
> -DINCLUDE_PROTOTYPES -o telnet authenc.o commands.o main.o
> network.o
> ring.o sys_bsd.o telnet.o terminal.o tn3270.o utilities.o 
> -L../../lib
> -lsocks5   -ldl    -lcurses -Llibtelnet -ltelnet
> /usr/bin/ld: cannot find -lcurses
> collect2: ld returned 1 exit status
> make[2]: *** [telnet] Ошибка 1
> make[2]: Цель `all' не была пересобрана из-за ошибок.
> make[2]: Выход из каталог
> `/home/abr/src/socks5-v1.0r11/clients/telnet'
> make[1]: *** [all] Ошибка 2
> make[1]: Выход из каталог
> `/home/abr/src/socks5-v1.0r11/clients'
> make: *** [clients] Ошибка 2
> 
> И действительно, в каталоге lib отсутствует curses.o

/usr/lib/libncurses.so из ncurses-devel

Rgrds, AEN




> Вопрос: где брать?



> 
> $ rpm -qa | fgrep curses
> ncurses-devel-5.2-ipl2mdk
> ncurses-5.2-ipl2mdk
> ncurses-extraterms-5.2-ipl2mdk
> 
> $ rpm -V $(rpm -qa | fgrep curses)
> Ничего не сказала.
> 
> Собираемая версия socks - socks5-v1.0r11
> Опции сборки: ./configure --with-static --with-threads
> 
> Socks на той машине нужен будет, скорее всего, только для
> licq.
> собирается по методе из doc/README.SOCKS , который есть в
> сырцах licq.
> Сырцы взяты из /usr/src/RPM/BUILD/licq (rpm -bp licq.spec)
> 
> --
> WBR, Andrey Brindeew.
> "No one person can understand Perl culture completely" (C)
> Larry Wall.
> 
> _______________________________________________
> Mandrake-russian mailing list
> Mandrake-russian@altlinux.ru
> http://altlinux.ru/mailman/listinfo/mandrake-russian



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-05-17 13:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-17 11:16 [mdk-re] licq qt-gui plugins Artem Nefedov
2001-05-17 11:51 ` Andrey Brindeew
2001-05-17 13:19   ` Aleksey Novodvorsky

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git