ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Проблема с gtk
@ 2006-06-26  7:35 Martinov Nikolay
  2006-06-26  7:44 ` Alexey Tourbin
  2006-06-26 13:29 ` Yury Aliaev
  0 siblings, 2 replies; 6+ messages in thread
From: Martinov Nikolay @ 2006-06-26  7:35 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Добрый день.

  Скажите пожалуйста, это так надо:
[]$ nm /usr/lib/libgtk-x11-2.0.so
nm: /usr/lib/libgtk-x11-2.0.so: no symbols
  Или это у меня что-то не так?
  Похоже из-за этого не собираются проги под gtk.

[]$ ls -la /usr/lib/libgtk-x11-*
lrwxrwxrwx 1 root root      26 Июн  1 10:40 /usr/lib/libgtk-x11-2.0.so -> 
libgtk-x11-2.0.so.0.800.18
lrwxrwxrwx 1 root root      26 Июн  1 10:40 /usr/lib/libgtk-x11-2.0.so.0 -> 
libgtk-x11-2.0.so.0.800.18
-rw-r--r-- 1 root root 3427748 Май 30 
13:48 /usr/lib/libgtk-x11-2.0.so.0.800.18

RPM говорит:
  libgtk+2-2.8.18-alt1
  libgtk+2-devel-2.8.18-alt1
  binutils-2.17.50.0.2-alt1

С уважением. Николай.

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

* Re: [sisyphus] Проблема с gtk
  2006-06-26  7:35 [sisyphus] Проблема с gtk Martinov Nikolay
@ 2006-06-26  7:44 ` Alexey Tourbin
  2006-06-26 13:29 ` Yury Aliaev
  1 sibling, 0 replies; 6+ messages in thread
From: Alexey Tourbin @ 2006-06-26  7:44 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 300 bytes --]

On Mon, Jun 26, 2006 at 11:35:31AM +0400, Martinov Nikolay wrote:
> []$ nm /usr/lib/libgtk-x11-2.0.so

nm -D

> nm: /usr/lib/libgtk-x11-2.0.so: no symbols
>   Или это у меня что-то не так?
>   Похоже из-за этого не собираются проги под gtk.

Проги под gtk похоже собираются не из-за этого.

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

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

* Re: [sisyphus] Проблема с gtk
  2006-06-26  7:35 [sisyphus] Проблема с gtk Martinov Nikolay
  2006-06-26  7:44 ` Alexey Tourbin
@ 2006-06-26 13:29 ` Yury Aliaev
  2006-06-27  6:06   ` Martinov Nikolay
  1 sibling, 1 reply; 6+ messages in thread
From: Yury Aliaev @ 2006-06-26 13:29 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Martinov Nikolay scripsit:

>   Похоже из-за этого не собираются проги под gtk.

Вы бы написали, как именно не собираются проги под gtk? А то лето, 
всё-таки, пора отпусков, особенно у телепатов :)

Удачи!
Юрий.


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

* Re: [sisyphus] Проблема с gtk
  2006-06-26 13:29 ` Yury Aliaev
@ 2006-06-27  6:06   ` Martinov Nikolay
  2006-06-27  7:18     ` Michael Shigorin
  0 siblings, 1 reply; 6+ messages in thread
From: Martinov Nikolay @ 2006-06-27  6:06 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от 26 июня 2006 17:29 Yury Aliaev написал(a):
> Martinov Nikolay scripsit:
> >   Похоже из-за этого не собираются проги под gtk.
>
> Вы бы написали, как именно не собираются проги под gtk? А то лето,
> всё-таки, пора отпусков, особенно у телепатов :)
  Да-да, прошу прощения.

[]$ 
gcc -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/include/gnet-2.0 -I/usr/include/gtk-2.0 -I/usr/include/pango-1.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gnet-2.0/include/ -I/usr/lib/gtk-2.0/include -lICE -lSM -lX11 -lXext -lXinerama -lXt -latk-1.0 -lcairo -ldl -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lglib-2.0 -lgmodule-2.0 -lgnet-2.0 -lgobject-2.0 -lgthread-2.0 -lgtk-x11-2.0 -lm -lpango-1.0 -lpangocairo-1.0 -lpthread -lxosd ./test.c -o 
test
/tmp/.private/xxx/cczzz9kz.o: In function `main':
test.c:(.text+0x12): undefined reference to `gtk_text_view_get_type'
test.c:(.text+0x1d): undefined reference to `g_type_check_instance_cast'
test.c:(.text+0x29): undefined reference to `gtk_text_view_get_buffer'
collect2: ld returned 1 exit status

[]$ cat test.c
#include <gtk/gtk.h>

main()
{
   gtk_text_view_get_buffer(GTK_TEXT_VIEW(NULL));
}


С уважением. Николай.

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

* Re: [sisyphus] Проблема с gtk
  2006-06-27  6:06   ` Martinov Nikolay
@ 2006-06-27  7:18     ` Michael Shigorin
  2006-06-27  7:50       ` Martinov Nikolay
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Shigorin @ 2006-06-27  7:18 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Tue, Jun 27, 2006 at 10:06:18AM +0400, Martinov Nikolay wrote:
> gcc -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/include/gnet-2.0 -I/usr/include/gtk-2.0 -I/usr/include/pango-1.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gnet-2.0/include/ -I/usr/lib/gtk-2.0/include -lICE -lSM -lX11 -lXext -lXinerama -lXt -latk-1.0 -lcairo -ldl -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lglib-2.0 -lgmodule-2.0 -lgnet-2.0 -lgobject-2.0 -lgthread-2.0 -lgtk-x11-2.0 -lm -lpango-1.0 -lpangocairo-1.0 -lpthread -lxosd ./test.c -o 

http://wiki.sisyphus.ru/devel/UpStream/AsNeeded ?

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [sisyphus] Проблема с gtk
  2006-06-27  7:18     ` Michael Shigorin
@ 2006-06-27  7:50       ` Martinov Nikolay
  0 siblings, 0 replies; 6+ messages in thread
From: Martinov Nikolay @ 2006-06-27  7:50 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от 27 июня 2006 11:18 Michael Shigorin написал(a):
>
> http://wiki.sisyphus.ru/devel/UpStream/AsNeeded ?
  Спасибо огромное!

С уважением. Николай.

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

end of thread, other threads:[~2006-06-27  7:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-26  7:35 [sisyphus] Проблема с gtk Martinov Nikolay
2006-06-26  7:44 ` Alexey Tourbin
2006-06-26 13:29 ` Yury Aliaev
2006-06-27  6:06   ` Martinov Nikolay
2006-06-27  7:18     ` Michael Shigorin
2006-06-27  7:50       ` Martinov Nikolay

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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