PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : ed2k-gtk-gui + Slackware 9.1 =Problem



root_tux_linux
11.04.04, 05:00
Hi ich bins mal wieder ;)

Also hab folgendes Problem wenn ich die ed2k-gtk-gui kompilieren will kommt beim make Schritt eine Fehlermeldung! also ./configure dann mach ich make und dann kommt:

gcc -g -O2 -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -Wall -g -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gnet-2.0 -I/usr/lib/gnet-2.0/include/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DAPP_PIXMAPS='"/usr/local/share/ed2k_gui/icons"' -DLOCALEPATH='"/usr/local/share/locale/"' -o ed2k_gui blacklist.o colors.o connect_gui.o disclosure-widget.o dns_lookup.o downloads_attrib.o downloads-list.o downloads-view.o eggtrayicon.o filter.o core-conn.o http_get.o icons.o linkhandler.o logfile.o main.o mainwindow.o misc.o misc_gtk.o misc_strings.o misc_sys.o notebook.o options.o options_page.o packet.o pipe.o poll-emulator.o progressbar-renderer.o ramfile.o reconnect-dialog.o search.o search_popup.o servers.o shared_dirs.o shared_files.o shared_page.o signal_handler.o spawn_core.o stats.o status_page.o statusbar.o systray.o tag.o toolbar.o uploads.o uploads_page.o uploadstats.o gui-marshal.o -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -pthread -lgnet-2.0 -lgthread-2.0 -lglib-2.0
options_page.o(.text+0x2729): In function `options_page_make_lookfeel_icon_themes_frame':
/home/angelus/Desktop/ed2k-gtk-gui-0.6.2/ed2k_gui/options_page.c:1125: undefined reference to `GTK_OPTION_MENU'
search.o(.text+0x37be): In function `search_set_overnet_mode':
/home/angelus/Desktop/ed2k-gtk-gui-0.6.2/ed2k_gui/search.c:1777: undefined reference to `GTK_OPTION_MENU'
search.o(.text+0x3b50): In function `onOvernetStatus':
/home/angelus/Desktop/ed2k-gtk-gui-0.6.2/ed2k_gui/search.c:1897: undefined reference to `GTK_OPTION_MENU'
search.o(.text+0x3d7d): In function `search_get_extra_search_options':
/home/angelus/Desktop/ed2k-gtk-gui-0.6.2/ed2k_gui/search.c:1996: undefined reference to `GTK_OPTION_MENU'
search.o(.text+0x4698): In function `search_create_options_hbox':
/home/angelus/Desktop/ed2k-gtk-gui-0.6.2/ed2k_gui/search.c:2161: undefined reference to `GTK_OPTION_MENU'
collect2: ld returned 1 exit status
make[3]: *** [ed2k_gui] Error 1
make[3]: Leaving directory `/home/angelus/Desktop/ed2k-gtk-gui-0.6.2/ed2k_gui'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/angelus/Desktop/ed2k-gtk-gui-0.6.2/ed2k_gui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/angelus/Desktop/ed2k-gtk-gui-0.6.2'
make: *** [all] Error 2
root@slackware:~/Desktop/ed2k-gtk-gui-0.6.2$

Tja und eben weiter komm ich nicht...

Ich brauch die GUI weil ich Overnet nich über die Shell benutzen will... unter Mandrake lauft sie ohne probleme unter Slackware nicht :(

Hat einer eine Idee oder eine Alternative?

ed2k-gtk-gui-0.6.2
Slackware 9.1

Zaphod-B
11.04.04, 09:22
Moin,
weches GTK hast du denn installliert?
Wenn du z.B. die aktuelle Droplne Gnome Version benutzt, also GTK 2.4, musst du den ed2k_gui aus dem CVs nehmen.


Greetings Zaphod-B

root_tux_linux
11.04.04, 09:35
Hi

Installiert ist gtk+-1.2.10-i386-3 und gtk+2-2.4.0-i486-2

Also Cvs version benutzen...

Ich versuchs mal

Danke

Zaphod-B
11.04.04, 09:56
Hi

Installiert ist gtk+-1.2.10-i386-3 und gtk+2-2.4.0-i486-2

Also Cvs version benutzen...

Ich versuchs mal

Danke
Also bei mir gings mit den CVS. ;)


Greetings Zaphod-B

root_tux_linux
11.04.04, 10:05
Jap geht :)