Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.54 KB | None | 0 0
  1. scons: Reading SConscript files ...
  2. Enabling ALSA
  3. Enabling PulseAudio
  4. Enabling udev support
  5. Checking for C header file mntent.h... (cached) yes
  6. scons: done reading SConscript files.
  7. scons: Building targets ...
  8. Compiling ==> modules/luascript/luascript.cpp
  9. Compiling ==> modules/luascript/register_types.cpp
  10. Compiling ==> modules/luascript/editor/luascript_syntax_highlighter.cpp
  11. Compiling ==> modules/opensimplex/open_simplex_noise.cpp
  12. Compiling ==> modules/opensimplex/register_types.cpp
  13. Compiling ==> thirdparty/opus/opus.c
  14. Compiling ==> thirdparty/opus/opus_decoder.c
  15. thirdparty/opus/opus_decoder.c:37:10: note: #pragma message: You appear to be compiling without optimization, if so opus will be very slow.
  16. # pragma message "You appear to be compiling without optimization, if so opus will be very slow."
  17. ^~~~~~~
  18. Compiling ==> thirdparty/opus/opus_encoder.c
  19. Compiling ==> thirdparty/opus/opus_multistream.c
  20. Compiling ==> thirdparty/opus/opus_multistream_encoder.c
  21. Compiling ==> thirdparty/opus/opus_multistream_decoder.c
  22. Compiling ==> thirdparty/opus/repacketizer.c
  23. Compiling ==> thirdparty/opus/analysis.c
  24. In file included from modules/luascript/register_types.cpp:22:0:
  25. modules/luascript/luascript.h:201:96: error: 'ScriptCodeCompletionOption' was not declared in this scope
  26. virtual Error complete_code(const String &p_code, const String &p_path, Object *p_owner, List<ScriptCodeCompletionOption> *r_options, bool &r_force, String &r_call_hint);
  27. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  28. modules/luascript/luascript.h:201:96: note: suggested alternative: 'ScriptCodeCompletionCache'
  29. virtual Error complete_code(const String &p_code, const String &p_path, Object *p_owner, List<ScriptCodeCompletionOption> *r_options, bool &r_force, String &r_call_hint);
  30. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  31. ScriptCodeCompletionCache
  32. modules/luascript/luascript.h:201:122: error: template argument 1 is invalid
  33. virtual Error complete_code(const String &p_code, const String &p_path, Object *p_owner, List<ScriptCodeCompletionOption> *r_options, bool &r_force, String &r_call_hint);
  34. ^
  35. Compiling ==> thirdparty/opus/mlp.c
  36. Compiling ==> thirdparty/opus/mlp_data.c
  37. Compiling ==> thirdparty/opus/info.c
  38. Compiling ==> thirdparty/opus/internal.c
  39. Compiling ==> thirdparty/opus/opusfile.c
  40. Compiling ==> thirdparty/opus/stream.c
  41. In file included from modules/luascript/luascript.cpp:28:0:
  42. modules/luascript/luascript.h:201:96: error: 'ScriptCodeCompletionOption' was not declared in this scope
  43. virtual Error complete_code(const String &p_code, const String &p_path, Object *p_owner, List<ScriptCodeCompletionOption> *r_options, bool &r_force, String &r_call_hint);
  44. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  45. modules/luascript/luascript.h:201:96: note: suggested alternative: 'ScriptCodeCompletionCache'
  46. virtual Error complete_code(const String &p_code, const String &p_path, Object *p_owner, List<ScriptCodeCompletionOption> *r_options, bool &r_force, String &r_call_hint);
  47. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  48. ScriptCodeCompletionCache
  49. modules/luascript/luascript.h:201:122: error: template argument 1 is invalid
  50. virtual Error complete_code(const String &p_code, const String &p_path, Object *p_owner, List<ScriptCodeCompletionOption> *r_options, bool &r_force, String &r_call_hint);
  51. ^
  52. Compiling ==> thirdparty/opus/celt/bands.c
  53. Compiling ==> thirdparty/opus/celt/celt.c
  54. Compiling ==> thirdparty/opus/celt/celt_encoder.c
  55. Compiling ==> thirdparty/opus/celt/celt_decoder.c
  56. Compiling ==> thirdparty/opus/celt/cwrs.c
  57. Compiling ==> thirdparty/opus/celt/entcode.c
  58. Compiling ==> thirdparty/opus/celt/entdec.c
  59. Compiling ==> thirdparty/opus/celt/entenc.c
  60. Compiling ==> thirdparty/opus/celt/kiss_fft.c
  61. Compiling ==> thirdparty/opus/celt/laplace.c
  62. Compiling ==> thirdparty/opus/celt/mathops.c
  63. Compiling ==> thirdparty/opus/celt/mdct.c
  64. Compiling ==> thirdparty/opus/celt/modes.c
  65. Compiling ==> thirdparty/opus/celt/pitch.c
  66. In file included from ./core/cowdata.h:36:0,
  67. from ./core/ustring.h:35,
  68. from ./core/math/vector2.h:35,
  69. from ./core/math/rect2.h:34,
  70. from ./core/math/transform_2d.h:34,
  71. from ./scene/gui/control.h:34,
  72. from ./scene/gui/text_edit.h:34,
  73. from modules/luascript/editor/luascript_syntax_highlighter.h:22,
  74. from modules/luascript/editor/luascript_syntax_highlighter.cpp:20:
  75. modules/luascript/editor/luascript_syntax_highlighter.cpp: In static member function 'static SyntaxHighlighter* LuaScriptSyntaxHighlighter::create()':
  76. modules/luascript/editor/luascript_syntax_highlighter.cpp:35:16: error: invalid new-expression of abstract class type 'LuaScriptSyntaxHighlighter'
  77. return memnew(LuaScriptSyntaxHighlighter);
  78. ^
  79. ./core/os/memory.h:98:51: note: in definition of macro 'memnew'
  80. #define memnew(m_class) _post_initialize(new ("") m_class)
  81. ^~~~~~~
  82. In file included from modules/luascript/editor/luascript_syntax_highlighter.cpp:20:0:
  83. modules/luascript/editor/luascript_syntax_highlighter.h:24:7: note: because the following virtual functions are pure within 'LuaScriptSyntaxHighlighter':
  84. class LuaScriptSyntaxHighlighter : public SyntaxHighlighter {
  85. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  86. In file included from modules/luascript/editor/luascript_syntax_highlighter.h:22:0,
  87. from modules/luascript/editor/luascript_syntax_highlighter.cpp:20:
  88. ./scene/gui/text_edit.h:690:17: note: virtual String SyntaxHighlighter::get_name()
  89. virtual String get_name() = 0;
  90. ^~~~~~~~
  91. Compiling ==> thirdparty/opus/celt/celt_lpc.c
  92. Compiling ==> thirdparty/opus/celt/quant_bands.c
  93. Compiling ==> thirdparty/opus/celt/rate.c
  94. Compiling ==> thirdparty/opus/celt/vq.c
  95. Compiling ==> thirdparty/opus/silk/CNG.c
  96. Compiling ==> thirdparty/opus/silk/code_signs.c
  97. scons: *** [modules/luascript/editor/luascript_syntax_highlighter.x11.tools.64.o] Error 1
  98. scons: *** [modules/luascript/register_types.x11.tools.64.o] Error 1
  99. modules/luascript/luascript.cpp:692:8: error: 'ScriptCodeCompletionOption' was not declared in this scope
  100. List<ScriptCodeCompletionOption> *r_options, bool &r_force, String &r_call_hint) { // TODO
  101. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  102. modules/luascript/luascript.cpp:692:8: note: suggested alternative: 'ScriptCodeCompletionCache'
  103. List<ScriptCodeCompletionOption> *r_options, bool &r_force, String &r_call_hint) { // TODO
  104. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  105. ScriptCodeCompletionCache
  106. modules/luascript/luascript.cpp:692:34: error: template argument 1 is invalid
  107. List<ScriptCodeCompletionOption> *r_options, bool &r_force, String &r_call_hint) { // TODO
  108. ^
  109. scons: *** [modules/luascript/luascript.x11.tools.64.o] Error 1
  110. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement