Jump to content

gklmsensorks


aze
 Share

Recommended Posts

$ make
gcc -Wall -fPIC -Wall `gtk-config --cflags` `imlib-config --cflags-gdk` -c sensors.c
/bin/sh: line 1: gtk-config: command not found
/bin/sh: line 1: imlib-config: command not found
sensors.c:15:29: gkrellm/gkrellm.h: No such file or directory
sensors.c:32: error: syntax error before '*' token
sensors.c:32: warning: type defaults to `int' in declaration of `monitor'
sensors.c:32: warning: data definition has no type or storage class
sensors.c:33: error: syntax error before '*' token
sensors.c:33: warning: type defaults to `int' in declaration of `panel'
sensors.c:33: warning: data definition has no type or storage class
sensors.c:34: error: syntax error before '*' token
sensors.c:34: warning: type defaults to `int' in declaration of `panelbox'
sensors.c:34: warning: data definition has no type or storage class
sensors.c:38: error: syntax error before "sensor_unit"
sensors.c:38: warning: type defaults to `int' in declaration of `sensor_unit'
sensors.c:38: warning: data definition has no type or storage class
sensors.c:46: error: syntax error before '*' token
sensors.c:46: warning: type defaults to `int' in declaration of `sensors'
sensors.c:46: warning: data definition has no type or storage class
sensors.c:47: error: syntax error before '*' token
sensors.c:47: warning: type defaults to `int' in declaration of `decals'
sensors.c:47: warning: data definition has no type or storage class
sensors.c:48: error: syntax error before "style_id"
sensors.c:48: warning: type defaults to `int' in declaration of `style_id'
sensors.c:48: warning: data definition has no type or storage class
sensors.c:50: error: syntax error before '*' token
sensors.c:50: warning: type defaults to `int' in declaration of `sensors_entries'
sensors.c:50: warning: data definition has no type or storage class
sensors.c:52: error: syntax error before '*' token
sensors.c:52: warning: type defaults to `int' in declaration of `sensor_unit_check'
sensors.c:52: warning: data definition has no type or storage class
sensors.c:54: error: syntax error before "data"
sensors.c: In function `FreeSensorItem':
sensors.c:56: warning: implicit declaration of function `free'
sensors.c:56: error: `data' undeclared (first use in this function)
sensors.c:56: error: (Each undeclared identifier is reported only once
sensors.c:56: error: for each function it appears in.)
sensors.c: At top level:
sensors.c:61: error: syntax error before "data"
sensors.c: In function `FreeDecal':
sensors.c:63: warning: implicit declaration of function `gkrellm_remove_and_destroy_decal'
sensors.c:63: error: `Decal' undeclared (first use in this function)
sensors.c:63: error: syntax error before ')' token
sensors.c: In function `NewSensorItem':
sensors.c:69: warning: implicit declaration of function `malloc'
sensors.c:69: warning: assignment makes pointer from integer without a cast
sensors.c:70: warning: implicit declaration of function `strdup'
sensors.c:70: warning: assignment makes pointer from integer without a cast
sensors.c:71: warning: assignment makes pointer from integer without a cast
sensors.c: At top level:
sensors.c:76: error: syntax error before "panel_expose_event"
sensors.c:76: error: syntax error before '*' token
sensors.c:77: warning: return type defaults to `int'
sensors.c: In function `panel_expose_event':
sensors.c:78: warning: implicit declaration of function `gdk_draw_pixmap'
sensors.c:78: error: `widget' undeclared (first use in this function)
sensors.c:79: warning: implicit declaration of function `GTK_WIDGET_STATE'
sensors.c:80: error: request for member `pixmap' in something not a structure or union
sensors.c:80: error: `ev' undeclared (first use in this function)
sensors.c:83: error: `FALSE' undeclared (first use in this function)
sensors.c: At top level:
sensors.c:91: error: syntax error before "gint"
sensors.c:91: warning: no semicolon at end of struct or union
sensors.c:92: warning: type defaults to `int' in declaration of `style'
sensors.c:92: warning: data definition has no type or storage class
sensors.c:93: error: syntax error before '*' token
sensors.c:93: warning: type defaults to `int' in declaration of `textstyle'
sensors.c:93: warning: data definition has no type or storage class
sensors.c:94: error: syntax error before '}' token
sensors.c:94: warning: type defaults to `int' in declaration of `CreateDecalContext'
sensors.c:94: warning: data definition has no type or storage class
sensors.c:96: error: syntax error before "data"
sensors.c: In function `CreateDecal':
sensors.c:97: error: `context' undeclared (first use in this function)
sensors.c:97: error: `user_data' undeclared (first use in this function)
sensors.c:98: error: `Decal' undeclared (first use in this function)
sensors.c:98: error: `decal' undeclared (first use in this function)
sensors.c:99: error: `data' undeclared (first use in this function)
sensors.c:103: warning: implicit declaration of function `gkrellm_create_decal_text'
sensors.c:107: warning: implicit declaration of function `g_list_append'
sensors.c:109: warning: implicit declaration of function `g_list_alloc'
sensors.c:109: warning: assignment makes pointer from integer without a cast
sensors.c:110: error: request for member `data' in something not a structure or union
sensors.c:99: warning: unused variable `sensoritem'
sensors.c: At top level:
sensors.c:115: error: syntax error before "first_create"
sensors.c: In function `CreateDecals':
sensors.c:116: error: `Style' undeclared (first use in this function)
sensors.c:117: error: syntax error before "context"
sensors.c:124: error: `first_create' undeclared (first use in this function)
sensors.c:125: warning: implicit declaration of function `gkrellm_panel_new0'
sensors.c:125: warning: assignment makes pointer from integer without a cast
sensors.c:129: error: `context' undeclared (first use in this function)
sensors.c:130: warning: implicit declaration of function `gkrellm_meter_style'
sensors.c:131: warning: implicit declaration of function `gkrellm_meter_textstyle'
sensors.c:132: warning: implicit declaration of function `g_list_foreach'
sensors.c:134: warning: assignment makes pointer from integer without a cast
sensors.c:135: warning: implicit declaration of function `gkrellm_panel_configure'
sensors.c:136: warning: implicit declaration of function `gkrellm_panel_create'
sensors.c:141: warning: implicit declaration of function `gtk_signal_connect'
sensors.c:141: warning: implicit declaration of function `GTK_OBJECT'
sensors.c:141: error: request for member `drawing_area' in something not a structure or union
sensors.c:142: error: `GtkSignalFunc' undeclared (first use in this function)
sensors.c:142: error: syntax error before "panel_expose_event"
sensors.c:142: warning: left-hand operand of comma expression has no effect
sensors.c:142: error: syntax error before ')' token
sensors.c: At top level:
sensors.c:148: error: syntax error before '*' token
sensors.c: In function `format_sensor':
sensors.c:149: error: `gchar' undeclared (first use in this function)
sensors.c:149: error: syntax error before "line"
sensors.c:150: error: `FILE' undeclared (first use in this function)
sensors.c:150: error: `fp' undeclared (first use in this function)
sensors.c:151: error: `gint' undeclared (first use in this function)
sensors.c:151: error: syntax error before "i"
sensors.c:152: error: `gfloat' undeclared (first use in this function)
sensors.c:154: warning: implicit declaration of function `strncpy'
sensors.c:154: error: `line' undeclared (first use in this function)
sensors.c:155: warning: implicit declaration of function `strncat'
sensors.c:156: error: `name' undeclared (first use in this function)
sensors.c:158: warning: implicit declaration of function `fopen'
sensors.c:159: warning: implicit declaration of function `fgets'
sensors.c:160: warning: implicit declaration of function `fclose'
sensors.c:165: error: `sub' undeclared (first use in this function)
sensors.c:165: warning: implicit declaration of function `strstr'
sensors.c:170: error: `i' undeclared (first use in this function)
sensors.c:170: error: `pos' undeclared (first use in this function)
sensors.c:171: warning: implicit declaration of function `sscanf'
sensors.c:171: error: `val' undeclared (first use in this function)
sensors.c:171: error: `cpy' undeclared (first use in this function)
sensors.c:177: warning: implicit declaration of function `snprintf'
sensors.c:177: error: `dest' undeclared (first use in this function)
sensors.c:177: error: `max' undeclared (first use in this function)
sensors.c:177: error: `format' undeclared (first use in this function)
sensors.c:179: warning: implicit declaration of function `strcat'
sensors.c: At top level:
sensors.c:184: error: syntax error before "sensor_pos"
sensors.c:184: error: syntax error before '*' token
sensors.c:184: warning: return type defaults to `int'
sensors.c: In function `sensor_pos':
sensors.c:185: error: `name' undeclared (first use in this function)
sensors.c: At top level:
sensors.c:196: error: syntax error before "data"
sensors.c: In function `UpdateDecal':
sensors.c:197: error: `Decal' undeclared (first use in this function)
sensors.c:197: error: `decal' undeclared (first use in this function)
sensors.c:197: error: `data' undeclared (first use in this function)
sensors.c:198: error: `gint' undeclared (first use in this function)
sensors.c:198: error: `pos' undeclared (first use in this function)
sensors.c:198: error: `user_data' undeclared (first use in this function)
sensors.c:200: error: `gchar' undeclared (first use in this function)
sensors.c:200: error: syntax error before "line"
sensors.c:205: warning: implicit declaration of function `g_list_nth'
sensors.c:205: error: invalid type argument of `->'
sensors.c:206: error: `line' undeclared (first use in this function)
sensors.c:208: warning: implicit declaration of function `gkrellm_draw_decal_text'
sensors.c:208: error: `GK' undeclared (first use in this function)
sensors.c: In function `update_plugin':
sensors.c:220: error: `gint' undeclared (first use in this function)
sensors.c:220: error: syntax error before "pos"
sensors.c:222: error: `GK' undeclared (first use in this function)
sensors.c:224: error: `pos' undeclared (first use in this function)
sensors.c:226: warning: implicit declaration of function `gkrellm_draw_panel_layers'
sensors.c: At top level:
sensors.c:233: error: syntax error before '*' token
sensors.c: In function `create_plugin':
sensors.c:238: warning: implicit declaration of function `gtk_vbox_new'
sensors.c:238: error: `FALSE' undeclared (first use in this function)
sensors.c:238: warning: assignment makes pointer from integer without a cast
sensors.c:239: warning: implicit declaration of function `gtk_container_add'
sensors.c:239: warning: implicit declaration of function `GTK_CONTAINER'
sensors.c:239: error: `vbox' undeclared (first use in this function)
sensors.c:240: warning: implicit declaration of function `gtk_widget_show'
sensors.c:243: error: `first_create' undeclared (first use in this function)
sensors.c: At top level:
sensors.c:253: error: syntax error before "data"
sensors.c: In function `SaveEntry':
sensors.c:254: error: `GtkWidget' undeclared (first use in this function)
sensors.c:254: error: `entry' undeclared (first use in this function)
sensors.c:254: error: `data' undeclared (first use in this function)
sensors.c:255: error: `gchar' undeclared (first use in this function)
sensors.c:255: error: `name' undeclared (first use in this function)
sensors.c:256: error: `text' undeclared (first use in this function)
sensors.c:258: warning: implicit declaration of function `gtk_widget_get_name'
sensors.c:259: warning: implicit declaration of function `gtk_entry_get_text'
sensors.c:259: warning: implicit declaration of function `GTK_ENTRY'
sensors.c:260: warning: implicit declaration of function `strlen'
sensors.c:261: error: `user_data' undeclared (first use in this function)
sensors.c:262: warning: implicit declaration of function `fprintf'
sensors.c: At top level:
sensors.c:268: error: syntax error before "data"
sensors.c: In function `SynchronizeEntry':
sensors.c:269: error: `GtkWidget' undeclared (first use in this function)
sensors.c:269: error: `entry' undeclared (first use in this function)
sensors.c:269: error: `data' undeclared (first use in this function)
sensors.c:270: error: `gchar' undeclared (first use in this function)
sensors.c:270: error: `name' undeclared (first use in this function)
sensors.c:271: error: `text' undeclared (first use in this function)
sensors.c:282: warning: assignment makes pointer from integer without a cast
sensors.c:283: error: request for member `data' in something not a structure or union
sensors.c: At top level:
sensors.c:288: error: syntax error before '*' token
sensors.c: In function `SaveEntries':
sensors.c:290: error: `f' undeclared (first use in this function)
sensors.c: In function `SynchronizeEntries':
sensors.c:297: warning: implicit declaration of function `g_list_free'
sensors.c: At top level:
sensors.c:304: error: syntax error before '*' token
sensors.c: In function `save_plugin_config':
sensors.c:306: error: `f' undeclared (first use in this function)
sensors.c: At top level:
sensors.c:313: error: syntax error before '*' token
sensors.c: In function `load_plugin_config':
sensors.c:315: error: `gchar' undeclared (first use in this function)
sensors.c:315: error: syntax error before "config"
sensors.c:316: error: `gint' undeclared (first use in this function)
sensors.c:321: error: `n' undeclared (first use in this function)
sensors.c:321: error: `arg' undeclared (first use in this function)
sensors.c:321: error: `config' undeclared (first use in this function)
sensors.c:321: error: `item' undeclared (first use in this function)
sensors.c:324: warning: implicit declaration of function `strcmp'
sensors.c:328: error: `chaine' undeclared (first use in this function)
sensors.c:334: warning: assignment makes pointer from integer without a cast
sensors.c:335: error: request for member `data' in something not a structure or union
sensors.c: In function `apply_plugin_config':
sensors.c:343: error: syntax error before "context"
sensors.c:344: error: `gint' undeclared (first use in this function)
sensors.c:347: warning: implicit declaration of function `GTK_TOGGLE_BUTTON'
sensors.c:347: error: invalid type argument of `->'
sensors.c:352: error: `h' undeclared (first use in this function)
sensors.c:352: error: request for member `h' in something not a structure or union
sensors.c:353: warning: implicit declaration of function `gkrellm_destroy_panel'
sensors.c:355: warning: implicit declaration of function `gkrellm_monitor_height_adjust'
sensors.c: At top level:
sensors.c:364: error: syntax error before '*' token
sensors.c:364: warning: type defaults to `int' in declaration of `plugin_info_text'
sensors.c:366: warning: implicit declaration of function `_'
sensors.c:366: error: initializer element is not constant
sensors.c:366: error: (near initialization for `plugin_info_text[0]')
sensors.c:367: error: initializer element is not constant
sensors.c:367: error: (near initialization for `plugin_info_text[1]')
sensors.c:368: error: initializer element is not constant
sensors.c:368: error: (near initialization for `plugin_info_text[2]')
sensors.c:369: error: initializer element is not constant
sensors.c:369: error: (near initialization for `plugin_info_text[3]')
sensors.c:370: warning: initialization from incompatible pointer type
sensors.c:371: error: initializer element is not constant
sensors.c:371: error: (near initialization for `plugin_info_text[5]')
sensors.c:372: error: initializer element is not constant
sensors.c:372: error: (near initialization for `plugin_info_text[6]')
sensors.c:372: error: initializer element is not constant
sensors.c:372: error: (near initialization for `plugin_info_text[7]')
sensors.c:373: warning: initialization from incompatible pointer type
sensors.c:374: error: initializer element is not constant
sensors.c:374: error: (near initialization for `plugin_info_text[9]')
sensors.c:375: error: initializer element is not constant
sensors.c:375: error: (near initialization for `plugin_info_text[10]')
sensors.c:375: warning: data definition has no type or storage class
sensors.c:377: error: syntax error before '*' token
sensors.c:377: warning: type defaults to `int' in declaration of `about_text'
sensors.c:384: warning: initialization makes pointer from integer without a cast
sensors.c:384: error: initializer element is not constant
sensors.c:384: warning: data definition has no type or storage class
sensors.c:386: error: syntax error before "data"
sensors.c: In function `free_data':
sensors.c:387: error: `data' undeclared (first use in this function)
sensors.c: At top level:
sensors.c:396: error: syntax error before "is_name"
sensors.c:396: error: syntax error before "a"
sensors.c:396: warning: return type defaults to `int'
sensors.c: In function `is_name':
sensors.c:397: error: `a' undeclared (first use in this function)
sensors.c:398: error: `b' undeclared (first use in this function)
sensors.c: In function `FindFormat':
sensors.c:406: error: `GList' undeclared (first use in this function)
sensors.c:406: error: `result' undeclared (first use in this function)
sensors.c:409: warning: implicit declaration of function `g_list_find_custom'
sensors.c: At top level:
sensors.c:413: error: syntax error before "data"
sensors.c: In function `Create_SensorItem':
sensors.c:414: error: `data' undeclared (first use in this function)
sensors.c:416: error: `GtkWidget' undeclared (first use in this function)
sensors.c:416: error: `vbox' undeclared (first use in this function)
sensors.c:416: error: `user_data' undeclared (first use in this function)
sensors.c:419: error: `sensor_box' undeclared (first use in this function)
sensors.c:419: error: `sensor_label' undeclared (first use in this function)
sensors.c:419: error: `sensor_entry' undeclared (first use in this function)
sensors.c:419: warning: left-hand operand of comma expression has no effect
sensors.c:419: warning: left-hand operand of comma expression has no effect
sensors.c:421: warning: implicit declaration of function `gtk_hbox_new'
sensors.c:421: error: `FALSE' undeclared (first use in this function)
sensors.c:423: warning: implicit declaration of function `gtk_widget_set_name'
sensors.c:424: warning: implicit declaration of function `gtk_widget_ref'
sensors.c:425: warning: implicit declaration of function `gtk_object_set_data_full'
sensors.c:426: error: `GtkDestroyNotify' undeclared (first use in this function)
sensors.c:426: error: syntax error before "gtk_widget_unref"
sensors.c:428: warning: implicit declaration of function `gtk_box_pack_start'
sensors.c:428: warning: implicit declaration of function `GTK_BOX'
sensors.c:428: error: `TRUE' undeclared (first use in this function)
sensors.c:431: warning: implicit declaration of function `gtk_label_new'
sensors.c:436: error: syntax error before "gtk_widget_unref"
sensors.c:441: warning: implicit declaration of function `gtk_entry_new'
sensors.c:442: warning: implicit declaration of function `gtk_entry_set_text'
sensors.c:446: error: syntax error before "gtk_widget_unref"
sensors.c:453: warning: assignment makes pointer from integer without a cast
sensors.c:454: error: request for member `data' in something not a structure or union
sensors.c: At top level:
sensors.c:459: error: syntax error before "data"
sensors.c: In function `Create_SensorPage':
sensors.c:462: error: `GtkWidget' undeclared (first use in this function)
sensors.c:462: error: `vbox' undeclared (first use in this function)
sensors.c:465: error: `GList' undeclared (first use in this function)
sensors.c:465: error: `liste' undeclared (first use in this function)
sensors.c:467: error: `data' undeclared (first use in this function)
sensors.c:496: warning: implicit declaration of function `gkrellm_create_framed_tab'
sensors.c:496: error: syntax error before ')' token
sensors.c:506: warning: implicit declaration of function `printf'
sensors.c: At top level:
sensors.c:510: error: syntax error before '*' token
sensors.c: In function `dir_read':
sensors.c:512: error: `FILE' undeclared (first use in this function)
sensors.c:512: error: `fchips' undeclared (first use in this function)
sensors.c:515: error: `GList' undeclared (first use in this function)
sensors.c:515: error: `liste' undeclared (first use in this function)
sensors.c:516: error: `GtkWidget' undeclared (first use in this function)
sensors.c:516: error: `notebook' undeclared (first use in this function)
sensors.c:516: error: `vbox' undeclared (first use in this function)
sensors.c:516: warning: left-hand operand of comma expression has no effect
sensors.c:542: error: `tabs' undeclared (first use in this function)
sensors.c:543: warning: implicit declaration of function `gtk_notebook_new'
sensors.c:548: error: `GtkDestroyNotify' undeclared (first use in this function)
sensors.c:548: error: syntax error before "gtk_widget_unref"
sensors.c:552: error: `TRUE' undeclared (first use in this function)
sensors.c: At top level:
sensors.c:564: error: syntax error before '*' token
sensors.c: In function `create_plugin_tab':
sensors.c:566: error: `GtkWidget' undeclared (first use in this function)
sensors.c:566: error: `tabs' undeclared (first use in this function)
sensors.c:567: error: `vbox' undeclared (first use in this function)
sensors.c:568: error: `text' undeclared (first use in this function)
sensors.c:569: error: `about' undeclared (first use in this function)
sensors.c:570: error: `unit_box' undeclared (first use in this function)
sensors.c:572: error: `gint' undeclared (first use in this function)
sensors.c:572: error: syntax error before "i"
sensors.c:577: warning: implicit declaration of function `gtk_notebook_set_tab_pos'
sensors.c:577: warning: implicit declaration of function `GTK_NOTEBOOK'
sensors.c:577: error: `GTK_POS_TOP' undeclared (first use in this function)
sensors.c:578: error: `tab_vbox' undeclared (first use in this function)
sensors.c:578: error: `TRUE' undeclared (first use in this function)
sensors.c:586: error: `FALSE' undeclared (first use in this function)
sensors.c:590: error: `GtkDestroyNotify' undeclared (first use in this function)
sensors.c:590: error: syntax error before "gtk_widget_unref"
sensors.c:594: warning: implicit declaration of function `gtk_check_button_new_with_label'
sensors.c:594: warning: assignment makes pointer from integer without a cast
sensors.c:598: error: syntax error before "gtk_widget_unref"
sensors.c:599: error: invalid type argument of `->'
sensors.c:599: error: `gboolean' undeclared (first use in this function)
sensors.c:599: error: syntax error before "sensor_unit"
sensors.c:602: warning: implicit declaration of function `gtk_widget_set_usize'
sensors.c:606: warning: implicit declaration of function `gkrellm_scrolled_text'
sensors.c:607: error: `GTK_POLICY_AUTOMATIC' undeclared (first use in this function)
sensors.c:608: error: `i' undeclared (first use in this function)
sensors.c:608: error: `gchar' undeclared (first use in this function)
sensors.c:608: error: syntax error before ')' token
sensors.c:609: warning: implicit declaration of function `gkrellm_add_info_text_string'
sensors.c: At top level:
sensors.c:621: error: syntax error before "plugin_mon"
sensors.c:621: warning: type defaults to `int' in declaration of `plugin_mon'
sensors.c:623: warning: initialization makes integer from pointer without a cast
sensors.c:624: warning: excess elements in scalar initializer
sensors.c:624: warning: (near initialization for `plugin_mon')
sensors.c:625: warning: excess elements in scalar initializer
sensors.c:625: warning: (near initialization for `plugin_mon')
sensors.c:626: warning: excess elements in scalar initializer
sensors.c:626: warning: (near initialization for `plugin_mon')
sensors.c:627: warning: excess elements in scalar initializer
sensors.c:627: warning: (near initialization for `plugin_mon')
sensors.c:628: warning: excess elements in scalar initializer
sensors.c:628: warning: (near initialization for `plugin_mon')
sensors.c:630: warning: excess elements in scalar initializer
sensors.c:630: warning: (near initialization for `plugin_mon')
sensors.c:631: warning: excess elements in scalar initializer
sensors.c:631: warning: (near initialization for `plugin_mon')
sensors.c:632: warning: excess elements in scalar initializer
sensors.c:632: warning: (near initialization for `plugin_mon')
sensors.c:634: warning: excess elements in scalar initializer
sensors.c:634: warning: (near initialization for `plugin_mon')
sensors.c:635: warning: excess elements in scalar initializer
sensors.c:635: warning: (near initialization for `plugin_mon')
sensors.c:636: warning: excess elements in scalar initializer
sensors.c:636: warning: (near initialization for `plugin_mon')
sensors.c:638: error: `MON_CPU' undeclared here (not in a function)
sensors.c:638: warning: excess elements in scalar initializer
sensors.c:638: warning: (near initialization for `plugin_mon')
sensors.c:644: warning: excess elements in scalar initializer
sensors.c:644: warning: (near initialization for `plugin_mon')
sensors.c:646: warning: excess elements in scalar initializer
sensors.c:646: warning: (near initialization for `plugin_mon')
sensors.c:646: warning: data definition has no type or storage class
sensors.c:651: error: syntax error before '*' token
sensors.c:653: warning: return type defaults to `int'
sensors.c: In function `init_plugin':
sensors.c:662: warning: implicit declaration of function `gkrellm_add_meter_style'
make: *** [sensors.o] Error 1

Edited by aze
Link to comment
Share on other sites

what's up? forgot about urpmf already?

[root@gentoo /]# urpmf gtk-config

libgtk+1.2-devel:/usr/bin/gtk-config

libgtk+1.2-devel:/usr/share/doc/libgtk+1.2-devel-1.2.10/gtk-config.txt

libgtk+1.2-devel:/usr/share/man/man1/gtk-config.1.bz2

man-pages-fr:/usr/share/man/fr/man1/gtk-config.1.bz2

[root@gentoo /]# urpmf imlib-config

libimlib1-devel:/usr/bin/imlib-config

libimlib1-devel:/usr/share/man/man1/imlib-config.1.bz2

[root@gentoo /]# urpmf gkrellm.h

gkrellm:/usr/share/gkrellm2/themes/blueHeart_gkrellm/host

gkrellm:/usr/share/gkrellm2/themes/blueHeart_gkrellm/host/bg_panel.xpm

gkrellm-devel:/usr/include/gkrellm2/gkrellm.h

gkrellm-plugins:/usr/lib/gkrellm2/plugins/gkrellm-hddtemp.so

gkrellm-plugins:/usr/share/doc/gkrellm-plugins-2.1.22/gkrellm-hddtemp

gkrellm-plugins:/usr/share/doc/gkrellm-plugins-2.1.22/gkrellm-hddtemp/COPYING

gkrellm-plugins:/usr/share/doc/gkrellm-plugins-2.1.22/gkrellm-hddtemp/README

gkrellm-themes:/usr/share/gkrellm2/themes/IReX_gkrellm/host

gkrellm-themes:/usr/share/gkrellm2/themes/IReX_gkrellm/host/bg_panel.png

gkrellm-themes:/usr/share/gkrellm2/themes/nIx_gkrellm/host

gkrellm-themes:/usr/share/gkrellm2/themes/nIx_gkrellm/host/bg_panel.png

[root@gentoo /]#

again, do this on your sys because I'm cooker and you may get different versions but you need

libgtk+1.2-devel

libimlib1-devel

gkrellm-devel

 

see?

libgtk+1.2-devel:/usr/bin/gtk-config

libimlib1-devel:/usr/bin/imlib-config

gkrellm-devel:/usr/include/gkrellm2/gkrellm.h

Link to comment
Share on other sites

first make sure you are root. If it is still not found you need to install in with rpm or rpmdrale+ (gui)

 

here's what I have;

gentoo / # rpm -qa | grep urpmi

urpmi.setup-0.4.4-4mdk

urpmi-4.4-37mdk

gurpmi-4.4-37mdk

gentoo / # rpm -qa | grep rpm

urpmi.setup-0.4.4-4mdk

rpmtools-4.5-13mdk

rpm-build-4.2-19mdk

nautilus-rpm-0.1-5mdk

rpm-4.2-19mdk

rpm-helper-0.9.1-1mdk

urpmi-4.4-37mdk

rpmdrake-2.1-35mdk

gurpmi-4.4-37mdk

gentoo / #

ignore the 'gentoo' prompt. I've chroot /ml (to mandrake).
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...