Skip to content

Instantly share code, notes, and snippets.

@sudden6
Created March 19, 2014 22:05
Show Gist options
  • Save sudden6/9652450 to your computer and use it in GitHub Desktop.
Save sudden6/9652450 to your computer and use it in GitHub Desktop.
make depend all
/usr/bin/cc -M -D_SUPPORT_AUDIO -I/usr/local/include -I/usr/local/include -I/usr/include/AL -DTOXICVER="0.3.1_r843" -Ix86_64-unknown-linux-gnu src/chat.c src/chat_commands.c src/configdir.c src/execute.c src/file_senders.c src/friendlist.c src/global_commands.c src/groupchat.c src/log.c src/main.c src/misc_tools.c src/prompt.c src/toxic_strings.c src/windows.c src/audio_call.c
/usr/bin/cc -M -D_SUPPORT_AUDIO -I/usr/local/include -I/usr/local/include -I/usr/include/AL -DTOXICVER="0.3.1_r843" -Ix86_64-unknown-linux-gnu src/chat.c src/chat_commands.c src/configdir.c src/execute.c src/file_senders.c src/friendlist.c src/global_commands.c src/groupchat.c src/log.c src/main.c src/misc_tools.c src/prompt.c src/toxic_strings.c src/windows.c src/audio_call.c
make[1]: Entering directory `/home/christoph/build/tox/toxic'
/usr/bin/cc -D_SUPPORT_AUDIO -O0 -g -I/usr/local/include -I/usr/local/include -I/usr/include/AL '-DTOXICVER="0.3.1_r843"' -o src/chat.o -c src/chat.c
/usr/bin/cc -D_SUPPORT_AUDIO -O0 -g -I/usr/local/include -I/usr/local/include -I/usr/include/AL '-DTOXICVER="0.3.1_r843"' -o src/chat_commands.o -c src/chat_commands.c
/usr/bin/cc -D_SUPPORT_AUDIO -O0 -g -I/usr/local/include -I/usr/local/include -I/usr/include/AL '-DTOXICVER="0.3.1_r843"' -o src/configdir.o -c src/configdir.c
/usr/bin/cc -D_SUPPORT_AUDIO -O0 -g -I/usr/local/include -I/usr/local/include -I/usr/include/AL '-DTOXICVER="0.3.1_r843"' -o src/execute.o -c src/execute.c
/usr/bin/cc -D_SUPPORT_AUDIO -O0 -g -I/usr/local/include -I/usr/local/include -I/usr/include/AL '-DTOXICVER="0.3.1_r843"' -o src/file_senders.o -c src/file_senders.c
/usr/bin/cc -D_SUPPORT_AUDIO -O0 -g -I/usr/local/include -I/usr/local/include -I/usr/include/AL '-DTOXICVER="0.3.1_r843"' -o src/friendlist.o -c src/friendlist.c
/usr/bin/cc -D_SUPPORT_AUDIO -O0 -g -I/usr/local/include -I/usr/local/include -I/usr/include/AL '-DTOXICVER="0.3.1_r843"' -o src/global_commands.o -c src/global_commands.c
/usr/bin/cc -D_SUPPORT_AUDIO -O0 -g -I/usr/local/include -I/usr/local/include -I/usr/include/AL '-DTOXICVER="0.3.1_r843"' -o src/groupchat.o -c src/groupchat.c
/usr/bin/cc -D_SUPPORT_AUDIO -O0 -g -I/usr/local/include -I/usr/local/include -I/usr/include/AL '-DTOXICVER="0.3.1_r843"' -o src/log.o -c src/log.c
/usr/bin/cc -D_SUPPORT_AUDIO -O0 -g -I/usr/local/include -I/usr/local/include -I/usr/include/AL '-DTOXICVER="0.3.1_r843"' -o src/main.o -c src/main.c
/usr/bin/cc -D_SUPPORT_AUDIO -O0 -g -I/usr/local/include -I/usr/local/include -I/usr/include/AL '-DTOXICVER="0.3.1_r843"' -o src/misc_tools.o -c src/misc_tools.c
/usr/bin/cc -D_SUPPORT_AUDIO -O0 -g -I/usr/local/include -I/usr/local/include -I/usr/include/AL '-DTOXICVER="0.3.1_r843"' -o src/prompt.o -c src/prompt.c
/usr/bin/cc -D_SUPPORT_AUDIO -O0 -g -I/usr/local/include -I/usr/local/include -I/usr/include/AL '-DTOXICVER="0.3.1_r843"' -o src/toxic_strings.o -c src/toxic_strings.c
/usr/bin/cc -D_SUPPORT_AUDIO -O0 -g -I/usr/local/include -I/usr/local/include -I/usr/include/AL '-DTOXICVER="0.3.1_r843"' -o src/windows.o -c src/windows.c
/usr/bin/cc -D_SUPPORT_AUDIO -O0 -g -I/usr/local/include -I/usr/local/include -I/usr/include/AL '-DTOXICVER="0.3.1_r843"' -o src/audio_call.o -c src/audio_call.c
make[1]: Leaving directory `/home/christoph/build/tox/toxic'
/usr/bin/cc -D_SUPPORT_AUDIO -O0 -g -I/usr/local/include -I/usr/local/include -I/usr/include/AL '-DTOXICVER=0.3.1_r843' -o toxic src/chat.o src/chat_commands.o src/configdir.o src/execute.o src/file_senders.o src/friendlist.o src/global_commands.o src/groupchat.o src/log.o src/main.o src/misc_tools.o src/prompt.o src/toxic_strings.o src/windows.o src/audio_call.o -L/usr/local/lib64 -ltoxav -lopus -lvpx -lm -pthread -L/usr/local/lib64 -ltoxcore -lsodium -lopenal -lpthread
src/chat.o: In function `kill_chat_window':
/home/christoph/build/tox/toxic/src/chat.c:103: undefined reference to `delwin'
/home/christoph/build/tox/toxic/src/chat.c:104: undefined reference to `delwin'
src/chat.o: In function `chat_onMessage':
/home/christoph/build/tox/toxic/src/chat.c:125: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/chat.c:126: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:127: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/chat.c:130: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/chat.c:131: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:132: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/chat.c:134: undefined reference to `wprintw'
src/chat.o: In function `chat_onAction':
/home/christoph/build/tox/toxic/src/chat.c:176: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/chat.c:177: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:178: undefined reference to `wattr_off'
src/chat.o: In function `chat_onFileSendRequest':
/home/christoph/build/tox/toxic/src/chat.c:224: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:245: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:250: undefined reference to `wprintw'
src/chat.o: In function `chat_onFileControl':
/home/christoph/build/tox/toxic/src/chat.c:283: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:289: undefined reference to `wprintw'
src/chat.o:/home/christoph/build/tox/toxic/src/chat.c:297: more undefined references to `wprintw' follow
src/chat.o: In function `chat_onFileData':
/home/christoph/build/tox/toxic/src/chat.c:314: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/chat.c:315: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:316: undefined reference to `wattr_off'
src/chat.o: In function `chat_onGroupInvite':
/home/christoph/build/tox/toxic/src/chat.c:334: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:337: undefined reference to `wprintw'
src/chat.o: In function `chat_onInvite':
/home/christoph/build/tox/toxic/src/chat.c:351: undefined reference to `wprintw'
src/chat.o: In function `chat_onRinging':
/home/christoph/build/tox/toxic/src/chat.c:363: undefined reference to `wprintw'
src/chat.o: In function `chat_onStarting':
/home/christoph/build/tox/toxic/src/chat.c:374: undefined reference to `wprintw'
src/chat.o:/home/christoph/build/tox/toxic/src/chat.c:378: more undefined references to `wprintw' follow
src/chat.o: In function `send_action':
/home/christoph/build/tox/toxic/src/chat.c:478: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/chat.c:479: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:480: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/chat.c:483: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/chat.c:484: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:485: undefined reference to `wattr_off'
src/chat.o: In function `chat_onKey':
/home/christoph/build/tox/toxic/src/chat.c:507: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/chat.c:509: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/chat.c:511: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/chat.c:519: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/chat.c:525: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/chat.c:527: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/chat.c:535: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/chat.c:541: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/chat.c:558: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/chat.c:560: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/chat.c:562: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/chat.c:572: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/chat.c:574: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/chat.c:576: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/chat.c:600: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/chat.c:602: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/chat.c:605: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/chat.c:608: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/chat.c:623: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/chat.c:625: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/chat.c:638: undefined reference to `wclear'
/home/christoph/build/tox/toxic/src/chat.c:639: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/chat.c:640: undefined reference to `wclrtobot'
/home/christoph/build/tox/toxic/src/chat.c:662: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/chat.c:663: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:664: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/chat.c:667: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/chat.c:668: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:669: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/chat.c:671: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:674: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/chat.c:675: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:676: undefined reference to `wattr_off'
src/chat.o: In function `chat_onDraw':
/home/christoph/build/tox/toxic/src/chat.c:691: undefined reference to `curs_set'
/home/christoph/build/tox/toxic/src/chat.c:697: undefined reference to `wclear'
/home/christoph/build/tox/toxic/src/chat.c:704: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/chat.c:706: undefined reference to `mvwprintw'
/home/christoph/build/tox/toxic/src/chat.c:712: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/chat.c:712: undefined reference to `acs_map'
/home/christoph/build/tox/toxic/src/chat.c:712: undefined reference to `whline'
/home/christoph/build/tox/toxic/src/chat.c:713: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/chat.c:741: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/chat.c:742: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:743: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/chat.c:746: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/chat.c:748: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/chat.c:749: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:750: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/chat.c:753: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/chat.c:755: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:756: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/chat.c:757: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:758: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/chat.c:782: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:784: undefined reference to `wclrtoeol'
/home/christoph/build/tox/toxic/src/chat.c:785: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/chat.c:786: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:791: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:793: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:794: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/chat.c:794: undefined reference to `acs_map'
/home/christoph/build/tox/toxic/src/chat.c:794: undefined reference to `whline'
src/chat.o: In function `chat_onInit':
/home/christoph/build/tox/toxic/src/chat.c:815: undefined reference to `subwin'
/home/christoph/build/tox/toxic/src/chat.c:816: undefined reference to `subwin'
/home/christoph/build/tox/toxic/src/chat.c:817: undefined reference to `scrollok'
/home/christoph/build/tox/toxic/src/chat.c:818: undefined reference to `subwin'
/home/christoph/build/tox/toxic/src/chat.c:823: undefined reference to `endwin'
/home/christoph/build/tox/toxic/src/chat.c:833: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat.c:837: undefined reference to `wmove'
src/chat.o: In function `new_chat':
/home/christoph/build/tox/toxic/src/chat.c:889: undefined reference to `endwin'
src/chat_commands.o: In function `cmd_chat_help':
/home/christoph/build/tox/toxic/src/chat_commands.c:51: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/chat_commands.c:52: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat_commands.c:53: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/chat_commands.c:57: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat_commands.c:58: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat_commands.c:59: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat_commands.c:60: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat_commands.c:64: undefined reference to `wprintw'
src/chat_commands.o:/home/christoph/build/tox/toxic/src/chat_commands.c:65: more undefined references to `wprintw' follow
src/chat_commands.o: In function `cmd_chat_help':
/home/christoph/build/tox/toxic/src/chat_commands.c:73: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/chat_commands.c:74: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat_commands.c:75: undefined reference to `wattr_off'
src/chat_commands.o: In function `cmd_groupinvite':
/home/christoph/build/tox/toxic/src/chat_commands.c:81: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat_commands.c:88: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat_commands.c:93: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat_commands.c:97: undefined reference to `wprintw'
src/chat_commands.o: In function `cmd_join_group':
/home/christoph/build/tox/toxic/src/chat_commands.c:103: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/chat_commands.c:104: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat_commands.c:105: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/chat_commands.c:112: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat_commands.c:119: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat_commands.c:124: undefined reference to `wprintw'
src/chat_commands.o: In function `cmd_savefile':
/home/christoph/build/tox/toxic/src/chat_commands.c:133: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat_commands.c:140: undefined reference to `wprintw'
src/chat_commands.o:/home/christoph/build/tox/toxic/src/chat_commands.c:145: more undefined references to `wprintw' follow
src/chat_commands.o: In function `cmd_savefile':
/home/christoph/build/tox/toxic/src/chat_commands.c:155: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/chat_commands.c:156: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat_commands.c:157: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/chat_commands.c:161: undefined reference to `wprintw'
src/chat_commands.o: In function `cmd_sendfile':
/home/christoph/build/tox/toxic/src/chat_commands.c:170: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat_commands.c:175: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat_commands.c:182: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/chat_commands.c:190: undefined reference to `wprintw'
src/chat_commands.o:/home/christoph/build/tox/toxic/src/chat_commands.c:197: more undefined references to `wprintw' follow
src/friendlist.o: In function `friendlist_onMessage':
/home/christoph/build/tox/toxic/src/friendlist.c:110: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/friendlist.c:111: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:112: undefined reference to `wattr_on'
src/friendlist.o: In function `friendlist_onFileSendRequest':
/home/christoph/build/tox/toxic/src/friendlist.c:215: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/friendlist.c:216: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:217: undefined reference to `wattr_on'
src/friendlist.o: In function `friendlist_onGroupInvite':
/home/christoph/build/tox/toxic/src/friendlist.c:238: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/friendlist.c:239: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:240: undefined reference to `wattr_on'
src/friendlist.o: In function `del_friend_activate':
/home/christoph/build/tox/toxic/src/friendlist.c:285: undefined reference to `newwin'
src/friendlist.o: In function `del_friend_deactivate':
/home/christoph/build/tox/toxic/src/friendlist.c:298: undefined reference to `delwin'
/home/christoph/build/tox/toxic/src/friendlist.c:300: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/friendlist.c:300: undefined reference to `wclear'
/home/christoph/build/tox/toxic/src/friendlist.c:301: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/friendlist.c:301: undefined reference to `wrefresh'
src/friendlist.o: In function `draw_popup':
/home/christoph/build/tox/toxic/src/friendlist.c:309: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/friendlist.c:310: undefined reference to `acs_map'
/home/christoph/build/tox/toxic/src/friendlist.c:310: undefined reference to `acs_map'
/home/christoph/build/tox/toxic/src/friendlist.c:310: undefined reference to `acs_map'
/home/christoph/build/tox/toxic/src/friendlist.c:310: undefined reference to `acs_map'
/home/christoph/build/tox/toxic/src/friendlist.c:310: undefined reference to `wborder'
/home/christoph/build/tox/toxic/src/friendlist.c:311: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/friendlist.c:313: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/friendlist.c:314: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:315: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/friendlist.c:316: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:317: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/friendlist.c:318: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:320: undefined reference to `wrefresh'
src/friendlist.o: In function `friendlist_onKey':
/home/christoph/build/tox/toxic/src/friendlist.c:347: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/friendlist.c:348: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:349: undefined reference to `wattr_on'
src/friendlist.o: In function `friendlist_onDraw':
/home/christoph/build/tox/toxic/src/friendlist.c:364: undefined reference to `curs_set'
/home/christoph/build/tox/toxic/src/friendlist.c:365: undefined reference to `werase'
/home/christoph/build/tox/toxic/src/friendlist.c:374: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/friendlist.c:375: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:376: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/friendlist.c:377: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:378: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/friendlist.c:379: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:380: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/friendlist.c:381: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:382: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/friendlist.c:383: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:384: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/friendlist.c:390: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/friendlist.c:391: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:392: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/friendlist.c:393: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:411: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/friendlist.c:412: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:413: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/friendlist.c:416: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:438: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/friendlist.c:439: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:440: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/friendlist.c:443: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/friendlist.c:445: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/friendlist.c:446: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:447: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/friendlist.c:450: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/friendlist.c:474: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:476: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:478: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:481: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/friendlist.c:483: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/friendlist.c:484: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:485: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/friendlist.c:488: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/friendlist.c:498: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:501: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:504: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:508: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:515: undefined reference to `wrefresh'
src/friendlist.o: In function `friendlist_onAv':
/home/christoph/build/tox/toxic/src/friendlist.c:541: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:544: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/friendlist.c:545: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/friendlist.c:546: undefined reference to `wattr_on'
src/global_commands.o: In function `cmd_accept':
/home/christoph/build/tox/toxic/src/global_commands.c:47: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:54: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:59: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:66: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:68: undefined reference to `wprintw'
src/global_commands.o:/home/christoph/build/tox/toxic/src/global_commands.c:87: more undefined references to `wprintw' follow
src/global_commands.o: In function `cmd_clear':
/home/christoph/build/tox/toxic/src/global_commands.c:170: undefined reference to `wclear'
/home/christoph/build/tox/toxic/src/global_commands.c:171: undefined reference to `wprintw'
src/global_commands.o: In function `cmd_connect':
/home/christoph/build/tox/toxic/src/global_commands.c:178: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:188: undefined reference to `wprintw'
src/global_commands.o: In function `cmd_groupchat':
/home/christoph/build/tox/toxic/src/global_commands.c:201: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/global_commands.c:202: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:203: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/global_commands.c:210: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:215: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:220: undefined reference to `wprintw'
src/global_commands.o: In function `cmd_log':
/home/christoph/build/tox/toxic/src/global_commands.c:234: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:235: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/global_commands.c:236: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:237: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/global_commands.c:238: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:240: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:241: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/global_commands.c:242: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:243: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/global_commands.c:244: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:265: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:266: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/global_commands.c:267: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:268: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/global_commands.c:280: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:281: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/global_commands.c:282: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:283: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/global_commands.c:287: undefined reference to `wprintw'
src/global_commands.o: In function `cmd_myid':
/home/christoph/build/tox/toxic/src/global_commands.c:304: undefined reference to `wprintw'
src/global_commands.o: In function `cmd_nick':
/home/christoph/build/tox/toxic/src/global_commands.c:311: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:325: undefined reference to `wprintw'
src/global_commands.o: In function `cmd_note':
/home/christoph/build/tox/toxic/src/global_commands.c:343: undefined reference to `wprintw'
src/global_commands.o:/home/christoph/build/tox/toxic/src/global_commands.c:350: more undefined references to `wprintw' follow
src/global_commands.o: In function `cmd_prompt_help':
/home/christoph/build/tox/toxic/src/global_commands.c:363: undefined reference to `wclear'
/home/christoph/build/tox/toxic/src/global_commands.c:364: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/global_commands.c:365: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:366: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/global_commands.c:368: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:369: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:370: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:371: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:372: undefined reference to `wprintw'
src/global_commands.o:/home/christoph/build/tox/toxic/src/global_commands.c:373: more undefined references to `wprintw' follow
src/global_commands.o: In function `cmd_prompt_help':
/home/christoph/build/tox/toxic/src/global_commands.c:386: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/global_commands.c:387: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:388: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:389: undefined reference to `wattr_off'
src/global_commands.o: In function `cmd_status':
/home/christoph/build/tox/toxic/src/global_commands.c:405: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:409: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/global_commands.c:430: undefined reference to `wprintw'
src/groupchat.o: In function `kill_groupchat_window':
/home/christoph/build/tox/toxic/src/groupchat.c:80: undefined reference to `delwin'
src/groupchat.o: In function `print_groupchat_help':
/home/christoph/build/tox/toxic/src/groupchat.c:108: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/groupchat.c:109: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:110: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/groupchat.c:112: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:113: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:114: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:115: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:116: undefined reference to `wprintw'
src/groupchat.o:/home/christoph/build/tox/toxic/src/groupchat.c:117: more undefined references to `wprintw' follow
src/groupchat.o: In function `print_groupchat_help':
/home/christoph/build/tox/toxic/src/groupchat.c:122: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/groupchat.c:123: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:124: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:125: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/groupchat.c:126: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/groupchat.c:127: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:128: undefined reference to `wattr_off'
src/groupchat.o: In function `groupchat_onGroupMessage':
/home/christoph/build/tox/toxic/src/groupchat.c:162: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/groupchat.c:163: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:164: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/groupchat.c:167: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/groupchat.c:168: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:169: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/groupchat.c:171: undefined reference to `wprintw'
src/groupchat.o: In function `groupchat_onGroupAction':
/home/christoph/build/tox/toxic/src/groupchat.c:206: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/groupchat.c:207: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:208: undefined reference to `wattr_off'
src/groupchat.o: In function `copy_peernames':
/home/christoph/build/tox/toxic/src/groupchat.c:226: undefined reference to `endwin'
src/groupchat.o: In function `groupchat_onGroupNamelistChange':
/home/christoph/build/tox/toxic/src/groupchat.c:281: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/groupchat.c:282: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/groupchat.c:283: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:284: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/groupchat.c:285: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:286: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/groupchat.c:294: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/groupchat.c:295: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:296: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/groupchat.c:297: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:306: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/groupchat.c:307: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/groupchat.c:308: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:309: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/groupchat.c:311: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:313: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/groupchat.c:314: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:315: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/groupchat.c:316: undefined reference to `wattr_off'
src/groupchat.o: In function `send_group_action':
/home/christoph/build/tox/toxic/src/groupchat.c:329: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:334: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/groupchat.c:335: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:336: undefined reference to `wattr_off'
src/groupchat.o: In function `groupchat_onKey':
/home/christoph/build/tox/toxic/src/groupchat.c:355: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:357: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:359: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/groupchat.c:367: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/groupchat.c:373: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:375: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/groupchat.c:383: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/groupchat.c:389: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:406: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:408: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:410: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/groupchat.c:420: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:422: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:424: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/groupchat.c:454: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:456: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:459: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/groupchat.c:462: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/groupchat.c:490: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:492: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:503: undefined reference to `wclear'
/home/christoph/build/tox/toxic/src/groupchat.c:504: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:505: undefined reference to `wclrtobot'
/home/christoph/build/tox/toxic/src/groupchat.c:527: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/groupchat.c:528: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:529: undefined reference to `wattr_off'
src/groupchat.o: In function `groupchat_onDraw':
/home/christoph/build/tox/toxic/src/groupchat.c:539: undefined reference to `curs_set'
/home/christoph/build/tox/toxic/src/groupchat.c:545: undefined reference to `wclear'
/home/christoph/build/tox/toxic/src/groupchat.c:552: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:554: undefined reference to `mvwprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:558: undefined reference to `wclear'
/home/christoph/build/tox/toxic/src/groupchat.c:559: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:559: undefined reference to `acs_map'
/home/christoph/build/tox/toxic/src/groupchat.c:559: undefined reference to `whline'
/home/christoph/build/tox/toxic/src/groupchat.c:560: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:560: undefined reference to `acs_map'
/home/christoph/build/tox/toxic/src/groupchat.c:560: undefined reference to `wvline'
/home/christoph/build/tox/toxic/src/groupchat.c:561: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:561: undefined reference to `acs_map'
/home/christoph/build/tox/toxic/src/groupchat.c:561: undefined reference to `waddch'
/home/christoph/build/tox/toxic/src/groupchat.c:565: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:566: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/groupchat.c:567: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/groupchat.c:568: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/groupchat.c:570: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:570: undefined reference to `acs_map'
/home/christoph/build/tox/toxic/src/groupchat.c:570: undefined reference to `waddch'
/home/christoph/build/tox/toxic/src/groupchat.c:571: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:571: undefined reference to `acs_map'
/home/christoph/build/tox/toxic/src/groupchat.c:571: undefined reference to `whline'
/home/christoph/build/tox/toxic/src/groupchat.c:578: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/groupchat.c:586: undefined reference to `wprintw'
src/groupchat.o: In function `groupchat_onInit':
/home/christoph/build/tox/toxic/src/groupchat.c:596: undefined reference to `subwin'
/home/christoph/build/tox/toxic/src/groupchat.c:597: undefined reference to `scrollok'
/home/christoph/build/tox/toxic/src/groupchat.c:598: undefined reference to `subwin'
/home/christoph/build/tox/toxic/src/groupchat.c:599: undefined reference to `subwin'
/home/christoph/build/tox/toxic/src/groupchat.c:604: undefined reference to `endwin'
/home/christoph/build/tox/toxic/src/groupchat.c:614: undefined reference to `wmove'
src/groupchat.o: In function `new_group_chat':
/home/christoph/build/tox/toxic/src/groupchat.c:639: undefined reference to `endwin'
src/main.o: In function `on_window_resize':
/home/christoph/build/tox/toxic/src/main.c:86: undefined reference to `endwin'
/home/christoph/build/tox/toxic/src/main.c:87: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/main.c:87: undefined reference to `wrefresh'
/home/christoph/build/tox/toxic/src/main.c:88: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/main.c:88: undefined reference to `wclear'
src/main.o: In function `init_term':
/home/christoph/build/tox/toxic/src/main.c:102: undefined reference to `initscr'
/home/christoph/build/tox/toxic/src/main.c:103: undefined reference to `cbreak'
/home/christoph/build/tox/toxic/src/main.c:104: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/main.c:104: undefined reference to `keypad'
/home/christoph/build/tox/toxic/src/main.c:105: undefined reference to `noecho'
/home/christoph/build/tox/toxic/src/main.c:106: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/main.c:106: undefined reference to `wtimeout'
/home/christoph/build/tox/toxic/src/main.c:108: undefined reference to `has_colors'
/home/christoph/build/tox/toxic/src/main.c:109: undefined reference to `start_color'
/home/christoph/build/tox/toxic/src/main.c:110: undefined reference to `init_pair'
/home/christoph/build/tox/toxic/src/main.c:111: undefined reference to `init_pair'
/home/christoph/build/tox/toxic/src/main.c:112: undefined reference to `init_pair'
/home/christoph/build/tox/toxic/src/main.c:113: undefined reference to `init_pair'
/home/christoph/build/tox/toxic/src/main.c:114: undefined reference to `init_pair'
src/main.o:/home/christoph/build/tox/toxic/src/main.c:115: more undefined references to `init_pair' follow
src/main.o: In function `init_term':
/home/christoph/build/tox/toxic/src/main.c:121: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/main.c:121: undefined reference to `wrefresh'
src/main.o: In function `do_connection':
/home/christoph/build/tox/toxic/src/main.c:285: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/main.c:292: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/main.c:297: undefined reference to `wprintw'
src/main.o: In function `load_data':
/home/christoph/build/tox/toxic/src/main.c:374: undefined reference to `endwin'
/home/christoph/build/tox/toxic/src/main.c:382: undefined reference to `endwin'
/home/christoph/build/tox/toxic/src/main.c:396: undefined reference to `endwin'
src/main.o: In function `exit_toxic':
/home/christoph/build/tox/toxic/src/main.c:417: undefined reference to `endwin'
src/main.o: In function `main':
/home/christoph/build/tox/toxic/src/main.c:483: undefined reference to `endwin'
src/main.o:/home/christoph/build/tox/toxic/src/main.c:496: more undefined references to `endwin' follow
src/main.o: In function `main':
/home/christoph/build/tox/toxic/src/main.c:518: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/main.c:518: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/main.c:519: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/main.c:520: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/main.c:520: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/main.c:525: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/main.c:527: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/main.c:536: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/main.c:536: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/main.c:537: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/main.c:539: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/main.c:539: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/main.c:543: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/main.c:543: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/main.c:544: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/main.c:546: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/main.c:546: undefined reference to `wattr_off'
src/misc_tools.o: In function `print_time':
/home/christoph/build/tox/toxic/src/misc_tools.c:63: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/misc_tools.c:64: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/misc_tools.c:65: undefined reference to `wattr_off'
src/misc_tools.o: In function `hex_string_to_bin':
/home/christoph/build/tox/toxic/src/misc_tools.c:75: undefined reference to `endwin'
src/misc_tools.o: In function `wcs_to_mbs':
/home/christoph/build/tox/toxic/src/misc_tools.c:147: undefined reference to `endwin'
src/misc_tools.o: In function `alert_window':
/home/christoph/build/tox/toxic/src/misc_tools.c:195: undefined reference to `beep'
src/misc_tools.o: In function `mv_curs_end':
/home/christoph/build/tox/toxic/src/misc_tools.c:228: undefined reference to `wmove'
src/prompt.o: In function `prep_prompt_win':
/home/christoph/build/tox/toxic/src/prompt.c:76: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/prompt.c:79: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/prompt.c:82: undefined reference to `wmove'
src/prompt.o: In function `prompt_onKey':
/home/christoph/build/tox/toxic/src/prompt.c:151: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/prompt.c:154: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/prompt.c:163: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/prompt.c:169: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/prompt.c:170: undefined reference to `wclrtobot'
/home/christoph/build/tox/toxic/src/prompt.c:173: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/prompt.c:181: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/prompt.c:198: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/prompt.c:205: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/prompt.c:209: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/prompt.c:224: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/prompt.c:231: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/prompt.c:240: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/prompt.c:242: undefined reference to `beep'
/home/christoph/build/tox/toxic/src/prompt.c:260: undefined reference to `wprintw'
src/prompt.o: In function `prompt_onDraw':
/home/christoph/build/tox/toxic/src/prompt.c:278: undefined reference to `curs_set'
/home/christoph/build/tox/toxic/src/prompt.c:282: undefined reference to `wclrtobot'
/home/christoph/build/tox/toxic/src/prompt.c:299: undefined reference to `mvwprintw'
/home/christoph/build/tox/toxic/src/prompt.c:317: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/prompt.c:318: undefined reference to `mvwprintw'
/home/christoph/build/tox/toxic/src/prompt.c:319: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/prompt.c:322: undefined reference to `werase'
/home/christoph/build/tox/toxic/src/prompt.c:323: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/prompt.c:323: undefined reference to `acs_map'
/home/christoph/build/tox/toxic/src/prompt.c:323: undefined reference to `whline'
/home/christoph/build/tox/toxic/src/prompt.c:324: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/prompt.c:348: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/prompt.c:349: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/prompt.c:350: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/prompt.c:352: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/prompt.c:353: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/prompt.c:354: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/prompt.c:356: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/prompt.c:357: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/prompt.c:358: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/prompt.c:359: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/prompt.c:363: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/prompt.c:365: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/prompt.c:370: undefined reference to `wmove'
src/prompt.o: In function `prompt_onInit':
/home/christoph/build/tox/toxic/src/prompt.c:375: undefined reference to `scrollok'
/home/christoph/build/tox/toxic/src/prompt.c:381: undefined reference to `endwin'
/home/christoph/build/tox/toxic/src/prompt.c:389: undefined reference to `wclrtoeol'
src/prompt.o: In function `prompt_onConnectionChange':
/home/christoph/build/tox/toxic/src/prompt.c:408: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/prompt.c:415: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/prompt.c:416: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/prompt.c:417: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/prompt.c:418: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/prompt.c:419: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/prompt.c:420: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/prompt.c:426: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/prompt.c:427: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/prompt.c:428: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/prompt.c:429: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/prompt.c:430: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/prompt.c:431: undefined reference to `wattr_off'
src/prompt.o: In function `prompt_onFriendRequest':
/home/christoph/build/tox/toxic/src/prompt.c:444: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/prompt.c:449: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/prompt.c:456: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/prompt.c:461: undefined reference to `wprintw'
src/prompt.o: In function `prompt_init_statusbar':
/home/christoph/build/tox/toxic/src/prompt.c:498: undefined reference to `subwin'
src/prompt.o: In function `new_prompt':
/home/christoph/build/tox/toxic/src/prompt.c:524: undefined reference to `endwin'
src/toxic_strings.o: In function `fetch_hist_item':
/home/christoph/build/tox/toxic/src/toxic_strings.c:154: undefined reference to `beep'
src/windows.o: In function `on_nickchange':
/home/christoph/build/tox/toxic/src/windows.c:109: undefined reference to `wprintw'
src/windows.o: In function `on_friendadded':
/home/christoph/build/tox/toxic/src/windows.c:142: undefined reference to `wprintw'
src/windows.o: In function `add_window':
/home/christoph/build/tox/toxic/src/windows.c:226: undefined reference to `LINES'
/home/christoph/build/tox/toxic/src/windows.c:235: undefined reference to `COLS'
/home/christoph/build/tox/toxic/src/windows.c:235: undefined reference to `LINES'
/home/christoph/build/tox/toxic/src/windows.c:235: undefined reference to `newwin'
src/windows.o: In function `del_window':
/home/christoph/build/tox/toxic/src/windows.c:261: undefined reference to `delwin'
/home/christoph/build/tox/toxic/src/windows.c:264: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:264: undefined reference to `wclear'
/home/christoph/build/tox/toxic/src/windows.c:265: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:265: undefined reference to `wrefresh'
src/windows.o: In function `set_next_window':
/home/christoph/build/tox/toxic/src/windows.c:286: undefined reference to `endwin'
src/windows.o: In function `init_windows':
/home/christoph/build/tox/toxic/src/windows.c:306: undefined reference to `endwin'
src/windows.o: In function `draw_window_tab':
/home/christoph/build/tox/toxic/src/windows.c:321: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:321: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/windows.c:323: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:323: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/windows.c:325: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:325: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/windows.c:327: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:327: undefined reference to `wclrtoeol'
/home/christoph/build/tox/toxic/src/windows.c:328: undefined reference to `printw'
/home/christoph/build/tox/toxic/src/windows.c:331: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:331: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/windows.c:333: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:333: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/windows.c:335: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:335: undefined reference to `wattr_off'
src/windows.o: In function `draw_bar':
/home/christoph/build/tox/toxic/src/windows.c:340: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:340: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/windows.c:341: undefined reference to `LINES'
/home/christoph/build/tox/toxic/src/windows.c:341: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:341: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/windows.c:341: undefined reference to `COLS'
/home/christoph/build/tox/toxic/src/windows.c:341: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:341: undefined reference to `whline'
/home/christoph/build/tox/toxic/src/windows.c:342: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:342: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/windows.c:344: undefined reference to `LINES'
/home/christoph/build/tox/toxic/src/windows.c:344: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:344: undefined reference to `wmove'
/home/christoph/build/tox/toxic/src/windows.c:346: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:346: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/windows.c:347: undefined reference to `printw'
/home/christoph/build/tox/toxic/src/windows.c:348: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:348: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/windows.c:359: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:359: undefined reference to `wattr_on'
/home/christoph/build/tox/toxic/src/windows.c:369: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:369: undefined reference to `wattr_off'
/home/christoph/build/tox/toxic/src/windows.c:374: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:374: undefined reference to `wrefresh'
src/windows.o: In function `draw_active_window':
/home/christoph/build/tox/toxic/src/windows.c:388: undefined reference to `wtouchln'
/home/christoph/build/tox/toxic/src/windows.c:390: undefined reference to `COLS'
/home/christoph/build/tox/toxic/src/windows.c:390: undefined reference to `LINES'
/home/christoph/build/tox/toxic/src/windows.c:390: undefined reference to `wresize'
/home/christoph/build/tox/toxic/src/windows.c:394: undefined reference to `wrefresh'
/home/christoph/build/tox/toxic/src/windows.c:400: undefined reference to `stdscr'
/home/christoph/build/tox/toxic/src/windows.c:400: undefined reference to `wgetch'
src/audio_call.o: In function `device_open':
/home/christoph/build/tox/toxic/src/audio_call.c:104: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/audio_call.c:139: undefined reference to `wprintw'
/home/christoph/build/tox/toxic/src/audio_call.c:144: undefined reference to `wprintw'
src/audio_call.o: In function `device_close':
/home/christoph/build/tox/toxic/src/audio_call.c:172: undefined reference to `wprintw'
src/audio_call.o: In function `init_audio':
/home/christoph/build/tox/toxic/src/audio_call.c:217: undefined reference to `wprintw'
src/audio_call.o:/home/christoph/build/tox/toxic/src/audio_call.c:497: more undefined references to `wprintw' follow
collect2: error: ld returned 1 exit status
make: *** [toxic] Fehler 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment