Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.45 KB | None | 0 0
  1. g++ -O2 -malign-double -s -c -o cursesclient.o cursesclient.cpp
  2. cursesclient.cpp:36:20: error: curses.h: No such file or directory
  3. In file included from ../njclient.h:69,
  4. from cursesclient.cpp:46:
  5. ../../WDL/string.h: In member function ‘char* WDL_String::Get()’:
  6. ../../WDL/string.h:138: warning: deprecated conversion from string constant to ‘char*’
  7. In file included from ../../WDL/jnetlib/jnetlib.h:42,
  8. from ../njclient.h:71,
  9. from cursesclient.cpp:46:
  10. ../../WDL/jnetlib/httpget.h: In member function ‘int JNL_HTTPGet::content_length()’:
  11. ../../WDL/jnetlib/httpget.h:73: warning: deprecated conversion from string constant to ‘char*’
  12. In file included from cursesclient.cpp:48:
  13. ../../WDL/lineparse.h: In member function ‘char* LineParser::gettoken_str(int)’:
  14. ../../WDL/lineparse.h:139: warning: deprecated conversion from string constant to ‘char*’
  15. cursesclient.cpp: In function ‘void chatmsg_cb(int, NJClient*, char**, int)’:
  16. cursesclient.cpp:138: warning: deprecated conversion from string constant to ‘char*’
  17. cursesclient.cpp:170: warning: deprecated conversion from string constant to ‘char*’
  18. cursesclient.cpp: In function ‘void highlightoutline(int, char*, int, int, int, int, int, int, int)’:
  19. cursesclient.cpp:212: error: ‘COLS’ was not declared in this scope
  20. cursesclient.cpp:214: error: ‘move’ was not declared in this scope
  21. cursesclient.cpp:215: error: ‘attrset’ was not declared in this scope
  22. cursesclient.cpp:216: error: ‘bkgdset’ was not declared in this scope
  23. cursesclient.cpp:229: error: ‘addch’ was not declared in this scope
  24. cursesclient.cpp: In function ‘void drawstatusbar()’:
  25. cursesclient.cpp:276: error: ‘bkgdset’ was not declared in this scope
  26. cursesclient.cpp:277: error: ‘attrset’ was not declared in this scope
  27. cursesclient.cpp:279: error: ‘LINES’ was not declared in this scope
  28. cursesclient.cpp:279: error: ‘move’ was not declared in this scope
  29. cursesclient.cpp:280: error: ‘COLS’ was not declared in this scope
  30. cursesclient.cpp:283: error: ‘addch’ was not declared in this scope
  31. cursesclient.cpp: In function ‘void showmainview(bool, int)’:
  32. cursesclient.cpp:293: error: ‘LINES’ was not declared in this scope
  33. cursesclient.cpp:345: error: ‘bkgdset’ was not declared in this scope
  34. cursesclient.cpp:346: error: ‘attrset’ was not declared in this scope
  35. cursesclient.cpp:348: error: ‘erase’ was not declared in this scope
  36. cursesclient.cpp:351: error: ‘mvaddstr’ was not declared in this scope
  37. cursesclient.cpp:352: error: ‘clrtoeol’ was not declared in this scope
  38. cursesclient.cpp:385: error: ‘A_BOLD’ was not declared in this scope
  39. cursesclient.cpp:518: error: ‘A_BOLD’ was not declared in this scope
  40. cursesclient.cpp:532: warning: deprecated conversion from string constant to ‘char*’
  41. cursesclient.cpp:562: error: ‘A_BOLD’ was not declared in this scope
  42. cursesclient.cpp:570: error: ‘A_BOLD’ was not declared in this scope
  43. cursesclient.cpp:590: error: ‘COLS’ was not declared in this scope
  44. cursesclient.cpp:590: error: ‘mvaddnstr’ was not declared in this scope
  45. cursesclient.cpp:606: error: ‘COLS’ was not declared in this scope
  46. cursesclient.cpp:606: error: ‘mvaddnstr’ was not declared in this scope
  47. cursesclient.cpp:655: error: ‘A_BOLD’ was not declared in this scope
  48. cursesclient.cpp:666: error: ‘A_BOLD’ was not declared in this scope
  49. cursesclient.cpp:688: error: ‘COLS’ was not declared in this scope
  50. cursesclient.cpp:688: error: ‘mvaddnstr’ was not declared in this scope
  51. cursesclient.cpp:744: error: ‘COLS’ was not declared in this scope
  52. cursesclient.cpp:744: error: ‘mvaddnstr’ was not declared in this scope
  53. cursesclient.cpp:753: error: ‘COLS’ was not declared in this scope
  54. cursesclient.cpp:753: error: ‘mvaddnstr’ was not declared in this scope
  55. cursesclient.cpp:777: warning: deprecated conversion from string constant to ‘char*’
  56. cursesclient.cpp:778: error: ‘COLS’ was not declared in this scope
  57. cursesclient.cpp:778: error: ‘mvaddnstr’ was not declared in this scope
  58. cursesclient.cpp:782: error: ‘addch’ was not declared in this scope
  59. cursesclient.cpp:782: error: ‘addnstr’ was not declared in this scope
  60. cursesclient.cpp:788: error: ‘move’ was not declared in this scope
  61. cursesclient.cpp: In function ‘int licensecallback(int, char*)’:
  62. cursesclient.cpp:851: error: ‘bkgdset’ was not declared in this scope
  63. cursesclient.cpp:852: error: ‘attrset’ was not declared in this scope
  64. cursesclient.cpp:854: error: ‘erase’ was not declared in this scope
  65. cursesclient.cpp:859: error: ‘COLS’ was not declared in this scope
  66. cursesclient.cpp:859: error: ‘mvaddnstr’ was not declared in this scope
  67. cursesclient.cpp:859: error: ‘clrtoeol’ was not declared in this scope
  68. cursesclient.cpp:879: error: ‘LINES’ was not declared in this scope
  69. cursesclient.cpp:881: error: ‘move’ was not declared in this scope
  70. cursesclient.cpp:891: error: ‘addch’ was not declared in this scope
  71. cursesclient.cpp:901: error: ‘LINES’ was not declared in this scope
  72. cursesclient.cpp:901: error: ‘mvaddstr’ was not declared in this scope
  73. cursesclient.cpp:907: error: ‘LINES’ was not declared in this scope
  74. cursesclient.cpp:907: error: ‘mvaddstr’ was not declared in this scope
  75. cursesclient.cpp:915: error: ‘getch’ was not declared in this scope
  76. cursesclient.cpp:918: error: ‘KEY_UP’ was not declared in this scope
  77. cursesclient.cpp:919: error: ‘KEY_PPAGE’ was not declared in this scope
  78. cursesclient.cpp:924: error: ‘KEY_DOWN’ was not declared in this scope
  79. cursesclient.cpp:925: error: ‘KEY_NPAGE’ was not declared in this scope
  80. cursesclient.cpp: In function ‘int main(int, char**)’:
  81. cursesclient.cpp:1013: warning: deprecated conversion from string constant to ‘char*’
  82. cursesclient.cpp:1256: warning: deprecated conversion from string constant to ‘char*’
  83. cursesclient.cpp:1348: error: ‘initscr’ was not declared in this scope
  84. cursesclient.cpp:1350: error: ‘cbreak’ was not declared in this scope
  85. cursesclient.cpp:1351: error: ‘noecho’ was not declared in this scope
  86. cursesclient.cpp:1352: error: ‘nonl’ was not declared in this scope
  87. cursesclient.cpp:1353: error: ‘stdscr’ was not declared in this scope
  88. cursesclient.cpp:1353: error: ‘FALSE’ was not declared in this scope
  89. cursesclient.cpp:1353: error: ‘intrflush’ was not declared in this scope
  90. cursesclient.cpp:1354: error: ‘TRUE’ was not declared in this scope
  91. cursesclient.cpp:1354: error: ‘keypad’ was not declared in this scope
  92. cursesclient.cpp:1355: error: ‘nodelay’ was not declared in this scope
  93. cursesclient.cpp:1356: error: ‘raw’ was not declared in this scope
  94. cursesclient.cpp:1359: error: ‘ESCDELAY’ was not declared in this scope
  95. cursesclient.cpp:1362: error: ‘has_colors’ was not declared in this scope
  96. cursesclient.cpp:1364: error: ‘start_color’ was not declared in this scope
  97. cursesclient.cpp:1365: error: ‘COLOR_WHITE’ was not declared in this scope
  98. cursesclient.cpp:1365: error: ‘COLOR_BLUE’ was not declared in this scope
  99. cursesclient.cpp:1365: error: ‘init_pair’ was not declared in this scope
  100. cursesclient.cpp:1366: error: ‘COLOR_BLACK’ was not declared in this scope
  101. cursesclient.cpp:1366: error: ‘COLOR_CYAN’ was not declared in this scope
  102. cursesclient.cpp:1396: error: ‘COLOR_RED’ was not declared in this scope
  103. cursesclient.cpp:1400: error: ‘COLOR_RED’ was not declared in this scope
  104. cursesclient.cpp:1403: error: ‘COLOR_PAIR’ was not declared in this scope
  105. cursesclient.cpp:1410: error: ‘A_STANDOUT’ was not declared in this scope
  106. cursesclient.cpp:1416: error: ‘refresh’ was not declared in this scope
  107. cursesclient.cpp:1446: error: ‘getch’ was not declared in this scope
  108. cursesclient.cpp:1473: error: ‘ERR’ was not declared in this scope
  109. cursesclient.cpp:1477: error: ‘KEY_LEFT’ was not declared in this scope
  110. cursesclient.cpp:1484: error: ‘KEY_RIGHT’ was not declared in this scope
  111. cursesclient.cpp:1490: error: ‘KEY_UP’ was not declared in this scope
  112. cursesclient.cpp:1493: error: ‘KEY_DOWN’ was not declared in this scope
  113. cursesclient.cpp:1507: error: ‘KEY_PPAGE’ was not declared in this scope
  114. cursesclient.cpp:1508: error: ‘LINES’ was not declared in this scope
  115. cursesclient.cpp:1511: error: ‘KEY_NPAGE’ was not declared in this scope
  116. cursesclient.cpp:1523: warning: deprecated conversion from string constant to ‘char*’
  117. cursesclient.cpp:1531: warning: deprecated conversion from string constant to ‘char*’
  118. cursesclient.cpp:1537: warning: deprecated conversion from string constant to ‘char*’
  119. cursesclient.cpp:1549: warning: deprecated conversion from string constant to ‘char*’
  120. cursesclient.cpp:1559: warning: deprecated conversion from string constant to ‘char*’
  121. cursesclient.cpp:1559: warning: deprecated conversion from string constant to ‘char*’
  122. cursesclient.cpp:1564: warning: deprecated conversion from string constant to ‘char*’
  123. cursesclient.cpp:1564: warning: deprecated conversion from string constant to ‘char*’
  124. cursesclient.cpp:1569: warning: deprecated conversion from string constant to ‘char*’
  125. cursesclient.cpp:1583: error: ‘KEY_BACKSPACE’ was not declared in this scope
  126. cursesclient.cpp:1603: error: ‘KEY_LEFT’ was not declared in this scope
  127. cursesclient.cpp:1604: error: ‘KEY_RIGHT’ was not declared in this scope
  128. cursesclient.cpp:1629: error: ‘KEY_PPAGE’ was not declared in this scope
  129. cursesclient.cpp:1630: error: ‘KEY_UP’ was not declared in this scope
  130. cursesclient.cpp:1631: error: ‘KEY_NPAGE’ was not declared in this scope
  131. cursesclient.cpp:1632: error: ‘KEY_DOWN’ was not declared in this scope
  132. cursesclient.cpp:1673: error: ‘KEY_PPAGE’ was not declared in this scope
  133. cursesclient.cpp:1674: error: ‘KEY_UP’ was not declared in this scope
  134. cursesclient.cpp:1675: error: ‘KEY_LEFT’ was not declared in this scope
  135. cursesclient.cpp:1688: error: ‘KEY_NPAGE’ was not declared in this scope
  136. cursesclient.cpp:1689: error: ‘KEY_DOWN’ was not declared in this scope
  137. cursesclient.cpp:1690: error: ‘KEY_RIGHT’ was not declared in this scope
  138. cursesclient.cpp:1734: error: ‘KEY_BACKSPACE’ was not declared in this scope
  139. cursesclient.cpp:1779: error: ‘erase’ was not declared in this scope
  140. cursesclient.cpp:1783: error: ‘endwin’ was not declared in this scope
  141. make: *** [cursesclient.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement