Próbuję zainstalować wtyczkę "tlen" dla pidgin. Niestety po wydaniu polecenia:
Kod: Zaznacz cały
make
Kod: Zaznacz cały
cc -c tlen.c `PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config pidgin --cflags` -I/usr/local/include -fPIC -Wall
Package pidgin was not found in the pkg-config search path.
Perhaps you should add the directory containing `pidgin.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pidgin' found
In file included from tlen.c:17:
tlen.h:26:18: error: glib.h: Nie ma takiego pliku ani katalogu
tlen.h:41:21: error: version.h: Nie ma takiego pliku ani katalogu
tlen.h:42:21: error: xmlnode.h: Nie ma takiego pliku ani katalogu
tlen.h:43:21: error: account.h: Nie ma takiego pliku ani katalogu
tlen.h:44:24: error: accountopt.h: Nie ma takiego pliku ani katalogu
tlen.h:45:19: error: debug.h: Nie ma takiego pliku ani katalogu
tlen.h:46:21: error: request.h: Nie ma takiego pliku ani katalogu
tlen.h:47:20: error: cipher.h: Nie ma takiego pliku ani katalogu
In file included from tlen.c:17:
tlen.h:145: error: expected specifier-qualifier-list before ‘PurpleConnection’
tlen.h:168: error: expected specifier-qualifier-list before ‘PurpleConnection’
In file included from tlen.c:18:
chat.h:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
chat.h:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
chat.h:24: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
chat.h:25: error: expected ‘)’ before ‘*’ token
chat.h:26: error: expected ‘)’ before ‘*’ token
chat.h:27: error: expected ‘)’ before ‘*’ token
chat.h:28: error: expected ‘)’ before ‘*’ token
chat.h:29: error: expected ‘)’ before ‘*’ token
chat.h:30: error: expected ‘)’ before ‘*’ token
chat.h:31: error: expected ‘)’ before ‘*’ token
chat.h:32: error: expected ‘)’ before ‘*’ token
chat.h:34: error: expected ‘)’ before ‘*’ token
chat.h:36: error: expected declaration specifiers or ‘...’ before ‘xmlnode’
chat.h:37: error: expected declaration specifiers or ‘...’ before ‘xmlnode’
chat.h:38: error: expected declaration specifiers or ‘...’ before ‘xmlnode’
chat.h:40: error: expected ‘)’ before ‘*’ token
In file included from tlen.c:19:
avatar.h:22: error: expected declaration specifiers or ‘...’ before ‘xmlnode’
avatar.h:24: error: expected declaration specifiers or ‘...’ before ‘PurpleBuddy’
In file included from tlen.c:20:
wb.h:20:24: error: whiteboard.h: Nie ma takiego pliku ani katalogu
In file included from tlen.c:20:
wb.h:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tlen_wb_ops’
wb.h:24: error: expected declaration specifiers or ‘...’ before ‘xmlnode’
wb.h:25: error: expected ‘)’ before ‘*’ token
tlen.c:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
tlen.c: In function ‘urldecode’:
tlen.c:92: warning: implicit declaration of function ‘purple_debug’
tlen.c:92: error: ‘PURPLE_DEBUG_INFO’ undeclared (first use in this function)
tlen.c:92: error: (Each undeclared identifier is reported only once
tlen.c:92: error: for each function it appears in.)
tlen.c: In function ‘urlencode’:
tlen.c:125: error: ‘PURPLE_DEBUG_INFO’ undeclared (first use in this function)
tlen.c:142: warning: implicit declaration of function ‘sprintf’
tlen.c:142: warning: incompatible implicit declaration of built-in function ‘sprintf’
tlen.c: In function ‘fromutf’:
tlen.c:159: warning: implicit declaration of function ‘g_convert’
tlen.c:159: warning: return makes pointer from integer without a cast
tlen.c: In function ‘toutf’:
tlen.c:166: warning: return makes pointer from integer without a cast
tlen.c: In function ‘tlen_decode_and_convert’:
tlen.c:179: error: ‘PURPLE_DEBUG_INFO’ undeclared (first use in this function)
tlen.c:184: warning: implicit declaration of function ‘g_free’
tlen.c: In function ‘tlen_encode_and_convert’:
tlen.c:203: error: ‘PURPLE_DEBUG_INFO’ undeclared (first use in this function)
tlen.c: In function ‘tlen_send’:
tlen.c:237: error: ‘PURPLE_DEBUG_INFO’ undeclared (first use in this function)
tlen.c:241: error: ‘TlenSession’ has no member named ‘fd’
tlen.c:246: error: ‘TlenSession’ has no member named ‘fd’
tlen.c:250: warning: implicit declaration of function ‘purple_connection_error’
tlen.c:250: warning: implicit declaration of function ‘purple_account_get_connection’
tlen.c:250: error: ‘TlenSession’ has no member named ‘account’
tlen.c: At top level:
tlen.c:261: error: expected ‘)’ before ‘*’ token
tlen.c:333: error: expected ‘)’ before ‘*’ token
tlen.c:352: error: expected ‘)’ before ‘*’ token
tlen.c:377: error: expected declaration specifiers or ‘...’ before ‘PurpleAccount’
tlen.c:377: error: expected declaration specifiers or ‘...’ before ‘PurpleBuddy’
tlen.c:377: error: expected declaration specifiers or ‘...’ before ‘xmlnode’
tlen.c: In function ‘tlen_set_buddy_status’:
tlen.c:379: error: ‘xmlnode’ undeclared (first use in this function)
tlen.c:379: error: ‘node’ undeclared (first use in this function)
tlen.c:385: error: ‘buddy’ undeclared (first use in this function)
tlen.c:387: warning: implicit declaration of function ‘xmlnode_get_attrib’
tlen.c:387: error: ‘presence’ undeclared (first use in this function)
tlen.c:389: warning: implicit declaration of function ‘xmlnode_get_child’
tlen.c:391: error: ‘PURPLE_DEBUG_INFO’ undeclared (first use in this function)
tlen.c:394: warning: implicit declaration of function ‘xmlnode_get_data’
tlen.c:419: error: too many arguments to function ‘tlen_avatar_get’
tlen.c:439: warning: implicit declaration of function ‘purple_prpl_got_user_status’
tlen.c:439: error: ‘account’ undeclared (first use in this function)
tlen.c: At top level:
tlen.c:446: error: expected ‘)’ before ‘*’ token
tlen.c: In function ‘tlen_presence_authorize’:
tlen.c:461: error: ‘PurpleBuddy’ undeclared (first use in this function)
tlen.c:461: error: ‘b’ undeclared (first use in this function)
tlen.c:466: error: ‘TlenRequest’ has no member named ‘gc’
tlen.c:468: error: ‘PURPLE_DEBUG_INFO’ undeclared (first use in this function)
tlen.c:468: error: ‘TlenRequest’ has no member named ‘from’
tlen.c:470: warning: implicit declaration of function ‘snprintf’
tlen.c:470: warning: incompatible implicit declaration of built-in function ‘snprintf’
tlen.c:470: error: ‘TlenRequest’ has no member named ‘from’
tlen.c:473: warning: implicit declaration of function ‘purple_find_buddy’
tlen.c:473: error: ‘TlenRequest’ has no member named ‘gc’
tlen.c:473: error: ‘TlenRequest’ has no member named ‘from’
tlen.c:475: warning: implicit declaration of function ‘purple_account_request_add’
tlen.c:475: error: ‘TlenRequest’ has no member named ‘gc’
tlen.c:475: error: ‘TlenRequest’ has no member named ‘from’
tlen.c:479: warning: implicit declaration of function ‘tlen_request_auth’
tlen.c:479: error: ‘TlenRequest’ has no member named ‘gc’
tlen.c:479: error: ‘TlenRequest’ has no member named ‘from’
tlen.c:483: error: ‘TlenRequest’ has no member named ‘from’
tlen.c: In function ‘tlen_presence_deny’:
tlen.c:495: error: ‘PURPLE_DEBUG_INFO’ undeclared (first use in this function)
tlen.c:495: error: ‘TlenRequest’ has no member named ‘from’
tlen.c:497: error: ‘TlenRequest’ has no member named ‘gc’
tlen.c:500: warning: incompatible implicit declaration of built-in function ‘snprintf’
tlen.c:500: error: ‘TlenRequest’ has no member named ‘from’
tlen.c:504: error: ‘TlenRequest’ has no member named ‘from’
tlen.c:507: error: ‘TlenRequest’ has no member named ‘from’
tlen.c: At top level:
tlen.c:514: error: expected declaration specifiers or ‘...’ before ‘xmlnode’
tlen.c: In function ‘tlen_process_presence’:
tlen.c:518: error: ‘xml’ undeclared (first use in this function)
tlen.c:520: error: ‘PURPLE_DEBUG_INFO’ undeclared (first use in this function)
tlen.c:529: error: ‘PurpleBuddy’ undeclared (first use in this function)
tlen.c:529: error: ‘b’ undeclared (first use in this function)
tlen.c:532: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:548: warning: implicit declaration of function ‘g_new0’
tlen.c:548: error: expected expression before ‘TlenRequest’
tlen.c:549: error: ‘TlenRequest’ has no member named ‘gc’
tlen.c:549: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:550: error: ‘TlenRequest’ has no member named ‘from’
tlen.c:550: warning: implicit declaration of function ‘g_strdup’
tlen.c:552: warning: implicit declaration of function ‘g_strdup_printf’
tlen.c:552: warning: assignment makes pointer from integer without a cast
tlen.c:554: warning: implicit declaration of function ‘purple_request_action’
tlen.c:555: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:559: error: ‘PURPLE_DEFAULT_ACTION_NONE’ undeclared (first use in this function)
tlen.c:560: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:565: warning: implicit declaration of function ‘G_CALLBACK’
tlen.c:571: error: ‘buddy’ undeclared (first use in this function)
tlen.c:573: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:578: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:578: error: too many arguments to function ‘tlen_set_buddy_status’
tlen.c: At top level:
tlen.c:587: error: expected declaration specifiers or ‘...’ before ‘xmlnode’
tlen.c: In function ‘tlen_process_message’:
tlen.c:591: error: ‘xmlnode’ undeclared (first use in this function)
tlen.c:591: error: ‘body’ undeclared (first use in this function)
tlen.c:591: error: ‘x’ undeclared (first use in this function)
tlen.c:591: warning: left-hand operand of comma expression has no effect
tlen.c:591: error: ‘wb’ undeclared (first use in this function)
tlen.c:591: warning: left-hand operand of comma expression has no effect
tlen.c:594: error: ‘PURPLE_DEBUG_INFO’ undeclared (first use in this function)
tlen.c:596: error: ‘xml’ undeclared (first use in this function)
tlen.c:625: error: too many arguments to function ‘tlen_wb_process’
tlen.c:641: warning: implicit declaration of function ‘g_markup_escape_text’
tlen.c:641: warning: assignment makes pointer from integer without a cast
tlen.c:645: warning: implicit declaration of function ‘time’
tlen.c:647: warning: implicit declaration of function ‘purple_debug_info’
tlen.c:654: warning: implicit declaration of function ‘purple_str_to_time’
tlen.c:654: error: ‘TRUE’ undeclared (first use in this function)
tlen.c:659: warning: implicit declaration of function ‘serv_got_im’
tlen.c:659: error: ‘TlenSession’ has no member named ‘gc’
tlen.c: At top level:
tlen.c:669: error: expected declaration specifiers or ‘...’ before ‘xmlnode’
tlen.c: In function ‘tlen_process_notification’:
tlen.c:673: error: ‘PURPLE_DEBUG_INFO’ undeclared (first use in this function)
tlen.c:675: error: ‘xml’ undeclared (first use in this function)
tlen.c:684: error: too many arguments to function ‘tlen_chat_process_message’
tlen.c:692: warning: implicit declaration of function ‘serv_got_typing’
tlen.c:692: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:692: error: ‘PURPLE_TYPING’ undeclared (first use in this function)
tlen.c: At top level:
tlen.c:701: error: expected declaration specifiers or ‘...’ before ‘xmlnode’
tlen.c: In function ‘tlen_pubdir_user_info’:
tlen.c:703: error: ‘PurpleNotifyUserInfo’ undeclared (first use in this function)
tlen.c:703: error: ‘user_info’ undeclared (first use in this function)
tlen.c:704: error: ‘PurpleBuddy’ undeclared (first use in this function)
tlen.c:704: error: ‘buddy’ undeclared (first use in this function)
tlen.c:707: error: ‘xmlnode’ undeclared (first use in this function)
tlen.c:707: error: ‘node’ undeclared (first use in this function)
tlen.c:710: warning: implicit declaration of function ‘purple_notify_user_info_new’
tlen.c:716: error: ‘item’ undeclared (first use in this function)
tlen.c:742: warning: implicit declaration of function ‘purple_notify_user_info_add_pair’
tlen.c:752: warning: implicit declaration of function ‘purple_connection_get_account’
tlen.c:752: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:754: error: ‘PurpleStatus’ undeclared (first use in this function)
tlen.c:754: error: ‘status’ undeclared (first use in this function)
tlen.c:758: warning: implicit declaration of function ‘purple_presence_get_active_status’
tlen.c:758: warning: implicit declaration of function ‘purple_buddy_get_presence’
tlen.c:759: warning: implicit declaration of function ‘purple_status_get_attr_string’
tlen.c:762: warning: assignment makes pointer from integer without a cast
tlen.c:768: warning: implicit declaration of function ‘purple_notify_userinfo’
tlen.c:768: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:769: warning: implicit declaration of function ‘purple_notify_user_info_destroy’
tlen.c: At top level:
tlen.c:773: error: expected declaration specifiers or ‘...’ before ‘xmlnode’
tlen.c: In function ‘tlen_pubdir_search_info’:
tlen.c:775: error: ‘PurpleNotifySearchResults’ undeclared (first use in this function)
tlen.c:775: error: ‘results’ undeclared (first use in this function)
tlen.c:776: error: ‘PurpleNotifySearchColumn’ undeclared (first use in this function)
tlen.c:776: error: ‘column’ undeclared (first use in this function)
tlen.c:778: error: ‘GList’ undeclared (first use in this function)
tlen.c:778: error: ‘row’ undeclared (first use in this function)
tlen.c:779: error: ‘xmlnode’ undeclared (first use in this function)
tlen.c:779: error: ‘node’ undeclared (first use in this function)
tlen.c:784: warning: implicit declaration of function ‘purple_notify_searchresults_new’
tlen.c:786: warning: implicit declaration of function ‘purple_notify_error’
tlen.c:786: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:792: warning: implicit declaration of function ‘purple_notify_searchresults_column_new’
tlen.c:793: warning: implicit declaration of function ‘purple_notify_searchresults_column_add’
tlen.c:803: error: ‘item’ undeclared (first use in this function)
tlen.c:805: warning: implicit declaration of function ‘g_list_append’
tlen.c:842: warning: implicit declaration of function ‘purple_notify_searchresults_row_add’
tlen.c:844: warning: implicit declaration of function ‘xmlnode_get_next_twin’
tlen.c:847: warning: implicit declaration of function ‘purple_notify_searchresults’
tlen.c:847: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:851: error: ‘TlenSession’ has no member named ‘gc’
tlen.c: At top level:
tlen.c:912: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
tlen.c:973: error: expected ‘)’ before ‘*’ token
tlen.c:992: error: expected declaration specifiers or ‘...’ before ‘xmlnode’
tlen.c: In function ‘tlen_pubdir_edit_user_info’:
tlen.c:994: error: ‘xmlnode’ undeclared (first use in this function)
tlen.c:994: error: ‘node’ undeclared (first use in this function)
tlen.c:997: error: ‘PurpleRequestFields’ undeclared (first use in this function)
tlen.c:997: error: ‘fields’ undeclared (first use in this function)
tlen.c:998: error: ‘PurpleRequestFieldGroup’ undeclared (first use in this function)
tlen.c:998: error: ‘group’ undeclared (first use in this function)
tlen.c:999: error: ‘PurpleRequestField’ undeclared (first use in this function)
tlen.c:999: error: ‘field’ undeclared (first use in this function)
tlen.c:1001: warning: implicit declaration of function ‘purple_request_fields_new’
tlen.c:1002: warning: implicit declaration of function ‘purple_request_field_group_new’
tlen.c:1003: warning: implicit declaration of function ‘purple_request_fields_add_group’
tlen.c:1005: error: ‘item’ undeclared (first use in this function)
tlen.c:1006: error: ‘PURPLE_DEBUG_INFO’ undeclared (first use in this function)
tlen.c:1006: warning: implicit declaration of function ‘xmlnode_to_formatted_str’
tlen.c:1033: warning: implicit declaration of function ‘purple_request_field_bool_new’
tlen.c:1036: warning: implicit declaration of function ‘purple_request_field_choice_new’
tlen.c:1039: warning: implicit declaration of function ‘purple_request_field_choice_add’
tlen.c:1047: warning: implicit declaration of function ‘purple_request_field_string_new’
tlen.c:1048: error: ‘FALSE’ undeclared (first use in this function)
tlen.c:1055: warning: implicit declaration of function ‘purple_request_field_group_add_field’
tlen.c:1058: warning: implicit declaration of function ‘purple_request_fields’
tlen.c:1058: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:1062: error: ‘tlen_pubdir_set_user_info’ undeclared (first use in this function)
tlen.c:1064: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:1064: error: ‘TlenSession’ has no member named ‘gc’
tlen.c: At top level:
tlen.c:1068: error: expected declaration specifiers or ‘...’ before ‘xmlnode’
tlen.c: In function ‘tlen_email_notification’:
tlen.c:1072: error: ‘PurpleAccount’ undeclared (first use in this function)
tlen.c:1072: error: ‘account’ undeclared (first use in this function)
tlen.c:1072: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:1074: warning: implicit declaration of function ‘purple_account_get_check_mail’
tlen.c:1077: error: ‘xml’ undeclared (first use in this function)
tlen.c:1089: warning: implicit declaration of function ‘purple_notify_email’
tlen.c:1089: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:1090: warning: implicit declaration of function ‘purple_account_get_username’
tlen.c:1090: error: ‘TlenSession’ has no member named ‘account’
tlen.c: At top level:
tlen.c:1100: error: expected ‘)’ before ‘*’ token
tlen.c:1163: error: expected declaration specifiers or ‘...’ before ‘xmlnode’
tlen.c: In function ‘tlen_process_iq’:
tlen.c:1167: error: ‘xml’ undeclared (first use in this function)
tlen.c:1178: error: too many arguments to function ‘tlen_chat_process_iq’
tlen.c:1184: error: ‘xmlnode’ undeclared (first use in this function)
tlen.c:1184: error: ‘query’ undeclared (first use in this function)
tlen.c:1184: error: ‘item’ undeclared (first use in this function)
tlen.c:1184: warning: left-hand operand of comma expression has no effect
tlen.c:1185: error: ‘PurpleBuddy’ undeclared (first use in this function)
tlen.c:1185: error: ‘b’ undeclared (first use in this function)
tlen.c:1205: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:1214: error: ‘TlenSession’ has no member named ‘session_id’
tlen.c:1214: error: ‘TlenSession’ has no member named ‘session_id’
tlen.c:1215: error: ‘PURPLE_DEBUG_INFO’ undeclared (first use in this function)
tlen.c:1218: warning: implicit declaration of function ‘purple_connection_set_state’
tlen.c:1218: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:1218: error: ‘PURPLE_CONNECTED’ undeclared (first use in this function)
tlen.c:1224: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:1229: warning: left-hand operand of comma expression has no effect
tlen.c:1230: error: ‘groupxml’ undeclared (first use in this function)
tlen.c:1231: error: ‘PurpleGroup’ undeclared (first use in this function)
tlen.c:1231: error: ‘g’ undeclared (first use in this function)
tlen.c:1231: error: ‘tlen_group’ undeclared (first use in this function)
tlen.c:1231: warning: left-hand operand of comma expression has no effect
tlen.c:1246: warning: implicit declaration of function ‘purple_find_group’
tlen.c:1252: warning: implicit declaration of function ‘purple_group_new’
tlen.c:1253: warning: implicit declaration of function ‘purple_blist_add_group’
tlen.c:1273: warning: assignment makes pointer from integer without a cast
tlen.c:1301: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:1308: warning: implicit declaration of function ‘purple_buddy_new’
tlen.c:1308: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:1312: error: expected expression before ‘TlenBuddy’
tlen.c:1317: warning: implicit declaration of function ‘purple_blist_add_buddy’
tlen.c:1319: warning: implicit declaration of function ‘purple_blist_alias_buddy’
tlen.c:1323: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:1326: error: ‘TlenSession’ has no member named ‘roster_parsed’
tlen.c:1329: warning: implicit declaration of function ‘tlen_set_away’
tlen.c:1329: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:1329: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:1332: error: ‘node’ undeclared (first use in this function)
tlen.c:1332: warning: left-hand operand of comma expression has no effect
tlen.c:1340: error: too many arguments to function ‘tlen_pubdir_edit_user_info’
tlen.c:1343: warning: implicit declaration of function ‘purple_notify_info’
tlen.c:1343: error: ‘TlenSession’ has no member named ‘gc’
tlen.c:1346: warning: left-hand operand of comma expression has no effect
tlen.c:1355: error: too many arguments to function ‘tlen_pubdir_search_info’
tlen.c:1357: error: too many arguments to function ‘tlen_pubdir_user_info’
tlen.c: At top level:
tlen.c:1366: error: expected declaration specifiers or ‘...’ before ‘xmlnode’
tlen.c: In function ‘tlen_process_data’:
tlen.c:1371: error: ‘PURPLE_DEBUG_INFO’ undeclared (first use in this function)
tlen.c:1372: error: ‘xml’ undeclared (first use in this function)
tlen.c:1378: error: too many arguments to function ‘tlen_process_iq’
tlen.c:1380: error: too many arguments to function ‘tlen_process_presence’
tlen.c:1382: error: too many arguments to function ‘tlen_process_message’
tlen.c:1384: error: too many arguments to function ‘tlen_process_notification’
tlen.c:1386: error: too many arguments to function ‘tlen_email_notification’
tlen.c:1388: error: too many arguments to function ‘tlen_chat_process_p’
tlen.c:1390: error: too many arguments to function ‘tlen_avatar_process’
tlen.c: At top level:
tlen.c:1399: error: expected ‘)’ before ‘*’ token
tlen.c:1431: error: expected ‘)’ before ‘*’ token
tlen.c:1451: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘parser’
tlen.c:1459: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
tlen.c:1508: error: expected ‘)’ before ‘*’ token
tlen.c:1529: error: expected ‘)’ before ‘data’
tlen.c:1561: error: expected ‘)’ before ‘data’
tlen.c:1584: error: expected ‘)’ before ‘*’ token
tlen.c:1592: error: expected ‘)’ before ‘*’ token
tlen.c:1641: error: expected ‘)’ before ‘*’ token
tlen.c:1687: error: expected ‘)’ before ‘*’ token
tlen.c:1748: error: expected ‘)’ before ‘*’ token
tlen.c:1789: error: expected ‘)’ before ‘*’ token
tlen.c:1814: error: expected ‘)’ before ‘*’ token
tlen.c:1866: error: expected ‘)’ before ‘*’ token
tlen.c:1910: error: expected ‘)’ before ‘*’ token
tlen.c:1952: error: expected ‘)’ before ‘*’ token
tlen.c:1958: error: expected ‘)’ before ‘*’ token
tlen.c:1974: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
tlen.c:2006: error: expected ‘)’ before ‘*’ token
tlen.c:2028: error: expected ‘)’ before ‘*’ token
tlen.c:2048: error: expected ‘)’ before ‘*’ token
tlen.c:2097: error: expected ‘)’ before ‘*’ token
tlen.c:2127: error: expected ‘)’ before ‘*’ token
tlen.c:2159: error: expected ‘)’ before ‘*’ token
tlen.c:2167: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘tlen_offline_message’
tlen.c:2172: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘prpl_info’
tlen.c:2247: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
tlen.c:2262: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘info’
tlen.c:2299: error: expected ‘)’ before ‘*’ token
tlen.c:2311: warning: data definition has no type or storage class
tlen.c:2311: warning: type defaults to ‘int’ in declaration of ‘PURPLE_INIT_PLUGIN’
tlen.c:2311: warning: parameter names (without types) in function declaration
make: *** [tlen.o] Błąd 1