Guest User

Untitled

a guest
Jun 3rd, 2025
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.91 KB | None | 0 0
  1. [ 48%] Performing configure step for 'OPENNURBS_BLD'
  2. CMake Error at /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD-stamp/MANIFOLD_BLD-build-Release.cmake:37 (message):
  3. Command failed: 2
  4.  
  5. '/opt/local/bin/gmake'
  6.  
  7. See also
  8.  
  9. /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD-stamp/MANIFOLD_BLD-build-*.log
  10.  
  11.  
  12. -- stdout output is:
  13. [ 4%] Building CXX object src/collider/CMakeFiles/collider.dir/src/collider.cpp.o
  14. [ 9%] Building CXX object src/cross_section/CMakeFiles/cross_section.dir/src/cross_section.cpp.o
  15. [ 14%] Building CXX object src/polygon/CMakeFiles/polygon.dir/src/polygon.cpp.o
  16. [ 19%] Building CXX object src/cross_section/CMakeFiles/cross_section.dir/__/third_party/clipper2/src/clipper.engine.cpp.o
  17. [ 23%] Building CXX object src/cross_section/CMakeFiles/cross_section.dir/__/third_party/clipper2/src/clipper.offset.cpp.o
  18. [ 28%] Building CXX object src/cross_section/CMakeFiles/cross_section.dir/__/third_party/clipper2/src/clipper.rectclip.cpp.o
  19. [ 28%] Built target cross_section
  20.  
  21. -- stderr output is:
  22. In file included from /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/collider/src/collider.cpp:15:
  23. In file included from /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/collider/include/collider.h:17:
  24. In file included from /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/include/sparse.h:19:
  25. In file included from /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/include/par.h:16:
  26. In file included from /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/binary_search.h:1898:
  27. In file included from /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/detail/binary_search.inl:23:
  28. In file included from /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/system/detail/generic/binary_search.h:172:
  29. In file included from /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/system/detail/generic/binary_search.inl:31:
  30. In file included from /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/detail/temporary_array.h:39:
  31. In file included from /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/iterator/detail/tagged_iterator.h:23:
  32. /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/type_traits/is_contiguous_iterator.h:142:3: error: use of undeclared identifier '_VSTD'
  33. 142 | _VSTD::__wrap_iter<Iterator>
  34. | ^
  35. /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/type_traits/is_contiguous_iterator.h:142:22: error: 'Iterator' does not refer to a value
  36. 142 | _VSTD::__wrap_iter<Iterator>
  37. | ^
  38. /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/type_traits/is_contiguous_iterator.h:140:20: note: declared here
  39. 140 | template <typename Iterator>
  40. | ^
  41. /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/type_traits/is_contiguous_iterator.h:143:1: error: expected unqualified-id
  42. 143 | > : true_type {};
  43. | ^
  44. 3 errors generated.
  45. gmake[5]: *** [src/collider/CMakeFiles/collider.dir/build.make:82: src/collider/CMakeFiles/collider.dir/src/collider.cpp.o] Error 1
  46. gmake[4]: *** [CMakeFiles/Makefile2:360: src/collider/CMakeFiles/collider.dir/all] Error 2
  47. gmake[4]: *** Waiting for unfinished jobs....
  48. In file included from /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/polygon/src/polygon.cpp:22:
  49. In file included from /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/include/utils.h:26:
  50. In file included from /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/include/par.h:16:
  51. In file included from /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/binary_search.h:1898:
  52. In file included from /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/detail/binary_search.inl:23:
  53. In file included from /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/system/detail/generic/binary_search.h:172:
  54. In file included from /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/system/detail/generic/binary_search.inl:31:
  55. In file included from /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/detail/temporary_array.h:39:
  56. In file included from /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/iterator/detail/tagged_iterator.h:23:
  57. /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/type_traits/is_contiguous_iterator.h:142:3: error: use of undeclared identifier '_VSTD'
  58. 142 | _VSTD::__wrap_iter<Iterator>
  59. | ^
  60. /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/type_traits/is_contiguous_iterator.h:142:22: error: 'Iterator' does not refer to a value
  61. 142 | _VSTD::__wrap_iter<Iterator>
  62. | ^
  63. /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/type_traits/is_contiguous_iterator.h:140:20: note: declared here
  64. 140 | template <typename Iterator>
  65. | ^
  66. /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD/src/utilities/../third_party/thrust/thrust/type_traits/is_contiguous_iterator.h:143:1: error: expected unqualified-id
  67. 143 | > : true_type {};
  68. | ^
  69. 3 errors generated.
  70. gmake[5]: *** [src/polygon/CMakeFiles/polygon.dir/build.make:82: src/polygon/CMakeFiles/polygon.dir/src/polygon.cpp.o] Error 1
  71. gmake[4]: *** [CMakeFiles/Makefile2:424: src/polygon/CMakeFiles/polygon.dir/all] Error 2
  72. gmake[3]: *** [Makefile:159: all] Error 2
  73.  
  74. CMake Error at /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD-stamp/MANIFOLD_BLD-build-Release.cmake:47 (message):
  75. Stopping after outputting logs.
  76.  
  77.  
  78. gmake[2]: *** [manifold/CMakeFiles/MANIFOLD_BLD-install.dir/build.make:83: manifold/MANIFOLD_BLD-prefix/src/MANIFOLD_BLD-stamp/MANIFOLD_BLD-build] Error 1
  79. gmake[1]: *** [CMakeFiles/Makefile2:2237: manifold/CMakeFiles/MANIFOLD_BLD-install.dir/all] Error 2
  80. gmake[1]: *** Waiting for unfinished jobs....
  81. -- OSMESA_BLD configure command succeeded. See also /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/osmesa/OSMESA_BLD-prefix/src/OSMESA_BLD-stamp/OSMESA_BLD-configure-*.log
  82. [ 49%] Performing build step for 'OSMESA_BLD'
  83. -- OPENNURBS_BLD configure command succeeded. See also /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/opennurbs/OPENNURBS_BLD-prefix/src/OPENNURBS_BLD-stamp/OPENNURBS_BLD-configure-*.log
  84. [ 50%] Performing build step for 'OPENNURBS_BLD'
  85. -- SQLITE3_BLD build command succeeded. See also /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/sqlite3/SQLITE3_BLD-prefix/src/SQLITE3_BLD-stamp/SQLITE3_BLD-build-*.log
  86. [ 50%] Performing install step for 'SQLITE3_BLD'
  87. -- SQLITE3_BLD install command succeeded. See also /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/sqlite3/SQLITE3_BLD-prefix/src/SQLITE3_BLD-stamp/SQLITE3_BLD-install-*.log
  88. [ 50%] Built target SQLITE3_BLD-install
  89. -- RE2C_BLD build command succeeded. See also /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/re2c/RE2C_BLD-prefix/src/RE2C_BLD-stamp/RE2C_BLD-build-*.log
  90. [ 51%] Performing install step for 'RE2C_BLD'
  91. -- RE2C_BLD install command succeeded. See also /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/re2c/RE2C_BLD-prefix/src/RE2C_BLD-stamp/RE2C_BLD-install-*.log
  92. [ 51%] Built target RE2C_BLD-install
  93. -- OSMESA_BLD build command succeeded. See also /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/osmesa/OSMESA_BLD-prefix/src/OSMESA_BLD-stamp/OSMESA_BLD-build-*.log
  94. [ 51%] Performing install step for 'OSMESA_BLD'
  95. -- OSMESA_BLD install command succeeded. See also /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/osmesa/OSMESA_BLD-prefix/src/OSMESA_BLD-stamp/OSMESA_BLD-install-*.log
  96. [ 51%] Built target OSMESA_BLD-install
  97. -- OPENMESH_BLD build command succeeded. See also /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/openmesh/OPENMESH_BLD-prefix/src/OPENMESH_BLD-stamp/OPENMESH_BLD-build-*.log
  98. [ 52%] Performing install step for 'OPENMESH_BLD'
  99. -- OPENMESH_BLD install command succeeded. See also /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/openmesh/OPENMESH_BLD-prefix/src/OPENMESH_BLD-stamp/OPENMESH_BLD-install-*.log
  100. [ 52%] Built target OPENMESH_BLD-install
  101. -- OPENNURBS_BLD build command succeeded. See also /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/opennurbs/OPENNURBS_BLD-prefix/src/OPENNURBS_BLD-stamp/OPENNURBS_BLD-build-*.log
  102. [ 52%] Performing install step for 'OPENNURBS_BLD'
  103. -- OPENNURBS_BLD install command succeeded. See also /Users/pawleeq/Downloads/brlcad-7.40.2/build/bext_build/opennurbs/OPENNURBS_BLD-prefix/src/OPENNURBS_BLD-stamp/OPENNURBS_BLD-install-*.log
  104. [ 52%] Built target OPENNURBS_BLD-install
  105. gmake: *** [Makefile:91: all] Error 2
  106. CMake Error at misc/CMake/BRLCAD_Util.cmake:90 (_message):
  107. Unable to successfully build bext dependency repository
  108. Call Stack (most recent call first):
  109. misc/CMake/BRLCAD_EXT_Setup.cmake:239 (message)
  110. misc/CMake/BRLCAD_ExternalDeps.cmake:121 (brlcad_ext_setup)
  111. CMakeLists.txt:1995 (include)
  112.  
  113.  
  114. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment