On 06/30/2010 09:50 PM, Barton Landrum wrote:
I am running it out of a tmp subfolder

/tmp/linux-2.6.34/

On Wed, Jun 30, 2010 at 9:30 PM, JD <jd1...@gmail.com <mailto:jd1...@gmail.com>> wrote:

     On 06/30/2010 09:10 PM, Barton Landrum wrote:
    > I enter:
    >
    > [r...@blandrum linux-2.6.34]# make gconfig
    >
    > and I get the following:
    >
    > *
    > * Unable to find the GTK+ installation. Please make sure that
    > * the GTK+ 2.0 development package is correctly installed...
    > * You need gtk+-2.0, glib-2.0 and libglade-2.0.
    > *
    > make[1]: *** No rule to make target `scripts/kconfig/.tmp_gtkcheck',
    > needed by `scripts/kconfig/gconf.o'.  Stop.
    > make: *** [gconfig] Error 2
    >
    > [r...@blandrum linux-2.6.34]#
    >
    > Thanks in advance
    >
    > biggerb
    I am running F13 with latest updates as of 30 minutes ago.
    I have these packages installed:
    gtk+-1.2.10-70.fc13.i686
    gtk+-devel-1.2.10-70.fc13.i686
    gtk2-2.20.1-1.fc13.i686
    gtk2-devel-2.20.1-1.fc13.i686
    glib-1.2.10-33.fc12.i686
    glib-devel-1.2.10-33.fc12.i686
    glib2-2.24.1-1.fc13.i686
    glib2-devel-2.24.1-1.fc13.i686
    libglade-0.17-24.fc12.i686
    libglade-devel-0.17-24.fc12.i686
    libglade2-2.6.4-3.fc12.i686
    libglade2-devel-2.6.4-3.fc12.i686

    So, the question is: in which directory are you invoking "make
    gconfig"?

    JD
    --
    users mailing list
    users@lists.fedoraproject.org <mailto:users@lists.fedoraproject.org>
    To unsubscribe or change subscription options:
    https://admin.fedoraproject.org/mailman/listinfo/users
    Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines



sudo yum install gtk2 gtk2-devel glib2 glib2-devel libglade2 libglade2-devel

So, what is in /tmp/inux-2.6.34/ ?
Is the kernel source there?
If yes, Why are you running make gconfig?
It wont work - and it does not work on my
fully updated system with all the needed packages.
Just run make xconfig and it works!

Using make gconfig, I get a huge pile of warnings and dies with an error; so why bother with gconfig??
$ make gconfig
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/docproc
  HOSTCC  scripts/basic/hash
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/gconf.o
In file included from /usr/include/gtk-2.0/gtk/gtk.h:233,
                 from /usr/include/libglade-2.0/glade/glade-xml.h:26,
                 from /usr/include/libglade-2.0/glade/glade.h:28,
                 from scripts/kconfig/gconf.c:16:
/usr/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype scripts/kconfig/gconf.c:80: warning: no previous prototype for 'dbg_print_stype' scripts/kconfig/gconf.c:108: warning: no previous prototype for 'dbg_print_flags' scripts/kconfig/gconf.c:141: warning: no previous prototype for 'dbg_print_ptype' scripts/kconfig/gconf.c:168: warning: no previous prototype for 'replace_button_icon' scripts/kconfig/gconf.c:187: warning: no previous prototype for 'init_main_window' scripts/kconfig/gconf.c:276: warning: no previous prototype for 'init_tree_model' scripts/kconfig/gconf.c:306: warning: no previous prototype for 'init_left_tree' scripts/kconfig/gconf.c:350: warning: no previous prototype for 'init_right_tree' scripts/kconfig/gconf.c:503: warning: no previous prototype for 'on_window1_delete_event' scripts/kconfig/gconf.c:548: warning: no previous prototype for 'on_window1_destroy' scripts/kconfig/gconf.c:555: warning: no previous prototype for 'on_window1_size_request' scripts/kconfig/gconf.c:591: warning: no previous prototype for 'on_load1_activate' scripts/kconfig/gconf.c:632: warning: no previous prototype for 'on_save_as1_activate' scripts/kconfig/gconf.c:652: warning: no previous prototype for 'on_quit1_activate' scripts/kconfig/gconf.c:659: warning: no previous prototype for 'on_show_name1_activate' scripts/kconfig/gconf.c:670: warning: no previous prototype for 'on_show_range1_activate' scripts/kconfig/gconf.c:688: warning: no previous prototype for 'on_show_data1_activate' scripts/kconfig/gconf.c:700: warning: no previous prototype for 'on_show_all_options1_activate' scripts/kconfig/gconf.c:710: warning: no previous prototype for 'on_show_debug_info1_activate' scripts/kconfig/gconf.c:717: warning: no previous prototype for 'on_introduction1_activate' scripts/kconfig/gconf.c:749: warning: no previous prototype for 'on_about1_activate' scripts/kconfig/gconf.c:767: warning: no previous prototype for 'on_license1_activate' scripts/kconfig/gconf.c:786: warning: no previous prototype for 'on_back_clicked' scripts/kconfig/gconf.c:801: warning: no previous prototype for 'on_load_clicked' scripts/kconfig/gconf.c:807: warning: no previous prototype for 'on_single_clicked' scripts/kconfig/gconf.c:817: warning: no previous prototype for 'on_split_clicked' scripts/kconfig/gconf.c:833: warning: no previous prototype for 'on_full_clicked' scripts/kconfig/gconf.c:845: warning: no previous prototype for 'on_collapse_clicked' scripts/kconfig/gconf.c:851: warning: no previous prototype for 'on_expand_clicked' scripts/kconfig/gconf.c:991: warning: no previous prototype for 'on_treeview2_button_press_event' scripts/kconfig/gconf.c:1048: warning: no previous prototype for 'on_treeview2_key_press_event' scripts/kconfig/gconf.c:1093: warning: no previous prototype for 'on_treeview2_cursor_changed' scripts/kconfig/gconf.c:1109: warning: no previous prototype for 'on_treeview1_button_press_event' scripts/kconfig/gconf.c:1321: warning: no previous prototype for 'gtktree_iter_find_node' scripts/kconfig/gconf.c:1523: warning: no previous prototype for 'fixup_rootmenu'
scripts/kconfig/images.c:6: warning: 'xpm_load' defined but not used
scripts/kconfig/images.c:36: warning: 'xpm_save' defined but not used
scripts/kconfig/images.c:66: warning: 'xpm_back' defined but not used
scripts/kconfig/images.c:175: warning: 'xpm_symbol_no' defined but not used
scripts/kconfig/images.c:192: warning: 'xpm_symbol_mod' defined but not used
scripts/kconfig/images.c:209: warning: 'xpm_symbol_yes' defined but not used
scripts/kconfig/images.c:226: warning: 'xpm_choice_no' defined but not used
scripts/kconfig/images.c:243: warning: 'xpm_choice_yes' defined but not used
scripts/kconfig/images.c:277: warning: 'xpm_menu_inv' defined but not used
scripts/kconfig/images.c:294: warning: 'xpm_menuback' defined but not used
scripts/kconfig/gconf.c:944: warning: 'renderer_toggled' defined but not used
  HOSTCC  scripts/kconfig/kconfig_load.o
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/gconf
/usr/bin/ld: scripts/kconfig/kconfig_load.o: undefined reference to symbol 'dlopen@@GLIBC_2.1' /usr/bin/ld: note: 'dlopen@@GLIBC_2.1' is defined in DSO /lib/libdl.so.2 so try adding it to the linker command line
/lib/libdl.so.2: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[1]: *** [scripts/kconfig/gconf] Error 1
make: *** [gconfig] Error 2


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to