Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.73 KB | None | 0 0
  1. b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\ReleaseBuild/bin.v2 --build-type=complete toolset=msvc-10.0 address-model=32 architecture=x86 stage
  2. Performing configuration checks
  3.  
  4. - default address-model : 32-bit (cached)
  5. - default architecture : x86 (cached)
  6. - C++11 mutex : no (cached)
  7. - Boost.Config Feature Check: cxx11_auto_declarations : yes (cached)
  8. - Boost.Config Feature Check: cxx11_constexpr : no (cached)
  9. - Boost.Config Feature Check: cxx11_defaulted_functions : no (cached)
  10. - Boost.Config Feature Check: cxx11_final : no (cached)
  11. - Boost.Config Feature Check: cxx11_hdr_mutex : no (cached)
  12. - Boost.Config Feature Check: cxx11_hdr_tuple : yes (cached)
  13. - Boost.Config Feature Check: cxx11_lambdas : yes (cached)
  14. - Boost.Config Feature Check: cxx11_noexcept : no (cached)
  15. - Boost.Config Feature Check: cxx11_nullptr : yes (cached)
  16. - Boost.Config Feature Check: cxx11_rvalue_references : yes (cached)
  17. - Boost.Config Feature Check: cxx11_template_aliases : no (cached)
  18. - Boost.Config Feature Check: cxx11_thread_local : no (cached)
  19. - Boost.Config Feature Check: cxx11_variadic_templates : no (cached)
  20. - has_icu builds : no (cached)
  21. warning: Graph library does not contain MPI-based parallel components.
  22. note: to enable them, add "using mpi ;" to your user-config.jam.
  23. note: to suppress this message, pass "--without-graph_parallel" to bjam.
  24. - lzma : no (cached)
  25. - zstd : no (cached)
  26. - iconv (libc) : no (cached)
  27. - iconv (separate) : no (cached)
  28. - icu : no (cached)
  29. - icu (lib64) : no (cached)
  30. - native-atomic-int32-supported : yes (cached)
  31. - message-compiler : yes (cached)
  32. - native-syslog-supported : no (cached)
  33. - pthread-supports-robust-mutexes : no (cached)
  34. - compiler-supports-ssse3 : yes (cached)
  35. - compiler-supports-avx2 : no (cached)
  36. - gcc visibility : no (cached)
  37. - long double support : yes (cached)
  38. - libbacktrace builds : no (cached)
  39. - addr2line builds : no (cached)
  40. - WinDbg builds : yes (cached)
  41. - WinDbgCached builds : no (cached)
  42. - BOOST_COMP_GNUC >= 4.3.0 : no (cached)
  43. - lzma : no (cached)
  44. - zstd : no (cached)
  45. - lzma : no (cached)
  46. - zstd : no (cached)
  47. - lzma : no (cached)
  48. - zstd : no (cached)
  49. - lzma : no (cached)
  50. - zstd : no (cached)
  51. - lzma : no (cached)
  52. - zstd : no (cached)
  53.  
  54. Component configuration:
  55.  
  56. - atomic : building
  57. - chrono : building
  58. - container : building
  59. - context : building
  60. - contract : building
  61. - coroutine : building
  62. - date_time : building
  63. - exception : building
  64. - fiber : building
  65. - filesystem : building
  66. - graph : building
  67. - graph_parallel : building
  68. - headers : building
  69. - iostreams : building
  70. - locale : building
  71. - log : building
  72. - math : building
  73. - mpi : not building
  74. - program_options : building
  75. - python : building
  76. - random : building
  77. - regex : building
  78. - serialization : building
  79. - stacktrace : building
  80. - system : building
  81. - test : building
  82. - thread : building
  83. - timer : building
  84. - type_erasure : building
  85. - wave : building
  86.  
  87. ...patience...
  88. ...patience...
  89. ...patience...
  90. ...patience...
  91. ...patience...
  92. ...patience...
  93. ...found 35594 targets...
  94. b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\ReleaseBuild/bin.v2 --build-type=complete toolset=msvc-11.0 address-model=32 architecture=x86 stage
  95. Performing configuration checks
  96.  
  97. - default address-model : 32-bit (cached)
  98. - default architecture : x86 (cached)
  99. - C++11 mutex : yes (cached)
  100. - Boost.Config Feature Check: cxx11_auto_declarations : yes (cached)
  101. - Boost.Config Feature Check: cxx11_constexpr : no (cached)
  102. - Boost.Config Feature Check: cxx11_defaulted_functions : no (cached)
  103. - Boost.Config Feature Check: cxx11_final : yes (cached)
  104. - Boost.Config Feature Check: cxx11_hdr_mutex : yes (cached)
  105. - Boost.Config Feature Check: cxx11_hdr_tuple : no (cached)
  106. - Boost.Config Feature Check: cxx11_lambdas : yes (cached)
  107. - Boost.Config Feature Check: cxx11_noexcept : no (cached)
  108. - Boost.Config Feature Check: cxx11_nullptr : yes (cached)
  109. - Boost.Config Feature Check: cxx11_rvalue_references : yes (cached)
  110. - Boost.Config Feature Check: cxx11_template_aliases : no (cached)
  111. - Boost.Config Feature Check: cxx11_thread_local : no (cached)
  112. - Boost.Config Feature Check: cxx11_variadic_templates : no (cached)
  113. - has_icu builds : no (cached)
  114. warning: Graph library does not contain MPI-based parallel components.
  115. note: to enable them, add "using mpi ;" to your user-config.jam.
  116. note: to suppress this message, pass "--without-graph_parallel" to bjam.
  117. - lzma : no (cached)
  118. - zstd : no (cached)
  119. - iconv (libc) : no (cached)
  120. - iconv (separate) : no (cached)
  121. - icu : no (cached)
  122. - icu (lib64) : no (cached)
  123. - native-atomic-int32-supported : yes (cached)
  124. - message-compiler : yes (cached)
  125. - native-syslog-supported : no (cached)
  126. - pthread-supports-robust-mutexes : no (cached)
  127. - compiler-supports-ssse3 : yes (cached)
  128. - compiler-supports-avx2 : yes (cached)
  129. - gcc visibility : no (cached)
  130. - long double support : yes (cached)
  131. - libbacktrace builds : no (cached)
  132. - addr2line builds : no (cached)
  133. - WinDbg builds : yes (cached)
  134. - WinDbgCached builds : no (cached)
  135. - BOOST_COMP_GNUC >= 4.3.0 : no (cached)
  136. - lzma : no (cached)
  137. - zstd : no (cached)
  138. - lzma : no (cached)
  139. - zstd : no (cached)
  140. - lzma : no (cached)
  141. - zstd : no (cached)
  142. - lzma : no (cached)
  143. - zstd : no (cached)
  144. - lzma : no (cached)
  145. - zstd : no (cached)
  146.  
  147. Component configuration:
  148.  
  149. - atomic : building
  150. - chrono : building
  151. - container : building
  152. - context : building
  153. - contract : building
  154. - coroutine : building
  155. - date_time : building
  156. - exception : building
  157. - fiber : building
  158. - filesystem : building
  159. - graph : building
  160. - graph_parallel : building
  161. - headers : building
  162. - iostreams : building
  163. - locale : building
  164. - log : building
  165. - math : building
  166. - mpi : not building
  167. - program_options : building
  168. - python : building
  169. - random : building
  170. - regex : building
  171. - serialization : building
  172. - stacktrace : building
  173. - system : building
  174. - test : building
  175. - thread : building
  176. - timer : building
  177. - type_erasure : building
  178. - wave : building
  179.  
  180. ...patience...
  181. ...patience...
  182. ...patience...
  183. ...patience...
  184. ...patience...
  185. ...patience...
  186. ...found 35596 targets...
  187. b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\ReleaseBuild/bin.v2 --build-type=complete toolset=msvc-12.0 address-model=32 architecture=x86 stage
  188. Performing configuration checks
  189.  
  190. - default address-model : 32-bit (cached)
  191. - default architecture : x86 (cached)
  192. - C++11 mutex : yes (cached)
  193. - Boost.Config Feature Check: cxx11_auto_declarations : yes (cached)
  194. - Boost.Config Feature Check: cxx11_constexpr : no (cached)
  195. - Boost.Config Feature Check: cxx11_defaulted_functions : yes (cached)
  196. - Boost.Config Feature Check: cxx11_final : yes (cached)
  197. - Boost.Config Feature Check: cxx11_hdr_mutex : yes (cached)
  198. - Boost.Config Feature Check: cxx11_hdr_tuple : yes (cached)
  199. - Boost.Config Feature Check: cxx11_lambdas : yes (cached)
  200. - Boost.Config Feature Check: cxx11_noexcept : no (cached)
  201. - Boost.Config Feature Check: cxx11_nullptr : yes (cached)
  202. - Boost.Config Feature Check: cxx11_rvalue_references : yes (cached)
  203. - Boost.Config Feature Check: cxx11_template_aliases : yes (cached)
  204. - Boost.Config Feature Check: cxx11_thread_local : no (cached)
  205. - Boost.Config Feature Check: cxx11_variadic_templates : yes (cached)
  206. - has_icu builds : no (cached)
  207. warning: Graph library does not contain MPI-based parallel components.
  208. note: to enable them, add "using mpi ;" to your user-config.jam.
  209. note: to suppress this message, pass "--without-graph_parallel" to bjam.
  210. - lzma : no (cached)
  211. - zstd : no (cached)
  212. - iconv (libc) : no (cached)
  213. - iconv (separate) : no (cached)
  214. - icu : no (cached)
  215. - icu (lib64) : no (cached)
  216. - native-atomic-int32-supported : yes (cached)
  217. - message-compiler : yes (cached)
  218. - native-syslog-supported : no (cached)
  219. - pthread-supports-robust-mutexes : no (cached)
  220. - compiler-supports-ssse3 : yes (cached)
  221. - compiler-supports-avx2 : yes (cached)
  222. - gcc visibility : no (cached)
  223. - long double support : yes (cached)
  224. - libbacktrace builds : no (cached)
  225. - addr2line builds : no (cached)
  226. - WinDbg builds : yes (cached)
  227. - WinDbgCached builds : no (cached)
  228. - BOOST_COMP_GNUC >= 4.3.0 : no (cached)
  229. - lzma : no (cached)
  230. - zstd : no (cached)
  231. - lzma : no (cached)
  232. - zstd : no (cached)
  233. - lzma : no (cached)
  234. - zstd : no (cached)
  235. - lzma : no (cached)
  236. - zstd : no (cached)
  237. - lzma : no (cached)
  238. - zstd : no (cached)
  239.  
  240. Component configuration:
  241.  
  242. - atomic : building
  243. - chrono : building
  244. - container : building
  245. - context : building
  246. - contract : building
  247. - coroutine : building
  248. - date_time : building
  249. - exception : building
  250. - fiber : building
  251. - filesystem : building
  252. - graph : building
  253. - graph_parallel : building
  254. - headers : building
  255. - iostreams : building
  256. - locale : building
  257. - log : building
  258. - math : building
  259. - mpi : not building
  260. - program_options : building
  261. - python : building
  262. - random : building
  263. - regex : building
  264. - serialization : building
  265. - stacktrace : building
  266. - system : building
  267. - test : building
  268. - thread : building
  269. - timer : building
  270. - type_erasure : building
  271. - wave : building
  272.  
  273. ...patience...
  274. ...patience...
  275. ...patience...
  276. ...patience...
  277. ...patience...
  278. ...patience...
  279. ...found 35596 targets...
  280. b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\ReleaseBuild/bin.v2 --build-type=complete toolset=msvc-14.0 address-model=32 architecture=x86 stage
  281. Performing configuration checks
  282.  
  283. - default address-model : 32-bit (cached)
  284. - default architecture : x86 (cached)
  285. - C++11 mutex : yes (cached)
  286. - Boost.Config Feature Check: cxx11_auto_declarations : yes (cached)
  287. - Boost.Config Feature Check: cxx11_constexpr : yes (cached)
  288. - Boost.Config Feature Check: cxx11_defaulted_functions : yes (cached)
  289. - Boost.Config Feature Check: cxx11_final : yes (cached)
  290. - Boost.Config Feature Check: cxx11_hdr_mutex : yes (cached)
  291. - Boost.Config Feature Check: cxx11_hdr_tuple : yes (cached)
  292. - Boost.Config Feature Check: cxx11_lambdas : yes (cached)
  293. - Boost.Config Feature Check: cxx11_noexcept : yes (cached)
  294. - Boost.Config Feature Check: cxx11_nullptr : yes (cached)
  295. - Boost.Config Feature Check: cxx11_rvalue_references : yes (cached)
  296. - Boost.Config Feature Check: cxx11_template_aliases : yes (cached)
  297. - Boost.Config Feature Check: cxx11_thread_local : yes (cached)
  298. - Boost.Config Feature Check: cxx11_variadic_templates : yes (cached)
  299. - has_icu builds : no (cached)
  300. warning: Graph library does not contain MPI-based parallel components.
  301. note: to enable them, add "using mpi ;" to your user-config.jam.
  302. note: to suppress this message, pass "--without-graph_parallel" to bjam.
  303. - lzma : no (cached)
  304. - zstd : no (cached)
  305. - iconv (libc) : no (cached)
  306. - iconv (separate) : no (cached)
  307. - icu : no (cached)
  308. - icu (lib64) : no (cached)
  309. - native-atomic-int32-supported : yes (cached)
  310. - message-compiler : yes (cached)
  311. - native-syslog-supported : no (cached)
  312. - pthread-supports-robust-mutexes : no (cached)
  313. - compiler-supports-ssse3 : yes (cached)
  314. - compiler-supports-avx2 : yes (cached)
  315. - gcc visibility : no (cached)
  316. - long double support : yes (cached)
  317. - libbacktrace builds : no (cached)
  318. - addr2line builds : no (cached)
  319. - WinDbg builds : yes (cached)
  320. - WinDbgCached builds : yes (cached)
  321. - BOOST_COMP_GNUC >= 4.3.0 : no (cached)
  322. - lzma : no (cached)
  323. - zstd : no (cached)
  324. - lzma : no (cached)
  325. - zstd : no (cached)
  326. - lzma : no (cached)
  327. - zstd : no (cached)
  328. - lzma : no (cached)
  329. - zstd : no (cached)
  330. - lzma : no (cached)
  331. - zstd : no (cached)
  332.  
  333. Component configuration:
  334.  
  335. - atomic : building
  336. - chrono : building
  337. - container : building
  338. - context : building
  339. - contract : building
  340. - coroutine : building
  341. - date_time : building
  342. - exception : building
  343. - fiber : building
  344. - filesystem : building
  345. - graph : building
  346. - graph_parallel : building
  347. - headers : building
  348. - iostreams : building
  349. - locale : building
  350. - log : building
  351. - math : building
  352. - mpi : not building
  353. - program_options : building
  354. - python : building
  355. - random : building
  356. - regex : building
  357. - serialization : building
  358. - stacktrace : building
  359. - system : building
  360. - test : building
  361. - thread : building
  362. - timer : building
  363. - type_erasure : building
  364. - wave : building
  365.  
  366. ...patience...
  367. ...patience...
  368. ...patience...
  369. ...patience...
  370. ...patience...
  371. ...patience...
  372. ...found 35881 targets...
  373. b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\ReleaseBuild/bin.v2 --build-type=complete toolset=msvc-14.1 address-model=32 architecture=x86 stage
  374. Performing configuration checks
  375.  
  376. - default address-model : 32-bit (cached)
  377. - default architecture : x86 (cached)
  378. - C++11 mutex : yes (cached)
  379. - Boost.Config Feature Check: cxx11_auto_declarations : yes (cached)
  380. - Boost.Config Feature Check: cxx11_constexpr : yes (cached)
  381. - Boost.Config Feature Check: cxx11_defaulted_functions : yes (cached)
  382. - Boost.Config Feature Check: cxx11_final : yes (cached)
  383. - Boost.Config Feature Check: cxx11_hdr_mutex : yes (cached)
  384. - Boost.Config Feature Check: cxx11_hdr_tuple : yes (cached)
  385. - Boost.Config Feature Check: cxx11_lambdas : yes (cached)
  386. - Boost.Config Feature Check: cxx11_noexcept : yes (cached)
  387. - Boost.Config Feature Check: cxx11_nullptr : yes (cached)
  388. - Boost.Config Feature Check: cxx11_rvalue_references : yes (cached)
  389. - Boost.Config Feature Check: cxx11_template_aliases : yes (cached)
  390. - Boost.Config Feature Check: cxx11_thread_local : yes (cached)
  391. - Boost.Config Feature Check: cxx11_variadic_templates : yes (cached)
  392. - has_icu builds : no (cached)
  393. warning: Graph library does not contain MPI-based parallel components.
  394. note: to enable them, add "using mpi ;" to your user-config.jam.
  395. note: to suppress this message, pass "--without-graph_parallel" to bjam.
  396. - lzma : no (cached)
  397. - zstd : no (cached)
  398. - iconv (libc) : no (cached)
  399. - iconv (separate) : no (cached)
  400. - icu : no (cached)
  401. - icu (lib64) : no (cached)
  402. - native-atomic-int32-supported : yes (cached)
  403. - message-compiler : yes (cached)
  404. - native-syslog-supported : no (cached)
  405. - pthread-supports-robust-mutexes : no (cached)
  406. - compiler-supports-ssse3 : yes (cached)
  407. - compiler-supports-avx2 : yes (cached)
  408. - gcc visibility : no (cached)
  409. - long double support : yes (cached)
  410. - libbacktrace builds : no (cached)
  411. - addr2line builds : no (cached)
  412. - WinDbg builds : yes (cached)
  413. - WinDbgCached builds : yes (cached)
  414. - BOOST_COMP_GNUC >= 4.3.0 : no (cached)
  415. - lzma : no (cached)
  416. - zstd : no (cached)
  417. - lzma : no (cached)
  418. - zstd : no (cached)
  419. - lzma : no (cached)
  420. - zstd : no (cached)
  421. - lzma : no (cached)
  422. - zstd : no (cached)
  423. - lzma : no (cached)
  424. - zstd : no (cached)
  425.  
  426. Component configuration:
  427.  
  428. - atomic : building
  429. - chrono : building
  430. - container : building
  431. - context : building
  432. - contract : building
  433. - coroutine : building
  434. - date_time : building
  435. - exception : building
  436. - fiber : building
  437. - filesystem : building
  438. - graph : building
  439. - graph_parallel : building
  440. - headers : building
  441. - iostreams : building
  442. - locale : building
  443. - log : building
  444. - math : building
  445. - mpi : not building
  446. - program_options : building
  447. - python : building
  448. - random : building
  449. - regex : building
  450. - serialization : building
  451. - stacktrace : building
  452. - system : building
  453. - test : building
  454. - thread : building
  455. - timer : building
  456. - type_erasure : building
  457. - wave : building
  458.  
  459. ...patience...
  460. ...patience...
  461. ...patience...
  462. ...patience...
  463. ...patience...
  464. ...patience...
  465. ...found 35881 targets...
  466. b2 -j%NUMBER_OF_PROCESSORS% --without-mpi --build-dir=D:\ReleaseBuild/bin.v2 --build-type=complete toolset=msvc-14.2 address-model=32 architecture=x86 stage
  467. Performing configuration checks
  468.  
  469. - default address-model : 32-bit (cached)
  470. - default architecture : x86 (cached)
  471. - C++11 mutex : yes (cached)
  472. - Boost.Config Feature Check: cxx11_auto_declarations : yes (cached)
  473. - Boost.Config Feature Check: cxx11_constexpr : yes (cached)
  474. - Boost.Config Feature Check: cxx11_defaulted_functions : yes (cached)
  475. - Boost.Config Feature Check: cxx11_final : yes (cached)
  476. - Boost.Config Feature Check: cxx11_hdr_mutex : yes (cached)
  477. - Boost.Config Feature Check: cxx11_hdr_tuple : yes (cached)
  478. - Boost.Config Feature Check: cxx11_lambdas : yes (cached)
  479. - Boost.Config Feature Check: cxx11_noexcept : yes (cached)
  480. - Boost.Config Feature Check: cxx11_nullptr : yes (cached)
  481. - Boost.Config Feature Check: cxx11_rvalue_references : yes (cached)
  482. - Boost.Config Feature Check: cxx11_template_aliases : yes (cached)
  483. - Boost.Config Feature Check: cxx11_thread_local : yes (cached)
  484. - Boost.Config Feature Check: cxx11_variadic_templates : yes (cached)
  485. - has_icu builds : no (cached)
  486. warning: Graph library does not contain MPI-based parallel components.
  487. note: to enable them, add "using mpi ;" to your user-config.jam.
  488. note: to suppress this message, pass "--without-graph_parallel" to bjam.
  489. - lzma : no (cached)
  490. - zstd : no (cached)
  491. - iconv (libc) : no (cached)
  492. - iconv (separate) : no (cached)
  493. - icu : no (cached)
  494. - icu (lib64) : no (cached)
  495. - native-atomic-int32-supported : yes (cached)
  496. - message-compiler : yes (cached)
  497. - native-syslog-supported : no (cached)
  498. - pthread-supports-robust-mutexes : no (cached)
  499. - compiler-supports-ssse3 : yes (cached)
  500. - compiler-supports-avx2 : yes (cached)
  501. - gcc visibility : no (cached)
  502. - long double support : yes (cached)
  503. - libbacktrace builds : no (cached)
  504. - addr2line builds : no (cached)
  505. - WinDbg builds : yes (cached)
  506. - WinDbgCached builds : yes (cached)
  507. - BOOST_COMP_GNUC >= 4.3.0 : no (cached)
  508. - lzma : no (cached)
  509. - zstd : no (cached)
  510. - lzma : no (cached)
  511. - zstd : no (cached)
  512. - lzma : no (cached)
  513. - zstd : no (cached)
  514. - lzma : no (cached)
  515. - zstd : no (cached)
  516. - lzma : no (cached)
  517. - zstd : no (cached)
  518.  
  519. Component configuration:
  520.  
  521. - atomic : building
  522. - chrono : building
  523. - container : building
  524. - context : building
  525. - contract : building
  526. - coroutine : building
  527. - date_time : building
  528. - exception : building
  529. - fiber : building
  530. - filesystem : building
  531. - graph : building
  532. - graph_parallel : building
  533. - headers : building
  534. - iostreams : building
  535. - locale : building
  536. - log : building
  537. - math : building
  538. - mpi : not building
  539. - program_options : building
  540. - python : building
  541. - random : building
  542. - regex : building
  543. - serialization : building
  544. - stacktrace : building
  545. - system : building
  546. - test : building
  547. - thread : building
  548. - timer : building
  549. - type_erasure : building
  550. - wave : building
  551.  
  552. ...patience...
  553. ...patience...
  554. ...patience...
  555. ...patience...
  556. ...patience...
  557. ...patience...
  558. ...found 35881 targets...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement