You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ make make -C src/purple all make[1]: Entering directory '/[redacted]/TorChat/src/purple' mkdir -p lib fpc -Fu../core -Fu../core/lnet-0.6.5 -Fu./libpurple -FU./lib -FE../../bin -g- -CX -Cg -XX -Xs -O3 -k--reduce-memory-overheads -k--no-keep-memory -dDebugToConsole -dDebugToFile purpletorchat.lpr Free Pascal Compiler version 3.0.4 [2019/05/13] for x86_64 Copyright (c) 1993-2017 by Florian Klaempfl and others Target OS: Linux for x86-64 Compiling purpletorchat.lpr Compiling ./libpurple/purple.pas purple_inc_account.pas(74,1) Warning: Function result variable does not seem to initialized Compiling ./libpurple/purplehelper.pas purplehelper.pas(265,4) Note: User defined: dont localize the date Compiling /[redacted]/TorChat/src/core/tc_config.pas Compiling /[redacted]/TorChat/src/core/tc_interface.pas Compiling /[redacted]/TorChat/src/core/lnet-0.6.5/levents.pas Compiling /[redacted]/TorChat/src/core/lnet-0.6.5/lcommon.pas levents.pas(541,5) Warning: Function result variable does not seem to initialized levents.pas(545,5) Warning: Function result variable does not seem to initialized Compiling /[redacted]/TorChat/src/core/tc_generic.pas Compiling /[redacted]/TorChat/src/core/tc_const.pas Compiling /[redacted]/TorChat/src/core/tc_misc.pas tc_misc.pas(197,26) Warning: Symbol "ShortHostToNet" is deprecated tc_config.pas(106,37) Warning: Symbol "Create" is deprecated: "use options form instead" tc_config.pas(197,3) Note: Local variable "AppDataPath" not used Compiling /[redacted]/TorChat/src/core/tc_client.pas Compiling /[redacted]/TorChat/src/core/tc_msgqueue.pas Compiling /[redacted]/TorChat/src/core/lnet-0.6.5/lnet.pas lnet.pas(784,30) Warning: User defined: check if we need aOp = soSend in the IF, perhaps bad recv is possible? Compiling /[redacted]/TorChat/src/core/tc_tor.pas Compiling /[redacted]/TorChat/src/core/tc_cookie_list.pas Compiling /[redacted]/TorChat/src/core/tc_templist.pas Compiling /[redacted]/TorChat/src/core/tc_roster.pas Compiling /[redacted]/TorChat/src/core/tc_buddy.pas Compiling /[redacted]/TorChat/src/core/tc_conn.pas Compiling /[redacted]/TorChat/src/core/tc_protocol.pas Compiling /[redacted]/TorChat/src/core/tc_prot_not_implemented.pas tc_protocol.pas(210,1) Warning: function result variable of a managed type does not seem to initialized Compiling /[redacted]/TorChat/src/core/tc_prot_ping.pas tc_prot_ping.pas(129,4) Note: User defined: maybe move this into TMsg somehow? Compiling /[redacted]/TorChat/src/core/tc_prot_pong.pas Compiling /[redacted]/TorChat/src/core/tc_prot_client.pas Compiling /[redacted]/TorChat/src/core/tc_prot_version.pas Compiling /[redacted]/TorChat/src/core/tc_prot_add_me.pas Compiling /[redacted]/TorChat/src/core/tc_prot_status.pas Compiling /[redacted]/TorChat/src/core/tc_prot_remove_me.pas Compiling /[redacted]/TorChat/src/core/tc_prot_message.pas Compiling /[redacted]/TorChat/src/core/tc_prot_profile_avatar_alpha.pas Compiling /[redacted]/TorChat/src/core/tc_prot_profile_avatar.pas Compiling /[redacted]/TorChat/src/core/tc_prot_profile_text.pas Compiling /[redacted]/TorChat/src/core/tc_prot_profile_name.pas tc_buddy.pas(216,13) Warning: Symbol "ShortHostToNet" is deprecated tc_buddy.pas(217,14) Warning: Symbol "HostToNet" is deprecated tc_roster.pas(127,37) Warning: Symbol "Create" is deprecated: "use options form instead" Compiling /[redacted]/TorChat/src/core/tc_filetransfer.pas Compiling /[redacted]/TorChat/src/core/tc_prot_filename.pas Compiling /[redacted]/TorChat/src/core/tc_prot_filedata.pas Compiling /[redacted]/TorChat/src/core/tc_prot_file_stop_sending.pas Compiling /[redacted]/TorChat/src/core/tc_prot_filedata_ok.pas Compiling /[redacted]/TorChat/src/core/tc_prot_filedata_error.pas Compiling /[redacted]/TorChat/src/core/tc_prot_file_stop_receiving.pas purpletorchat.lpr(115,17) Error: Can't determine which overloaded function to call purpletorchat.lpr(501,8) Note: User defined: might have sent remove_me in the meantime, write a warning purpletorchat.lpr(502,8) Warning: User defined: there are error codes defined for sending IM, use them! purpletorchat.lpr(1102,4) Note: User defined: must do something when an IM window is currently open purpletorchat.lpr(1246) Fatal: There were 1 errors compiling module, stopping Fatal: Compilation aborted Error: /usr/bin/ppcx64 returned an error exitcode make[1]: *** [Makefile:23: all] Error 1 make[1]: Leaving directory '/[redacted]/TorChat/src/purple' make: *** [Makefile:12: purple] Error 2
$
The text was updated successfully, but these errors were encountered:
$ git clone https://github.com/prof7bit/TorChat.git Cloning into 'TorChat'... remote: Enumerating objects: 7118, done. remote: Total 7118 (delta 0), reused 0 (delta 0), pack-reused 7118 Receiving objects: 100% (7118/7118), 2.99 MiB | 398.00 KiB/s, done. Resolving deltas: 100% (3555/3555), done.
$ cd TorChat/
$ make make -C src/purple all make[1]: Entering directory '/[redacted]/TorChat/src/purple' mkdir -p lib fpc -Fu../core -Fu../core/lnet-0.6.5 -Fu./libpurple -FU./lib -FE../../bin -g- -CX -Cg -XX -Xs -O3 -k--reduce-memory-overheads -k--no-keep-memory -dDebugToConsole -dDebugToFile purpletorchat.lpr Free Pascal Compiler version 3.0.4 [2019/05/13] for x86_64 Copyright (c) 1993-2017 by Florian Klaempfl and others Target OS: Linux for x86-64 Compiling purpletorchat.lpr Compiling ./libpurple/purple.pas purple_inc_account.pas(74,1) Warning: Function result variable does not seem to initialized Compiling ./libpurple/purplehelper.pas purplehelper.pas(265,4) Note: User defined: dont localize the date Compiling /[redacted]/TorChat/src/core/tc_config.pas Compiling /[redacted]/TorChat/src/core/tc_interface.pas Compiling /[redacted]/TorChat/src/core/lnet-0.6.5/levents.pas Compiling /[redacted]/TorChat/src/core/lnet-0.6.5/lcommon.pas levents.pas(541,5) Warning: Function result variable does not seem to initialized levents.pas(545,5) Warning: Function result variable does not seem to initialized Compiling /[redacted]/TorChat/src/core/tc_generic.pas Compiling /[redacted]/TorChat/src/core/tc_const.pas Compiling /[redacted]/TorChat/src/core/tc_misc.pas tc_misc.pas(197,26) Warning: Symbol "ShortHostToNet" is deprecated tc_config.pas(106,37) Warning: Symbol "Create" is deprecated: "use options form instead" tc_config.pas(197,3) Note: Local variable "AppDataPath" not used Compiling /[redacted]/TorChat/src/core/tc_client.pas Compiling /[redacted]/TorChat/src/core/tc_msgqueue.pas Compiling /[redacted]/TorChat/src/core/lnet-0.6.5/lnet.pas lnet.pas(784,30) Warning: User defined: check if we need aOp = soSend in the IF, perhaps bad recv is possible? Compiling /[redacted]/TorChat/src/core/tc_tor.pas Compiling /[redacted]/TorChat/src/core/tc_cookie_list.pas Compiling /[redacted]/TorChat/src/core/tc_templist.pas Compiling /[redacted]/TorChat/src/core/tc_roster.pas Compiling /[redacted]/TorChat/src/core/tc_buddy.pas Compiling /[redacted]/TorChat/src/core/tc_conn.pas Compiling /[redacted]/TorChat/src/core/tc_protocol.pas Compiling /[redacted]/TorChat/src/core/tc_prot_not_implemented.pas tc_protocol.pas(210,1) Warning: function result variable of a managed type does not seem to initialized Compiling /[redacted]/TorChat/src/core/tc_prot_ping.pas tc_prot_ping.pas(129,4) Note: User defined: maybe move this into TMsg somehow? Compiling /[redacted]/TorChat/src/core/tc_prot_pong.pas Compiling /[redacted]/TorChat/src/core/tc_prot_client.pas Compiling /[redacted]/TorChat/src/core/tc_prot_version.pas Compiling /[redacted]/TorChat/src/core/tc_prot_add_me.pas Compiling /[redacted]/TorChat/src/core/tc_prot_status.pas Compiling /[redacted]/TorChat/src/core/tc_prot_remove_me.pas Compiling /[redacted]/TorChat/src/core/tc_prot_message.pas Compiling /[redacted]/TorChat/src/core/tc_prot_profile_avatar_alpha.pas Compiling /[redacted]/TorChat/src/core/tc_prot_profile_avatar.pas Compiling /[redacted]/TorChat/src/core/tc_prot_profile_text.pas Compiling /[redacted]/TorChat/src/core/tc_prot_profile_name.pas tc_buddy.pas(216,13) Warning: Symbol "ShortHostToNet" is deprecated tc_buddy.pas(217,14) Warning: Symbol "HostToNet" is deprecated tc_roster.pas(127,37) Warning: Symbol "Create" is deprecated: "use options form instead" Compiling /[redacted]/TorChat/src/core/tc_filetransfer.pas Compiling /[redacted]/TorChat/src/core/tc_prot_filename.pas Compiling /[redacted]/TorChat/src/core/tc_prot_filedata.pas Compiling /[redacted]/TorChat/src/core/tc_prot_file_stop_sending.pas Compiling /[redacted]/TorChat/src/core/tc_prot_filedata_ok.pas Compiling /[redacted]/TorChat/src/core/tc_prot_filedata_error.pas Compiling /[redacted]/TorChat/src/core/tc_prot_file_stop_receiving.pas purpletorchat.lpr(115,17) Error: Can't determine which overloaded function to call purpletorchat.lpr(501,8) Note: User defined: might have sent remove_me in the meantime, write a warning purpletorchat.lpr(502,8) Warning: User defined: there are error codes defined for sending IM, use them! purpletorchat.lpr(1102,4) Note: User defined: must do something when an IM window is currently open purpletorchat.lpr(1246) Fatal: There were 1 errors compiling module, stopping Fatal: Compilation aborted Error: /usr/bin/ppcx64 returned an error exitcode make[1]: *** [Makefile:23: all] Error 1 make[1]: Leaving directory '/[redacted]/TorChat/src/purple' make: *** [Makefile:12: purple] Error 2
$
The text was updated successfully, but these errors were encountered: