Advertisement
Guest User

dxx-rebirth scons errors

a guest
Jun 14th, 2021
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.58 KB | None | 0 0
  1. file /boot/home/dxx-rebirth/SConstruct,line 4782:
  2. Configure(confdir = .sconf_temp)
  3. scons: dxx: version: ComputedExtraVersion('0.60.0-beta2-1340-ga17129a9aafd','## master...origin/master\n?? .sconf_temp/\n','','a17129a9aafd55c046ece2ebadb67b619710d2cb')
  4. scons: Configure: DXX-Archive.3: checking version of C++ compiler 'g++' ...
  5. scons: Configure: 'g++ (2019_05_24) 8.3.0'
  6.  
  7. scons: Configure: DXX-Archive.3: checking path to assembler ...
  8. scons: Configure: b'/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/bin/as'
  9.  
  10. scons: Configure: DXX-Archive.3: checking version of assembler b'/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/bin/as' ...
  11. scons: Configure: 'GNU assembler (GNU Binutils) 2.31.1'
  12.  
  13. scons: Configure: DXX-Archive.3: checking path to linker ...
  14. scons: Configure: b'/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/bin/ld'
  15.  
  16. scons: Configure: DXX-Archive.3: checking version of linker b'/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/bin/ld' ...
  17. scons: Configure: 'GNU ld (GNU Binutils) 2.31.1'
  18.  
  19. scons: Configure: DXX-Archive.3: CHOST: None
  20.  
  21. scons: Configure: DXX-Archive.3: CXX: 'g++'
  22.  
  23. scons: Configure: DXX-Archive.3: CPPDEFINES: [('PHYSFS_DEPRECATED', '')]
  24.  
  25. scons: Configure: DXX-Archive.3: CPPPATH: ['common/include', 'common/main', '.']
  26.  
  27. scons: Configure: DXX-Archive.3: CPPFLAGS: ['-Wno-sign-compare']
  28.  
  29. scons: Configure: DXX-Archive.3: CXXFLAGS: ['-g', '-O2', '-ftabstop=4', '-Wall', '-Werror=extra', '-Werror=format=2', '-Werror=missing-braces', '-Werror=missing-include-dirs', '-Werror=uninitialized', '-Werror=undef', '-Werror=pointer-arith', '-Werror=cast-qual', '-Werror=missing-declarations', '-Werror=vla', '-pthread', '-funsigned-char']
  30.  
  31. scons: Configure: DXX-Archive.3: LIBS: None
  32.  
  33. scons: Configure: DXX-Archive.3: LINKFLAGS: []
  34.  
  35. scons: Configure: DXX-Archive.3: $CCACHE_PREFIX: None
  36.  
  37. scons: Configure: DXX-Archive.3: $DISTCC_HOSTS: None
  38.  
  39. scons: Configure: DXX-Archive.3: checking whether C++ compiler and linker work...
  40. .sconf_temp/conftest_850ea1f9c4c2ebc75c3bb760606f9654_0.cpp <-
  41. |
  42. |
  43. |/* This test is always false. Use a non-trivial condition to
  44. | * discourage external text scanners from recognizing that the block
  45. | * is never compiled.
  46. | */
  47. |#if 1 < -1
  48. |7b928c29
  49. |// 'g++' => 'g++ (2019_05_24) 8.3.0'
  50. |// 'g++ -g -O2 -ftabstop=4 -Wall -Werror=extra -Werror=format=2 -Werror=missing-braces -Werror=missing-include-dirs -Werror=uninitialized -Werror=undef -Werror=pointer-arith -Werror=cast-qual -Werror=missing-declarations -Werror=vla -pthread -funsigned-char -print-prog-name=as' => b'/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/bin/as'
  51. |// b'/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/bin/as' => 'GNU assembler (GNU Binutils) 2.31.1'
  52. |// 'g++ -g -O2 -ftabstop=4 -Wall -Werror=extra -Werror=format=2 -Werror=missing-braces -Werror=missing-include-dirs -Werror=uninitialized -Werror=undef -Werror=pointer-arith -Werror=cast-qual -Werror=missing-declarations -Werror=vla -pthread -funsigned-char -print-prog-name=ld' => b'/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/bin/ld'
  53. |// b'/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/bin/ld' => 'GNU ld (GNU Binutils) 2.31.1'
  54. |
  55. |#endif
  56. |
  57. |
  58. |
  59. |
  60. |#undef main /* avoid -Dmain=SDL_main from libSDL (and, on some platforms, from libSDL2) */
  61. |
  62. |
  63. |int main(int argc,char**argv){(void)argc;(void)argv;
  64. |
  65. |
  66. |;}
  67. |
  68. |
  69. g++ -c -g -O2 -ftabstop=4 -Wall -Werror=extra -Werror=format=2 -Werror=missing-braces -Werror=missing-include-dirs -Werror=uninitialized -Werror=undef -Werror=pointer-arith -Werror=cast-qual -Werror=missing-declarations -Werror=vla -pthread -funsigned-char -Werror -Wno-sign-compare -DPHYSFS_DEPRECATED= -Icommon/include -Icommon/main -I. .sconf_temp/conftest_850ea1f9c4c2ebc75c3bb760606f9654_0.cpp -o .sconf_temp/conftest_850ea1f9c4c2ebc75c3bb760606f9654_0.o
  70. g++: error: unrecognized command line option '-pthread'
  71. scons: Configure: no
  72.  
  73. scons: Configure: DXX-Archive.3: checking whether C++ compiler works...
  74. .sconf_temp/conftest_850ea1f9c4c2ebc75c3bb760606f9654_1.cpp <-
  75. |
  76. |
  77. |/* This test is always false. Use a non-trivial condition to
  78. | * discourage external text scanners from recognizing that the block
  79. | * is never compiled.
  80. | */
  81. |#if 1 < -1
  82. |7b928c29
  83. |// 'g++' => 'g++ (2019_05_24) 8.3.0'
  84. |// 'g++ -g -O2 -ftabstop=4 -Wall -Werror=extra -Werror=format=2 -Werror=missing-braces -Werror=missing-include-dirs -Werror=uninitialized -Werror=undef -Werror=pointer-arith -Werror=cast-qual -Werror=missing-declarations -Werror=vla -pthread -funsigned-char -print-prog-name=as' => b'/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/bin/as'
  85. |// b'/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/bin/as' => 'GNU assembler (GNU Binutils) 2.31.1'
  86. |// 'g++ -g -O2 -ftabstop=4 -Wall -Werror=extra -Werror=format=2 -Werror=missing-braces -Werror=missing-include-dirs -Werror=uninitialized -Werror=undef -Werror=pointer-arith -Werror=cast-qual -Werror=missing-declarations -Werror=vla -pthread -funsigned-char -print-prog-name=ld' => b'/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/bin/ld'
  87. |// b'/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/bin/ld' => 'GNU ld (GNU Binutils) 2.31.1'
  88. |
  89. |#endif
  90. |
  91. |
  92. |
  93. |
  94. |#undef main /* avoid -Dmain=SDL_main from libSDL (and, on some platforms, from libSDL2) */
  95. |
  96. |
  97. |int main(int argc,char**argv){(void)argc;(void)argv;
  98. |
  99. |
  100. |;}
  101. |
  102. |
  103. g++ -c -g -O2 -ftabstop=4 -Wall -Werror=extra -Werror=format=2 -Werror=missing-braces -Werror=missing-include-dirs -Werror=uninitialized -Werror=undef -Werror=pointer-arith -Werror=cast-qual -Werror=missing-declarations -Werror=vla -pthread -funsigned-char -Werror -Wno-sign-compare -DPHYSFS_DEPRECATED= -Icommon/include -Icommon/main -I. .sconf_temp/conftest_850ea1f9c4c2ebc75c3bb760606f9654_1.cpp -o .sconf_temp/conftest_850ea1f9c4c2ebc75c3bb760606f9654_1_0ae03d803a6b8296b9291690da77eb26.o
  104. g++: error: unrecognized command line option '-pthread'
  105. scons: Configure: no
  106.  
  107. scons: Configure: DXX-Archive.3: checking whether C++ compiler works with blank $CXXFLAGS...
  108. .sconf_temp/conftest_850ea1f9c4c2ebc75c3bb760606f9654_2.cpp <-
  109. |
  110. |
  111. |/* This test is always false. Use a non-trivial condition to
  112. | * discourage external text scanners from recognizing that the block
  113. | * is never compiled.
  114. | */
  115. |#if 1 < -1
  116. |7b928c29
  117. |// 'g++' => 'g++ (2019_05_24) 8.3.0'
  118. |// 'g++ -g -O2 -ftabstop=4 -Wall -Werror=extra -Werror=format=2 -Werror=missing-braces -Werror=missing-include-dirs -Werror=uninitialized -Werror=undef -Werror=pointer-arith -Werror=cast-qual -Werror=missing-declarations -Werror=vla -pthread -funsigned-char -print-prog-name=as' => b'/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/bin/as'
  119. |// b'/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/bin/as' => 'GNU assembler (GNU Binutils) 2.31.1'
  120. |// 'g++ -g -O2 -ftabstop=4 -Wall -Werror=extra -Werror=format=2 -Werror=missing-braces -Werror=missing-include-dirs -Werror=uninitialized -Werror=undef -Werror=pointer-arith -Werror=cast-qual -Werror=missing-declarations -Werror=vla -pthread -funsigned-char -print-prog-name=ld' => b'/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/bin/ld'
  121. |// b'/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/bin/ld' => 'GNU ld (GNU Binutils) 2.31.1'
  122. |
  123. |#endif
  124. |
  125. |
  126. |
  127. |
  128. |#undef main /* avoid -Dmain=SDL_main from libSDL (and, on some platforms, from libSDL2) */
  129. |
  130. |
  131. |int main(int argc,char**argv){(void)argc;(void)argv;
  132. |
  133. |
  134. |;}
  135. |
  136. |
  137. g++ -c -Werror -Wno-sign-compare -DPHYSFS_DEPRECATED= -Icommon/include -Icommon/main -I. .sconf_temp/conftest_850ea1f9c4c2ebc75c3bb760606f9654_2.cpp -o .sconf_temp/conftest_850ea1f9c4c2ebc75c3bb760606f9654_2_c569294bb9fc859fafc1810489ed53db.o
  138. scons: Configure: yes
  139.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement