Jump to content

aze

Members
  • Posts

    355
  • Joined

  • Last visited

Posts posted by aze

  1. $ 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

  2. Hi folks!

    I'm looking for the libgift package then install giFT (kazaa cient for linux).

    But I googled libgift with no success :angry:

    Why the developers don't specify on theirs sites the dependencies and its download links necessary for installing the package????????????? :furious3:

     

    Hey guys, plz help me! :help:

    I just want to install any kazaa client for linux

    :help::help::help:

  3. Hi folks!

    I made a script to set up nvidia antialisaing that uses export command.

    see the file:

     

    fsaa

    export __GL_FSAA_MODE=5
    export __GL_DEFAULT_LOG_ANISO=7

     

    But when I run the file it don't set the parameters (works only manually).

    Wats is wrong?

  4. aze .... it believe tht you will obviously have to install the gift package first then the devel package then you should finally be ready to go.

    yeah I agree with you. but where I will find that?

     

    this is the boring part of linux.. linux should have all that dependencies on install cds :furious3:

  5. urpmf libgift.h

     

    nothing was returned

    I tried google libgift but I couldn't install it.

    where should I go to get packages dependencies when some pack is asked?

     

    gift-devel-0.11.4-3plf.i586.rpm

    Some package requested cannot be installed:

    gift-devel-0.11.4-3plf.i586 (due to unsatisfied gift[== 0.11.4])

    do you agree ?

     

     

     

    thanks

  6. Hi folks!

     

    I'm having problem to install apollon 0.8.7

     

    [root@192 apollon-0.8.7]# make
    make  all-recursive
    make[1]: Entering directory `/mnt/win_e/apollon-0.8.7'
    Making all in apollon
    make[2]: Entering directory `/mnt/win_e/apollon-0.8.7/apollon'
    if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT -g -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -MT preferences.o -MD -MP -MF ".deps/preferences.Tpo" \
     -c -o preferences.o `test -f 'preferences.cpp' || echo './'`preferences.cpp; \
    then mv ".deps/preferences.Tpo" ".deps/preferences.Po"; \
    else rm -f ".deps/preferences.Tpo"; exit 1; \
    fi
    In file included from preferences.cpp:33:
    preferences.ui.h:23:29: libgift/libgift.h: No such file or directory
    preferences.ui.h:24:26: libgift/conf.h: No such file or directory
    In file included from preferences.cpp:33:
    preferences.ui.h: In member function `virtual void ApollonPreferencesDialog::readValues()':
    preferences.ui.h:81: error: `Config' undeclared (first use this function)
    preferences.ui.h:81: error: (Each undeclared identifier is reported only once for each function it appears in.)
    preferences.ui.h:81: error: `configuration' undeclared (first use this function)
    preferences.ui.h:81: error: `config_new_ex' undeclared (first use this function)
    preferences.ui.h:83: error: `config_get_int' undeclared (first use this function)
    preferences.ui.h:85: error: `config_get_str' undeclared (first use this function)
    preferences.ui.h:90: warning: unused variable `PluginListItem*newItem'
    preferences.ui.h:145: error: `config_free' undeclared (first use this function)
    preferences.ui.h:152: error: `openFTConfig' undeclared (first use this function)
    In file included from preferences.cpp:33:
    preferences.ui.h: In member function `virtual void ApollonPreferencesDialog::saveValues()':
    preferences.ui.h:303: error: `config_new_ex' undeclared (first use this function)
    preferences.ui.h:306: error: `config_set_int' undeclared (first use this function)
    preferences.ui.h:319: error: `config_set_str' undeclared (first use this function)
    preferences.ui.h:368: error: `config_write' undeclared (first use this function)
    preferences.ui.h:371: error: `config_free' undeclared (first use this function)
    In file included from preferences.cpp:33:
    preferences.ui.h: In member function `virtual void ApollonPreferencesDialog::sltNewPlugin()':
    preferences.ui.h:395: warning: unused variable `PluginListItem*newIt'
    make[2]: *** [preferences.o] Error 1
    make[2]: Leaving directory `/mnt/win_e/apollon-0.8.7/apollon'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/mnt/win_e/apollon-0.8.7'
    make: *** [all] Error 2

     

    Thanks for any help

  7. We are talking about antialising for 3D graphisc not for fonts

     

      If your using kde it's pretty easy to autostart a script. Post back if this applies and I'll go into details.

     

    Yes! i'm using KDE. what should I do?

     

    And, if you know, where should I put export lines to start with X?

     

    thanks!

  8. Hi guys!

    I'm using mdk 9.2 and xmms started to locking when I click on its play button. What's going on?

    I am a newbie but I use mandrake since version 7.02 and xmms always locked! always! I'm tired of xmms locks! :furious3:

    Don't you guys know a better player than xmms?

    I can say that the problem isn't the sound server because i run other programs which play sounds and they work with no problem. I already tried to remove my xmms personal settings folder but it still to locking! :wall:

     

    i just want to listen my mp3s! :help:

  9. it won't work on gaim

    this mozilla profile issue really sux!

    I discovered that every time I start mozilla it creates a zero byte file called <B>lock</B> and then if that file exists it ask for a new profile. Then If I delete the file it won't ask for a new profile and starts a new instance normally.

    So how do i create a batch file to delete that file and start mozilla?

     

    thanks

×
×
  • Create New...