Last login: Fri Aug 6 10:44:01 on ttys000 dhcp-129-105-171-180:~ frenchja$ cd irssiotr/build/ dhcp-129-105-171-180:build frenchja$ make [ 12%] Built target otrformats [ 25%] Building C object weechat/CMakeFiles/weechatotr.dir/weechat_otr.o In file included from /Users/frenchja/irssiotr/weechat/weechat_otr.c:20: /Users/frenchja/irssiotr/otr.h:26:26: error: libotr/proto.h: No such file or directory /Users/frenchja/irssiotr/otr.h:27:28: error: libotr/context.h: No such file or directory /Users/frenchja/irssiotr/otr.h:28:28: error: libotr/message.h: No such file or directory /Users/frenchja/irssiotr/otr.h:29:28: error: libotr/privkey.h: No such file or directory In file included from /Users/frenchja/irssiotr/weechat/weechat_otr.c:20: /Users/frenchja/irssiotr/otr.h:40: error: expected specifier-qualifier-list before ‘OtrlUserState’ In file included from /Users/frenchja/irssiotr/otr.h:65, from /Users/frenchja/irssiotr/weechat/weechat_otr.c:20: /Users/frenchja/irssiotr/weechat/weechat_otr.h:20:28: error: weechat-plugin.h: No such file or directory In file included from /Users/frenchja/irssiotr/otr.h:65, from /Users/frenchja/irssiotr/weechat/weechat_otr.c:20: /Users/frenchja/irssiotr/weechat/weechat_otr.h: In function ‘IRCCTX_DUP’: /Users/frenchja/irssiotr/weechat/weechat_otr.h:82: warning: implicit declaration of function ‘strdup’ /Users/frenchja/irssiotr/weechat/weechat_otr.h:82: warning: incompatible implicit declaration of built-in function ‘strdup’ In file included from /Users/frenchja/irssiotr/otr.h:65, from /Users/frenchja/irssiotr/weechat/weechat_otr.c:20: /Users/frenchja/irssiotr/weechat/weechat_otr.h: At top level: /Users/frenchja/irssiotr/weechat/weechat_otr.h:124: warning: ‘struct t_hook’ declared inside parameter list /Users/frenchja/irssiotr/weechat/weechat_otr.h:124: warning: its scope is only this definition or declaration, which is probably not what you want /Users/frenchja/irssiotr/weechat/weechat_otr.h:125: warning: ‘struct t_hook’ declared inside parameter list /Users/frenchja/irssiotr/weechat/weechat_otr.h:126: error: conflicting types for ‘gsourceremovefake’ /Users/frenchja/irssiotr/weechat/weechat_otr.h:124: error: previous declaration of ‘gsourceremovefake’ was here /Users/frenchja/irssiotr/weechat/weechat_otr.h: In function ‘gsourceremovefake’: /Users/frenchja/irssiotr/weechat/weechat_otr.h:128: warning: implicit declaration of function ‘weechat_unhook’ /Users/frenchja/irssiotr/weechat/weechat_otr.h: In function ‘gioaddwatchfake’: /Users/frenchja/irssiotr/weechat/weechat_otr.h:149: warning: implicit declaration of function ‘weechat_hook_fd’ /Users/frenchja/irssiotr/weechat/weechat_otr.h:149: warning: return makes pointer from integer without a cast In file included from /Users/frenchja/irssiotr/weechat/weechat_otr.c:20: /Users/frenchja/irssiotr/otr.h: At top level: /Users/frenchja/irssiotr/otr.h:184: error: expected specifier-qualifier-list before ‘OtrlPolicy’ /Users/frenchja/irssiotr/otr.h:208: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token /Users/frenchja/irssiotr/weechat/weechat_otr.c:22: error: expected declaration specifiers or ‘...’ before string constant /Users/frenchja/irssiotr/weechat/weechat_otr.c:22: warning: data definition has no type or storage class /Users/frenchja/irssiotr/weechat/weechat_otr.c:22: warning: type defaults to ‘int’ in declaration of ‘WEECHAT_PLUGIN_NAME’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:23: error: expected declaration specifiers or ‘...’ before string constant /Users/frenchja/irssiotr/weechat/weechat_otr.c:23: warning: data definition has no type or storage class /Users/frenchja/irssiotr/weechat/weechat_otr.c:23: warning: type defaults to ‘int’ in declaration of ‘WEECHAT_PLUGIN_DESCRIPTION’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:24: error: expected declaration specifiers or ‘...’ before string constant /Users/frenchja/irssiotr/weechat/weechat_otr.c:24: warning: data definition has no type or storage class /Users/frenchja/irssiotr/weechat/weechat_otr.c:24: warning: type defaults to ‘int’ in declaration of ‘WEECHAT_PLUGIN_AUTHOR’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:25: error: expected declaration specifiers or ‘...’ before string constant /Users/frenchja/irssiotr/weechat/weechat_otr.c:25: warning: data definition has no type or storage class /Users/frenchja/irssiotr/weechat/weechat_otr.c:25: warning: type defaults to ‘int’ in declaration of ‘WEECHAT_PLUGIN_VERSION’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:26: error: expected declaration specifiers or ‘...’ before string constant /Users/frenchja/irssiotr/weechat/weechat_otr.c:26: warning: data definition has no type or storage class /Users/frenchja/irssiotr/weechat/weechat_otr.c:26: warning: type defaults to ‘int’ in declaration of ‘WEECHAT_PLUGIN_WEECHAT_VERSION’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:27: error: expected declaration specifiers or ‘...’ before string constant /Users/frenchja/irssiotr/weechat/weechat_otr.c:27: warning: data definition has no type or storage class /Users/frenchja/irssiotr/weechat/weechat_otr.c:27: warning: type defaults to ‘int’ in declaration of ‘WEECHAT_PLUGIN_LICENSE’ /Users/frenchja/irssiotr/weechat/weechat_otr.c: In function ‘printformatva’: /Users/frenchja/irssiotr/weechat/weechat_otr.c:52: warning: implicit declaration of function ‘weechat_buffer_search’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:52: warning: assignment makes pointer from integer without a cast /Users/frenchja/irssiotr/weechat/weechat_otr.c:56: warning: implicit declaration of function ‘weechat_command’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:57: warning: assignment makes pointer from integer without a cast /Users/frenchja/irssiotr/weechat/weechat_otr.c:59: warning: implicit declaration of function ‘weechat_printf’ /Users/frenchja/irssiotr/weechat/weechat_otr.c: In function ‘ircctx_by_peername’: /Users/frenchja/irssiotr/weechat/weechat_otr.c:112: warning: implicit declaration of function ‘strcpy’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:112: warning: incompatible implicit declaration of built-in function ‘strcpy’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:114: warning: implicit declaration of function ‘strchr’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:114: warning: incompatible implicit declaration of built-in function ‘strchr’ /Users/frenchja/irssiotr/weechat/weechat_otr.c: In function ‘wc_modifier_privmsg_in’: /Users/frenchja/irssiotr/weechat/weechat_otr.c:139: warning: incompatible implicit declaration of built-in function ‘strdup’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:141: warning: implicit declaration of function ‘weechat_string_explode’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:141: warning: assignment makes pointer from integer without a cast /Users/frenchja/irssiotr/weechat/weechat_otr.c:142: warning: assignment makes pointer from integer without a cast /Users/frenchja/irssiotr/weechat/weechat_otr.c:174: warning: implicit declaration of function ‘otrl_message_free’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:178: warning: implicit declaration of function ‘weechat_string_free_exploded’ /Users/frenchja/irssiotr/weechat/weechat_otr.c: In function ‘wc_modifier_privmsg_out’: /Users/frenchja/irssiotr/weechat/weechat_otr.c:195: warning: assignment makes pointer from integer without a cast /Users/frenchja/irssiotr/weechat/weechat_otr.c:196: warning: assignment makes pointer from integer without a cast /Users/frenchja/irssiotr/weechat/weechat_otr.c:198: warning: incompatible implicit declaration of built-in function ‘strdup’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:211: warning: implicit declaration of function ‘strncmp’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:217: warning: implicit declaration of function ‘weechat_info_get’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:217: warning: cast to pointer from integer of different size /Users/frenchja/irssiotr/weechat/weechat_otr.c: At top level: /Users/frenchja/irssiotr/weechat/weechat_otr.c:248: warning: ‘struct t_gui_buffer’ declared inside parameter list /Users/frenchja/irssiotr/weechat/weechat_otr.c: In function ‘cmd_otr’: /Users/frenchja/irssiotr/weechat/weechat_otr.c:250: warning: implicit declaration of function ‘weechat_buffer_get_string’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:250: warning: initialization makes pointer from integer without a cast /Users/frenchja/irssiotr/weechat/weechat_otr.c:251: warning: initialization makes pointer from integer without a cast /Users/frenchja/irssiotr/weechat/weechat_otr.c:252: warning: cast to pointer from integer of different size /Users/frenchja/irssiotr/weechat/weechat_otr.c:264: error: ‘WEECHAT_RC_OK’ undeclared (first use in this function) /Users/frenchja/irssiotr/weechat/weechat_otr.c:264: error: (Each undeclared identifier is reported only once /Users/frenchja/irssiotr/weechat/weechat_otr.c:264: error: for each function it appears in.) /Users/frenchja/irssiotr/weechat/weechat_otr.c:265: warning: control reaches end of non-void function /Users/frenchja/irssiotr/weechat/weechat_otr.c: At top level: /Users/frenchja/irssiotr/weechat/weechat_otr.c:272: warning: ‘struct t_gui_window’ declared inside parameter list /Users/frenchja/irssiotr/weechat/weechat_otr.c: In function ‘otr_statusbar_callback’: /Users/frenchja/irssiotr/weechat/weechat_otr.c:278: warning: implicit declaration of function ‘weechat_window_get_pointer’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:278: warning: initialization makes pointer from integer without a cast /Users/frenchja/irssiotr/weechat/weechat_otr.c:279: warning: initialization makes pointer from integer without a cast /Users/frenchja/irssiotr/weechat/weechat_otr.c:281: warning: implicit declaration of function ‘strcmp’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:282: warning: incompatible implicit declaration of built-in function ‘strdup’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:284: warning: cast to pointer from integer of different size /Users/frenchja/irssiotr/weechat/weechat_otr.c:285: warning: cast to pointer from integer of different size /Users/frenchja/irssiotr/weechat/weechat_otr.c:286: warning: assignment makes pointer from integer without a cast /Users/frenchja/irssiotr/weechat/weechat_otr.c: In function ‘otr_status_change’: /Users/frenchja/irssiotr/weechat/weechat_otr.c:302: warning: implicit declaration of function ‘weechat_hook_signal_send’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:303: error: ‘WEECHAT_HOOK_SIGNAL_STRING’ undeclared (first use in this function) /Users/frenchja/irssiotr/weechat/weechat_otr.c:306: warning: implicit declaration of function ‘weechat_bar_item_update’ /Users/frenchja/irssiotr/weechat/weechat_otr.c: In function ‘weechat_plugin_init’: /Users/frenchja/irssiotr/weechat/weechat_otr.c:314: warning: implicit declaration of function ‘weechat_hook_modifier’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:318: error: ‘WEECHAT_RC_ERROR’ undeclared (first use in this function) /Users/frenchja/irssiotr/weechat/weechat_otr.c:331: warning: implicit declaration of function ‘weechat_hook_command’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:332: warning: implicit declaration of function ‘N_’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:341: warning: implicit declaration of function ‘weechat_bar_item_new’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:341: warning: assignment makes pointer from integer without a cast /Users/frenchja/irssiotr/weechat/weechat_otr.c:344: error: ‘WEECHAT_RC_OK’ undeclared (first use in this function) /Users/frenchja/irssiotr/weechat/weechat_otr.c:345: warning: control reaches end of non-void function /Users/frenchja/irssiotr/weechat/weechat_otr.c: In function ‘weechat_plugin_end’: /Users/frenchja/irssiotr/weechat/weechat_otr.c:349: warning: implicit declaration of function ‘weechat_bar_item_remove’ /Users/frenchja/irssiotr/weechat/weechat_otr.c:355: error: ‘WEECHAT_RC_OK’ undeclared (first use in this function) /Users/frenchja/irssiotr/weechat/weechat_otr.c:356: warning: control reaches end of non-void function make[2]: *** [weechat/CMakeFiles/weechatotr.dir/weechat_otr.o] Error 1 make[1]: *** [weechat/CMakeFiles/weechatotr.dir/all] Error 2 make: *** [all] Error 2 dhcp-129-105-171-180:build frenchja$