Advertisement
Guest User

Error

a guest
Jan 13th, 2021
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 114.68 KB | None | 0 0
  1. The CmdStan toolchain is setup properly!
  2. * Latest CmdStan release is v2.25.0
  3. * Installing CmdStan v2.25.0 in /Users/jrsheehy/.cmdstanr/cmdstan-2.25.0
  4. * Downloading cmdstan-2.25.0.tar.gz from GitHub...
  5. * Removing the existing installation of CmdStan...
  6. * Download complete
  7. * Unpacking archive...
  8. * Building CmdStan binaries...
  9. cp bin/mac-stanc bin/stanc
  10. clang++ -std=c++1y -Wno-unknown-warning-option -Wno-tautological-compare -Wno-sign-compare -D_REENTRANT -Wno-ignored-attributes -I stan/lib/stan_math/lib/tbb_2019_U8/include -O3 -I src -I stan/src -I lib/rapidjson_1.1.0/ -I stan/lib/stan_math/ -I stan/lib/stan_math/lib/eigen_3.3.7 -I stan/lib/stan_math/lib/boost_1.72.0 -I stan/lib/stan_math/lib/sundials_5.2.0/include -DBOOST_DISABLE_ASSERTS -c -fvisibility=hidden -o bin/cmdstan/stansummary.o src/cmdstan/stansummary.cpp
  11. chmod +x bin/stanc
  12. cd stan/lib/stan_math/lib/boost_1.72.0; ./bootstrap.sh
  13. Building Boost.Build engine with toolset clang... In file included from src/cmdstan/stansummary.cpp:1:
  14. In file included from src/cmdstan/stansummary_helper.hpp:4:
  15. In file included from stan/src/stan/mcmc/chains.hpp:4:
  16. In file included from stan/src/stan/io/stan_csv_reader.hpp:4:
  17. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string.hpp:23:
  18. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/split.hpp:16:
  19. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/iter_find.hpp:27:
  20. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/find_iterator.hpp:24:
  21. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/detail/find_iterator.hpp:18:
  22. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/function.hpp:30:
  23. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/function/detail/prologue.hpp:17:
  24. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/function/function_base.hpp:21:
  25. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/type_index.hpp:29:
  26. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/type_index/stl_type_index.hpp:47:
  27. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/container_hash/hash.hpp:21:
  28. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/container_hash/detail/hash_float.hpp:14:
  29. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/container_hash/detail/float_functions.hpp:14:
  30. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/config/no_tr1/cmath.hpp:21:
  31. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:317:9: error: no member named 'signbit' in the global namespace
  32. using ::signbit;
  33. ~~^
  34. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:318:9: error: no member named 'fpclassify' in the global namespace
  35. using ::fpclassify;
  36. ~~^
  37. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:319:9: error: no member named 'isfinite' in the global namespace; did you mean 'finite'?
  38. using ::isfinite;
  39. ~~^
  40. /usr/local/include/math.h:752:12: note: 'finite' declared here
  41. extern int finite(double)
  42. ^
  43. In file included from src/cmdstan/stansummary.cpp:1:
  44. In file included from src/cmdstan/stansummary_helper.hpp:4:
  45. In file included from stan/src/stan/mcmc/chains.hpp:4:
  46. In file included from stan/src/stan/io/stan_csv_reader.hpp:4:
  47. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string.hpp:23:
  48. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/split.hpp:16:
  49. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/iter_find.hpp:27:
  50. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/find_iterator.hpp:24:
  51. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/detail/find_iterator.hpp:18:
  52. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/function.hpp:30:
  53. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/function/detail/prologue.hpp:17:
  54. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/function/function_base.hpp:21:
  55. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/type_index.hpp:29:
  56. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/type_index/stl_type_index.hpp:47:
  57. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/container_hash/hash.hpp:21:
  58. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/container_hash/detail/hash_float.hpp:14:
  59. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/container_hash/detail/float_functions.hpp:14:
  60. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/config/no_tr1/cmath.hpp:21:
  61. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:320:9: error: no member named 'isinf' in the global namespace
  62. using ::isinf;
  63. ~~^
  64. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:321:9: error: no member named 'isnan' in the global namespace
  65. using ::isnan;
  66. ~~^
  67. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:322:9: error: no member named 'isnormal' in the global namespace
  68. using ::isnormal;
  69. ~~^
  70. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:323:7: error: no member named 'isgreater' in the global namespace; did you mean '::std::greater'?
  71. using ::isgreater;
  72. ^~
  73. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:738:29: note: '::std::greater' declared here
  74. struct _LIBCPP_TEMPLATE_VIS greater : binary_function<_Tp, _Tp, bool>
  75. ^
  76. In file included from src/cmdstan/stansummary.cpp:1:
  77. In file included from src/cmdstan/stansummary_helper.hpp:4:
  78. In file included from stan/src/stan/mcmc/chains.hpp:4:
  79. In file included from stan/src/stan/io/stan_csv_reader.hpp:4:
  80. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string.hpp:23:
  81. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/split.hpp:16:
  82. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/iter_find.hpp:27:
  83. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/find_iterator.hpp:24:
  84. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/detail/find_iterator.hpp:18:
  85. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/function.hpp:30:
  86. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/function/detail/prologue.hpp:17:
  87. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/function/function_base.hpp:21:
  88. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/type_index.hpp:29:
  89. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/type_index/stl_type_index.hpp:47:
  90. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/container_hash/hash.hpp:21:
  91. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/container_hash/detail/hash_float.hpp:14:
  92. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/container_hash/detail/float_functions.hpp:14:
  93. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/config/no_tr1/cmath.hpp:21:
  94. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:324:7: error: no member named 'isgreaterequal' in the global namespace; did you mean '::std::greater_equal'?
  95. using ::isgreaterequal;
  96. ^~
  97. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:767:29: note: '::std::greater_equal' declared here
  98. struct _LIBCPP_TEMPLATE_VIS greater_equal : binary_function<_Tp, _Tp, bool>
  99. ^
  100. In file included from src/cmdstan/stansummary.cpp:1:
  101. In file included from src/cmdstan/stansummary_helper.hpp:4:
  102. In file included from stan/src/stan/mcmc/chains.hpp:4:
  103. In file included from stan/src/stan/io/stan_csv_reader.hpp:4:
  104. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string.hpp:23:
  105. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/split.hpp:16:
  106. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/iter_find.hpp:27:
  107. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/find_iterator.hpp:24:
  108. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/detail/find_iterator.hpp:18:
  109. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/function.hpp:30:
  110. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/function/detail/prologue.hpp:17:
  111. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/function/function_base.hpp:21:
  112. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/type_index.hpp:29:
  113. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/type_index/stl_type_index.hpp:47:
  114. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/container_hash/hash.hpp:21:
  115. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/container_hash/detail/hash_float.hpp:14:
  116. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/container_hash/detail/float_functions.hpp:14:
  117. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/config/no_tr1/cmath.hpp:21:
  118. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:325:7: error: no member named 'isless' in the global namespace; did you mean 'boost::is_less'?
  119. using ::isless;
  120. ^~
  121. stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/compare.hpp:191:22: note: 'boost::is_less' declared here
  122. using algorithm::is_less;
  123. ^
  124. In file included from src/cmdstan/stansummary.cpp:1:
  125. In file included from src/cmdstan/stansummary_helper.hpp:4:
  126. In file included from stan/src/stan/mcmc/chains.hpp:4:
  127. In file included from stan/src/stan/io/stan_csv_reader.hpp:4:
  128. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string.hpp:23:
  129. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/split.hpp:16:
  130. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/iter_find.hpp:27:
  131. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/find_iterator.hpp:24:
  132. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/algorithm/string/detail/find_iterator.hpp:18:
  133. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/function.hpp:30:
  134. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/function/detail/prologue.hpp:17:
  135. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/function/function_base.hpp:21:
  136. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/type_index.hpp:29:
  137. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/type_index/stl_type_index.hpp:47:
  138. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/container_hash/hash.hpp:21:
  139. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/container_hash/detail/hash_float.hpp:14:
  140. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/container_hash/detail/float_functions.hpp:14:
  141. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/config/no_tr1/cmath.hpp:21:
  142. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:326:9: error: no member named 'islessequal' in the global namespace
  143. using ::islessequal;
  144. ~~^
  145. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:327:9: error: no member named 'islessgreater' in the global namespace
  146. using ::islessgreater;
  147. ~~^
  148. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:328:9: error: no member named 'isunordered' in the global namespace
  149. using ::isunordered;
  150. ~~^
  151. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:329:9: error: no member named 'isunordered' in the global namespace
  152. using ::isunordered;
  153. ~~^
  154. In file included from src/cmdstan/stansummary.cpp:1:
  155. In file included from src/cmdstan/stansummary_helper.hpp:4:
  156. In file included from stan/src/stan/mcmc/chains.hpp:4:
  157. In file included from stan/src/stan/io/stan_csv_reader.hpp:5:
  158. In file included from stan/lib/stan_math/stan/math/prim.hpp:6:
  159. In file included from stan/lib/stan_math/stan/math/prim/core.hpp:4:
  160. In file included from stan/lib/stan_math/stan/math/prim/core/init_threadpool_tbb.hpp:4:
  161. In file included from stan/lib/stan_math/stan/math/prim/err/invalid_argument.hpp:4:
  162. In file included from stan/lib/stan_math/stan/math/prim/meta.hpp:175:
  163. In file included from stan/lib/stan_math/stan/math/prim/meta/append_return_type.hpp:4:
  164. In file included from stan/lib/stan_math/stan/math/prim/fun/Eigen.hpp:22:
  165. In file included from stan/lib/stan_math/lib/eigen_3.3.7/Eigen/Dense:1:
  166. In file included from stan/lib/stan_math/lib/eigen_3.3.7/Eigen/Core:371:
  167. stan/lib/stan_math/lib/eigen_3.3.7/Eigen/src/Core/MathFunctions.h:719:16: error: no member named 'isfinite' in namespace 'std'; did you mean 'finite'?
  168. using std::isfinite;
  169. ~~~~~^~~~~~~~
  170. finite
  171. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:319:9: note: 'finite' declared here
  172. using ::isfinite;
  173. ^
  174. In file included from src/cmdstan/stansummary.cpp:1:
  175. In file included from src/cmdstan/stansummary_helper.hpp:4:
  176. In file included from stan/src/stan/mcmc/chains.hpp:4:
  177. In file included from stan/src/stan/io/stan_csv_reader.hpp:5:
  178. In file included from stan/lib/stan_math/stan/math/prim.hpp:6:
  179. In file included from stan/lib/stan_math/stan/math/prim/core.hpp:4:
  180. In file included from stan/lib/stan_math/stan/math/prim/core/init_threadpool_tbb.hpp:4:
  181. In file included from stan/lib/stan_math/stan/math/prim/err/invalid_argument.hpp:4:
  182. In file included from stan/lib/stan_math/stan/math/prim/meta.hpp:175:
  183. In file included from stan/lib/stan_math/stan/math/prim/meta/append_return_type.hpp:4:
  184. In file included from stan/lib/stan_math/stan/math/prim/fun/Eigen.hpp:22:
  185. In file included from stan/lib/stan_math/lib/eigen_3.3.7/Eigen/Dense:1:
  186. In file included from stan/lib/stan_math/lib/eigen_3.3.7/Eigen/Core:371:
  187. stan/lib/stan_math/lib/eigen_3.3.7/Eigen/src/Core/MathFunctions.h:734:16: error: no member named 'isinf' in namespace 'std'
  188. using std::isinf;
  189. ~~~~~^
  190. stan/lib/stan_math/lib/eigen_3.3.7/Eigen/src/Core/MathFunctions.h:749:16: error: no member named 'isnan' in namespace 'std'
  191. using std::isnan;
  192. ~~~~~^
  193. In file included from src/cmdstan/stansummary.cpp:1:
  194. In file included from src/cmdstan/stansummary_helper.hpp:4:
  195. In file included from stan/src/stan/mcmc/chains.hpp:4:
  196. In file included from stan/src/stan/io/stan_csv_reader.hpp:5:
  197. In file included from stan/lib/stan_math/stan/math/prim.hpp:6:
  198. In file included from stan/lib/stan_math/stan/math/prim/core.hpp:4:
  199. In file included from stan/lib/stan_math/stan/math/prim/core/init_threadpool_tbb.hpp:6:
  200. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/lexical_cast.hpp:32:
  201. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/lexical_cast/try_lexical_convert.hpp:44:
  202. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/lexical_cast/detail/converter_lexical.hpp:54:
  203. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  204. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/lexical_cast/detail/inf_nan.hpp:34:
  205. stan/lib/stan_math/lib/boost_1.72.0/boost/math/special_functions/sign.hpp:30:17: error: no member named 'signbit' in namespace 'std'; did you mean simply 'signbit'?
  206. return (std::signbit)(x) ? 1 : 0;
  207. ^~~~~~~~~~~~
  208. signbit
  209. stan/lib/stan_math/lib/boost_1.72.0/boost/math/special_functions/math_fwd.hpp:891:8: note: 'signbit' declared here
  210. int signbit BOOST_NO_MACRO_EXPAND(T x);
  211. ^
  212. In file included from src/cmdstan/stansummary.cpp:1:
  213. In file included from src/cmdstan/stansummary_helper.hpp:4:
  214. In file included from stan/src/stan/mcmc/chains.hpp:4:
  215. In file included from stan/src/stan/io/stan_csv_reader.hpp:5:
  216. In file included from stan/lib/stan_math/stan/math/prim.hpp:6:
  217. In file included from stan/lib/stan_math/stan/math/prim/core.hpp:4:
  218. In file included from stan/lib/stan_math/stan/math/prim/core/init_threadpool_tbb.hpp:6:
  219. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/lexical_cast.hpp:32:
  220. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/lexical_cast/try_lexical_convert.hpp:44:
  221. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/lexical_cast/detail/converter_lexical.hpp:54:
  222. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  223. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/lexical_cast/detail/inf_nan.hpp:35:
  224. stan/lib/stan_math/lib/boost_1.72.0/boost/math/special_functions/fpclassify.hpp:155:12: error: no member named 'fpclassify' in namespace 'std'; did you mean simply 'fpclassify'?
  225. return (std::fpclassify)(t);
  226. ^~~~~~~~~~~~~~~
  227. fpclassify
  228. stan/lib/stan_math/lib/boost_1.72.0/boost/math/special_functions/math_fwd.hpp:876:8: note: 'fpclassify' declared here
  229. int fpclassify BOOST_NO_MACRO_EXPAND(T t);
  230. ^
  231. In file included from src/cmdstan/stansummary.cpp:1:
  232. In file included from src/cmdstan/stansummary_helper.hpp:4:
  233. In file included from stan/src/stan/mcmc/chains.hpp:4:
  234. In file included from stan/src/stan/io/stan_csv_reader.hpp:5:
  235. In file included from stan/lib/stan_math/stan/math/prim.hpp:6:
  236. In file included from stan/lib/stan_math/stan/math/prim/core.hpp:4:
  237. In file included from stan/lib/stan_math/stan/math/prim/core/init_threadpool_tbb.hpp:6:
  238. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/lexical_cast.hpp:32:
  239. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/lexical_cast/try_lexical_convert.hpp:44:
  240. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/lexical_cast/detail/converter_lexical.hpp:54:
  241. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  242. In file included from stan/lib/stan_math/lib/boost_1.72.0/boost/lexical_cast/detail/inf_nan.hpp:35:
  243. stan/lib/stan_math/lib/boost_1.72.0/boost/math/special_functions/fpclassify.hpp:314:17: error: no member named 'isfinite' in namespace 'std'; did you mean simply 'isfinite'?
  244. return (std::isfinite)(x);
  245. ^~~~~~~~~~~~~
  246. isfinite
  247. stan/lib/stan_math/lib/boost_1.72.0/boost/math/special_functions/math_fwd.hpp:879:9: note: 'isfinite' declared here
  248. bool isfinite BOOST_NO_MACRO_EXPAND(T z);
  249. ^
  250. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  251. 20 errors generated.
  252. make: *** [bin/cmdstan/stansummary.o] Error 1
  253. make: *** Waiting for unfinished jobs....
  254. tools/build/src/engine/b2
  255. Detecting Python version... 2.7
  256. Detecting Python root... /System/Library/Frameworks/Python.framework/Versions/2.7
  257. Unicode/ICU support for Boost.Regex?... not found.
  258. Generating Boost.Build configuration in project-config.jam for clang...
  259.  
  260. Bootstrapping is done. To build, run:
  261.  
  262. ./b2
  263.  
  264. To generate header files, run:
  265.  
  266. ./b2 headers
  267.  
  268. To adjust configuration, edit 'project-config.jam'.
  269. Further information:
  270.  
  271. - Command line help:
  272. ./b2 --help
  273.  
  274. - Getting started guide:
  275. http://www.boost.org/more/getting_started/unix-variants.html
  276.  
  277. - Boost.Build documentation:
  278. http://www.boost.org/build/
  279.  
  280. cd stan/lib/stan_math/lib/boost_1.72.0; ./b2 toolset=clang --visibility=hidden --with-program_options cxxstd=11 variant=release link=static
  281. Performing configuration checks
  282.  
  283. - default address-model : 64-bit
  284. - default architecture : x86
  285.  
  286. Building the Boost C++ Libraries.
  287.  
  288.  
  289.  
  290. Component configuration:
  291.  
  292. - atomic : not building
  293. - chrono : not building
  294. - container : not building
  295. - context : not building
  296. - contract : not building
  297. - coroutine : not building
  298. - date_time : not building
  299. - exception : not building
  300. - fiber : not building
  301. - filesystem : not building
  302. - graph : not building
  303. - graph_parallel : not building
  304. - headers : not building
  305. - iostreams : not building
  306. - locale : not building
  307. - log : not building
  308. - math : not building
  309. - mpi : not building
  310. - program_options : building
  311. - python : not building
  312. - random : not building
  313. - regex : not building
  314. - serialization : not building
  315. - stacktrace : not building
  316. - system : not building
  317. - test : not building
  318. - thread : not building
  319. - timer : not building
  320. - type_erasure : not building
  321. - wave : not building
  322.  
  323. ...patience...
  324. ...found 1071 targets...
  325. ...updating 48 targets...
  326. common.copy /Users/jrsheehy/.cmdstanr/cmdstan-2.25.0/stan/lib/stan_math/lib/boost_1.72.0/stage/lib/cmake/BoostDetectToolset-1.72.0.cmake
  327. common.copy /Users/jrsheehy/.cmdstanr/cmdstan-2.25.0/stan/lib/stan_math/lib/boost_1.72.0/stage/lib/cmake/Boost-1.72.0/BoostConfig.cmake
  328. boost-install.generate-cmake-config-version- bin.v2/tools/boost_install/BoostConfigVersion.cmake
  329. boost-install.generate-cmake-config- bin.v2/libs/headers/build/stage/boost_headers-config.cmake
  330. boost-install.generate-cmake-config-version- bin.v2/libs/headers/build/stage/boost_headers-config-version.cmake
  331. boost-install.generate-cmake-config- bin.v2/libs/program_options/build/stage/boost_program_options-config.cmake
  332. boost-install.generate-cmake-config-version- bin.v2/libs/program_options/build/stage/boost_program_options-config-version.cmake
  333. common.copy /Users/jrsheehy/.cmdstanr/cmdstan-2.25.0/stan/lib/stan_math/lib/boost_1.72.0/stage/lib/cmake/Boost-1.72.0/BoostConfigVersion.cmake
  334. common.copy /Users/jrsheehy/.cmdstanr/cmdstan-2.25.0/stan/lib/stan_math/lib/boost_1.72.0/stage/lib/cmake/boost_headers-1.72.0/boost_headers-config.cmake
  335. common.copy /Users/jrsheehy/.cmdstanr/cmdstan-2.25.0/stan/lib/stan_math/lib/boost_1.72.0/stage/lib/cmake/boost_headers-1.72.0/boost_headers-config-version.cmake
  336. common.copy /Users/jrsheehy/.cmdstanr/cmdstan-2.25.0/stan/lib/stan_math/lib/boost_1.72.0/stage/lib/cmake/boost_program_options-1.72.0/boost_program_options-config.cmake
  337. common.copy /Users/jrsheehy/.cmdstanr/cmdstan-2.25.0/stan/lib/stan_math/lib/boost_1.72.0/stage/lib/cmake/boost_program_options-1.72.0/boost_program_options-config-version.cmake
  338. clang-darwin.compile.c++ bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/utf8_codecvt_facet.o
  339. clang-darwin.compile.c++ bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/positional_options.o
  340. clang-darwin.compile.c++ bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/convert.o
  341. clang-darwin.compile.c++ bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/winmain.o
  342. In file included from libs/program_options/src/winmain.cpp:7:
  343. In file included from ./boost/program_options/parsers.hpp:12:
  344. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  345. In file included from ./boost/program_options/options_description.hpp:13:
  346. In file included from ./boost/program_options/value_semantic.hpp:12:
  347. In file included from ./boost/any.hpp:20:
  348. In file included from ./boost/type_index.hpp:29:
  349. In file included from ./boost/type_index/stl_type_index.hpp:47:
  350. In file included from ./boost/container_hash/hash.hpp:21:
  351. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  352. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  353. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  354. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:317:9: error: no member named 'signbit' in the global namespace
  355. using ::signbit;
  356. ~~^
  357. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:318:9: error: no member named 'fpclassify' in the global namespace
  358. using ::fpclassify;
  359. ~~^
  360. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:319:9: error: no member named 'isfinite' in the global namespace; did you mean 'finite'?
  361. using ::isfinite;
  362. ~~^
  363. /usr/local/include/math.h:752:12: note: 'finite' declared here
  364. extern int finite(double)
  365. ^
  366. In file included from libs/program_options/src/winmain.cpp:7:
  367. In file included from ./boost/program_options/parsers.hpp:12:
  368. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  369. In file included from ./boost/program_options/options_description.hpp:13:
  370. In file included from ./boost/program_options/value_semantic.hpp:12:
  371. In file included from ./boost/any.hpp:20:
  372. In file included from ./boost/type_index.hpp:29:
  373. In file included from ./boost/type_index/stl_type_index.hpp:47:
  374. In file included from ./boost/container_hash/hash.hpp:21:
  375. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  376. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  377. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  378. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:320:9: error: no member named 'isinf' in the global namespace
  379. using ::isinf;
  380. ~~^
  381. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:321:9: error: no member named 'isnan' in the global namespace
  382. using ::isnan;
  383. ~~^
  384. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:322:9: error: no member named 'isnormal' in the global namespace
  385. using ::isnormal;
  386. ~~^
  387. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:323:7: error: no member named 'isgreater' in the global namespace; did you mean '::std::greater'?
  388. using ::isgreater;
  389. ^~
  390. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:738:29: note: '::std::greater' declared here
  391. struct _LIBCPP_TEMPLATE_VIS greater : binary_function<_Tp, _Tp, bool>
  392. ^
  393. In file included from libs/program_options/src/winmain.cpp:7:
  394. In file included from ./boost/program_options/parsers.hpp:12:
  395. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  396. In file included from ./boost/program_options/options_description.hpp:13:
  397. In file included from ./boost/program_options/value_semantic.hpp:12:
  398. In file included from ./boost/any.hpp:20:
  399. In file included from ./boost/type_index.hpp:29:
  400. In file included from ./boost/type_index/stl_type_index.hpp:47:
  401. In file included from ./boost/container_hash/hash.hpp:21:
  402. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  403. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  404. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  405. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:324:7: error: no member named 'isgreaterequal' in the global namespace; did you mean '::std::greater_equal'?
  406. using ::isgreaterequal;
  407. ^~
  408. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:767:29: note: '::std::greater_equal' declared here
  409. struct _LIBCPP_TEMPLATE_VIS greater_equal : binary_function<_Tp, _Tp, bool>
  410. ^
  411. In file included from libs/program_options/src/winmain.cpp:7:
  412. In file included from ./boost/program_options/parsers.hpp:12:
  413. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  414. In file included from ./boost/program_options/options_description.hpp:13:
  415. In file included from ./boost/program_options/value_semantic.hpp:12:
  416. In file included from ./boost/any.hpp:20:
  417. In file included from ./boost/type_index.hpp:29:
  418. In file included from ./boost/type_index/stl_type_index.hpp:47:
  419. In file included from ./boost/container_hash/hash.hpp:21:
  420. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  421. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  422. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  423. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:325:9: error: no member named 'isless' in the global namespace
  424. using ::isless;
  425. ~~^
  426. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:326:9: error: no member named 'islessequal' in the global namespace
  427. using ::islessequal;
  428. ~~^
  429. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:327:9: error: no member named 'islessgreater' in the global namespace
  430. using ::islessgreater;
  431. ~~^
  432. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:328:9: error: no member named 'isunordered' in the global namespace
  433. using ::isunordered;
  434. ~~^
  435. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:329:9: error: no member named 'isunordered' in the global namespace
  436. using ::isunordered;
  437. ~~^
  438. In file included from libs/program_options/src/winmain.cpp:7:
  439. In file included from ./boost/program_options/parsers.hpp:12:
  440. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  441. In file included from ./boost/program_options/options_description.hpp:13:
  442. In file included from ./boost/program_options/value_semantic.hpp:14:
  443. In file included from ./boost/lexical_cast.hpp:32:
  444. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  445. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  446. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  447. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:34:
  448. ./boost/math/special_functions/sign.hpp:30:17: error: no member named 'signbit' in namespace 'std'; did you mean simply 'signbit'?
  449. return (std::signbit)(x) ? 1 : 0;
  450. ^~~~~~~~~~~~
  451. signbit
  452. ./boost/math/special_functions/math_fwd.hpp:891:8: note: 'signbit' declared here
  453. int signbit BOOST_NO_MACRO_EXPAND(T x);
  454. ^
  455. In file included from libs/program_options/src/winmain.cpp:7:
  456. In file included from ./boost/program_options/parsers.hpp:12:
  457. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  458. In file included from ./boost/program_options/options_description.hpp:13:
  459. In file included from ./boost/program_options/value_semantic.hpp:14:
  460. In file included from ./boost/lexical_cast.hpp:32:
  461. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  462. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  463. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  464. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  465. ./boost/math/special_functions/fpclassify.hpp:155:12: error: no member named 'fpclassify' in namespace 'std'; did you mean simply 'fpclassify'?
  466. return (std::fpclassify)(t);
  467. ^~~~~~~~~~~~~~~
  468. fpclassify
  469. ./boost/math/special_functions/math_fwd.hpp:876:8: note: 'fpclassify' declared here
  470. int fpclassify BOOST_NO_MACRO_EXPAND(T t);
  471. ^
  472. In file included from libs/program_options/src/winmain.cpp:7:
  473. In file included from ./boost/program_options/parsers.hpp:12:
  474. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  475. In file included from ./boost/program_options/options_description.hpp:13:
  476. In file included from ./boost/program_options/value_semantic.hpp:14:
  477. In file included from ./boost/lexical_cast.hpp:32:
  478. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  479. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  480. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  481. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  482. ./boost/math/special_functions/fpclassify.hpp:314:17: error: no member named 'isfinite' in namespace 'std'; did you mean simply 'isfinite'?
  483. return (std::isfinite)(x);
  484. ^~~~~~~~~~~~~
  485. isfinite
  486. ./boost/math/special_functions/math_fwd.hpp:879:9: note: 'isfinite' declared here
  487. bool isfinite BOOST_NO_MACRO_EXPAND(T z);
  488. ^
  489. In file included from libs/program_options/src/winmain.cpp:7:
  490. In file included from ./boost/program_options/parsers.hpp:12:
  491. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  492. In file included from ./boost/program_options/options_description.hpp:13:
  493. In file included from ./boost/program_options/value_semantic.hpp:14:
  494. In file included from ./boost/lexical_cast.hpp:32:
  495. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  496. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  497. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  498. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  499. ./boost/math/special_functions/fpclassify.hpp:385:17: error: no member named 'isnormal' in namespace 'std'; did you mean simply 'isnormal'?
  500. return (std::isnormal)(x);
  501. ^~~~~~~~~~~~~
  502. isnormal
  503. ./boost/math/special_functions/math_fwd.hpp:888:9: note: 'isnormal' declared here
  504. bool isnormal BOOST_NO_MACRO_EXPAND(T t);
  505. ^
  506. In file included from libs/program_options/src/winmain.cpp:7:
  507. In file included from ./boost/program_options/parsers.hpp:12:
  508. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  509. In file included from ./boost/program_options/options_description.hpp:13:
  510. In file included from ./boost/program_options/value_semantic.hpp:14:
  511. In file included from ./boost/lexical_cast.hpp:32:
  512. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  513. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  514. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  515. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  516. ./boost/math/special_functions/fpclassify.hpp:456:17: error: no member named 'isinf' in namespace 'std'; did you mean simply 'isinf'?
  517. return (std::isinf)(x);
  518. ^~~~~~~~~~
  519. isinf
  520. ./boost/math/special_functions/math_fwd.hpp:882:9: note: 'isinf' declared here
  521. bool isinf BOOST_NO_MACRO_EXPAND(T t);
  522. ^
  523. In file included from libs/program_options/src/winmain.cpp:7:
  524. In file included from ./boost/program_options/parsers.hpp:12:
  525. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  526. In file included from ./boost/program_options/options_description.hpp:13:
  527. In file included from ./boost/program_options/value_semantic.hpp:14:
  528. In file included from ./boost/lexical_cast.hpp:32:
  529. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  530. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  531. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  532. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  533. ./boost/math/special_functions/fpclassify.hpp:552:17: error: no member named 'isnan' in namespace 'std'; did you mean simply 'isnan'?
  534. return (std::isnan)(x);
  535. ^~~~~~~~~~
  536. isnan
  537. ./boost/math/special_functions/math_fwd.hpp:885:9: note: 'isnan' declared here
  538. bool isnan BOOST_NO_MACRO_EXPAND(T t);
  539. ^
  540. 19 errors generated.
  541.  
  542. "clang++" -x c++ -std=c++11 -fvisibility-inlines-hidden -m64 -O3 -Wall -fvisibility=hidden -Wno-inline -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/winmain.o" "libs/program_options/src/winmain.cpp"
  543.  
  544. ...failed clang-darwin.compile.c++ bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/winmain.o...
  545. clang-darwin.compile.c++ bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/split.o
  546. In file included from libs/program_options/src/split.cpp:8:
  547. In file included from ./boost/program_options/parsers.hpp:12:
  548. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  549. In file included from ./boost/program_options/options_description.hpp:13:
  550. In file included from ./boost/program_options/value_semantic.hpp:12:
  551. In file included from ./boost/any.hpp:20:
  552. In file included from ./boost/type_index.hpp:29:
  553. In file included from ./boost/type_index/stl_type_index.hpp:47:
  554. In file included from ./boost/container_hash/hash.hpp:21:
  555. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  556. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  557. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  558. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:317:9: error: no member named 'signbit' in the global namespace
  559. using ::signbit;
  560. ~~^
  561. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:318:9: error: no member named 'fpclassify' in the global namespace
  562. using ::fpclassify;
  563. ~~^
  564. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:319:9: error: no member named 'isfinite' in the global namespace; did you mean 'finite'?
  565. using ::isfinite;
  566. ~~^
  567. /usr/local/include/math.h:752:12: note: 'finite' declared here
  568. extern int finite(double)
  569. ^
  570. In file included from libs/program_options/src/split.cpp:8:
  571. In file included from ./boost/program_options/parsers.hpp:12:
  572. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  573. In file included from ./boost/program_options/options_description.hpp:13:
  574. In file included from ./boost/program_options/value_semantic.hpp:12:
  575. In file included from ./boost/any.hpp:20:
  576. In file included from ./boost/type_index.hpp:29:
  577. In file included from ./boost/type_index/stl_type_index.hpp:47:
  578. In file included from ./boost/container_hash/hash.hpp:21:
  579. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  580. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  581. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  582. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:320:9: error: no member named 'isinf' in the global namespace
  583. using ::isinf;
  584. ~~^
  585. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:321:9: error: no member named 'isnan' in the global namespace
  586. using ::isnan;
  587. ~~^
  588. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:322:9: error: no member named 'isnormal' in the global namespace
  589. using ::isnormal;
  590. ~~^
  591. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:323:7: error: no member named 'isgreater' in the global namespace; did you mean '::std::greater'?
  592. using ::isgreater;
  593. ^~
  594. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:738:29: note: '::std::greater' declared here
  595. struct _LIBCPP_TEMPLATE_VIS greater : binary_function<_Tp, _Tp, bool>
  596. ^
  597. In file included from libs/program_options/src/split.cpp:8:
  598. In file included from ./boost/program_options/parsers.hpp:12:
  599. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  600. In file included from ./boost/program_options/options_description.hpp:13:
  601. In file included from ./boost/program_options/value_semantic.hpp:12:
  602. In file included from ./boost/any.hpp:20:
  603. In file included from ./boost/type_index.hpp:29:
  604. In file included from ./boost/type_index/stl_type_index.hpp:47:
  605. In file included from ./boost/container_hash/hash.hpp:21:
  606. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  607. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  608. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  609. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:324:7: error: no member named 'isgreaterequal' in the global namespace; did you mean '::std::greater_equal'?
  610. using ::isgreaterequal;
  611. ^~
  612. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:767:29: note: '::std::greater_equal' declared here
  613. struct _LIBCPP_TEMPLATE_VIS greater_equal : binary_function<_Tp, _Tp, bool>
  614. ^
  615. In file included from libs/program_options/src/split.cpp:8:
  616. In file included from ./boost/program_options/parsers.hpp:12:
  617. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  618. In file included from ./boost/program_options/options_description.hpp:13:
  619. In file included from ./boost/program_options/value_semantic.hpp:12:
  620. In file included from ./boost/any.hpp:20:
  621. In file included from ./boost/type_index.hpp:29:
  622. In file included from ./boost/type_index/stl_type_index.hpp:47:
  623. In file included from ./boost/container_hash/hash.hpp:21:
  624. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  625. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  626. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  627. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:325:9: error: no member named 'isless' in the global namespace
  628. using ::isless;
  629. ~~^
  630. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:326:9: error: no member named 'islessequal' in the global namespace
  631. using ::islessequal;
  632. ~~^
  633. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:327:9: error: no member named 'islessgreater' in the global namespace
  634. using ::islessgreater;
  635. ~~^
  636. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:328:9: error: no member named 'isunordered' in the global namespace
  637. using ::isunordered;
  638. ~~^
  639. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:329:9: error: no member named 'isunordered' in the global namespace
  640. using ::isunordered;
  641. ~~^
  642. In file included from libs/program_options/src/split.cpp:8:
  643. In file included from ./boost/program_options/parsers.hpp:12:
  644. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  645. In file included from ./boost/program_options/options_description.hpp:13:
  646. In file included from ./boost/program_options/value_semantic.hpp:14:
  647. In file included from ./boost/lexical_cast.hpp:32:
  648. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  649. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  650. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  651. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:34:
  652. ./boost/math/special_functions/sign.hpp:30:17: error: no member named 'signbit' in namespace 'std'; did you mean simply 'signbit'?
  653. return (std::signbit)(x) ? 1 : 0;
  654. ^~~~~~~~~~~~
  655. signbit
  656. ./boost/math/special_functions/math_fwd.hpp:891:8: note: 'signbit' declared here
  657. int signbit BOOST_NO_MACRO_EXPAND(T x);
  658. ^
  659. In file included from libs/program_options/src/split.cpp:8:
  660. In file included from ./boost/program_options/parsers.hpp:12:
  661. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  662. In file included from ./boost/program_options/options_description.hpp:13:
  663. In file included from ./boost/program_options/value_semantic.hpp:14:
  664. In file included from ./boost/lexical_cast.hpp:32:
  665. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  666. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  667. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  668. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  669. ./boost/math/special_functions/fpclassify.hpp:155:12: error: no member named 'fpclassify' in namespace 'std'; did you mean simply 'fpclassify'?
  670. return (std::fpclassify)(t);
  671. ^~~~~~~~~~~~~~~
  672. fpclassify
  673. ./boost/math/special_functions/math_fwd.hpp:876:8: note: 'fpclassify' declared here
  674. int fpclassify BOOST_NO_MACRO_EXPAND(T t);
  675. ^
  676. In file included from libs/program_options/src/split.cpp:8:
  677. In file included from ./boost/program_options/parsers.hpp:12:
  678. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  679. In file included from ./boost/program_options/options_description.hpp:13:
  680. In file included from ./boost/program_options/value_semantic.hpp:14:
  681. In file included from ./boost/lexical_cast.hpp:32:
  682. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  683. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  684. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  685. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  686. ./boost/math/special_functions/fpclassify.hpp:314:17: error: no member named 'isfinite' in namespace 'std'; did you mean simply 'isfinite'?
  687. return (std::isfinite)(x);
  688. ^~~~~~~~~~~~~
  689. isfinite
  690. ./boost/math/special_functions/math_fwd.hpp:879:9: note: 'isfinite' declared here
  691. bool isfinite BOOST_NO_MACRO_EXPAND(T z);
  692. ^
  693. In file included from libs/program_options/src/split.cpp:8:
  694. In file included from ./boost/program_options/parsers.hpp:12:
  695. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  696. In file included from ./boost/program_options/options_description.hpp:13:
  697. In file included from ./boost/program_options/value_semantic.hpp:14:
  698. In file included from ./boost/lexical_cast.hpp:32:
  699. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  700. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  701. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  702. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  703. ./boost/math/special_functions/fpclassify.hpp:385:17: error: no member named 'isnormal' in namespace 'std'; did you mean simply 'isnormal'?
  704. return (std::isnormal)(x);
  705. ^~~~~~~~~~~~~
  706. isnormal
  707. ./boost/math/special_functions/math_fwd.hpp:888:9: note: 'isnormal' declared here
  708. bool isnormal BOOST_NO_MACRO_EXPAND(T t);
  709. ^
  710. In file included from libs/program_options/src/split.cpp:8:
  711. In file included from ./boost/program_options/parsers.hpp:12:
  712. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  713. In file included from ./boost/program_options/options_description.hpp:13:
  714. In file included from ./boost/program_options/value_semantic.hpp:14:
  715. In file included from ./boost/lexical_cast.hpp:32:
  716. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  717. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  718. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  719. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  720. ./boost/math/special_functions/fpclassify.hpp:456:17: error: no member named 'isinf' in namespace 'std'; did you mean simply 'isinf'?
  721. return (std::isinf)(x);
  722. ^~~~~~~~~~
  723. isinf
  724. ./boost/math/special_functions/math_fwd.hpp:882:9: note: 'isinf' declared here
  725. bool isinf BOOST_NO_MACRO_EXPAND(T t);
  726. ^
  727. In file included from libs/program_options/src/split.cpp:8:
  728. In file included from ./boost/program_options/parsers.hpp:12:
  729. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  730. In file included from ./boost/program_options/options_description.hpp:13:
  731. In file included from ./boost/program_options/value_semantic.hpp:14:
  732. In file included from ./boost/lexical_cast.hpp:32:
  733. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  734. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  735. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  736. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  737. ./boost/math/special_functions/fpclassify.hpp:552:17: error: no member named 'isnan' in namespace 'std'; did you mean simply 'isnan'?
  738. return (std::isnan)(x);
  739. ^~~~~~~~~~
  740. isnan
  741. ./boost/math/special_functions/math_fwd.hpp:885:9: note: 'isnan' declared here
  742. bool isnan BOOST_NO_MACRO_EXPAND(T t);
  743. ^
  744. 19 errors generated.
  745.  
  746. "clang++" -x c++ -std=c++11 -fvisibility-inlines-hidden -m64 -O3 -Wall -fvisibility=hidden -Wno-inline -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/split.o" "libs/program_options/src/split.cpp"
  747.  
  748. ...failed clang-darwin.compile.c++ bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/split.o...
  749. clang-darwin.compile.c++ bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/variables_map.o
  750. In file included from libs/program_options/src/variables_map.cpp:9:
  751. In file included from ./boost/program_options/parsers.hpp:12:
  752. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  753. In file included from ./boost/program_options/options_description.hpp:13:
  754. In file included from ./boost/program_options/value_semantic.hpp:12:
  755. In file included from ./boost/any.hpp:20:
  756. In file included from ./boost/type_index.hpp:29:
  757. In file included from ./boost/type_index/stl_type_index.hpp:47:
  758. In file included from ./boost/container_hash/hash.hpp:21:
  759. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  760. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  761. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  762. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:317:9: error: no member named 'signbit' in the global namespace
  763. using ::signbit;
  764. ~~^
  765. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:318:9: error: no member named 'fpclassify' in the global namespace
  766. using ::fpclassify;
  767. ~~^
  768. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:319:9: error: no member named 'isfinite' in the global namespace; did you mean 'finite'?
  769. using ::isfinite;
  770. ~~^
  771. /usr/local/include/math.h:752:12: note: 'finite' declared here
  772. extern int finite(double)
  773. ^
  774. In file included from libs/program_options/src/variables_map.cpp:9:
  775. In file included from ./boost/program_options/parsers.hpp:12:
  776. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  777. In file included from ./boost/program_options/options_description.hpp:13:
  778. In file included from ./boost/program_options/value_semantic.hpp:12:
  779. In file included from ./boost/any.hpp:20:
  780. In file included from ./boost/type_index.hpp:29:
  781. In file included from ./boost/type_index/stl_type_index.hpp:47:
  782. In file included from ./boost/container_hash/hash.hpp:21:
  783. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  784. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  785. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  786. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:320:9: error: no member named 'isinf' in the global namespace
  787. using ::isinf;
  788. ~~^
  789. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:321:9: error: no member named 'isnan' in the global namespace
  790. using ::isnan;
  791. ~~^
  792. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:322:9: error: no member named 'isnormal' in the global namespace
  793. using ::isnormal;
  794. ~~^
  795. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:323:7: error: no member named 'isgreater' in the global namespace; did you mean '::std::greater'?
  796. using ::isgreater;
  797. ^~
  798. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:738:29: note: '::std::greater' declared here
  799. struct _LIBCPP_TEMPLATE_VIS greater : binary_function<_Tp, _Tp, bool>
  800. ^
  801. In file included from libs/program_options/src/variables_map.cpp:9:
  802. In file included from ./boost/program_options/parsers.hpp:12:
  803. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  804. In file included from ./boost/program_options/options_description.hpp:13:
  805. In file included from ./boost/program_options/value_semantic.hpp:12:
  806. In file included from ./boost/any.hpp:20:
  807. In file included from ./boost/type_index.hpp:29:
  808. In file included from ./boost/type_index/stl_type_index.hpp:47:
  809. In file included from ./boost/container_hash/hash.hpp:21:
  810. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  811. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  812. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  813. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:324:7: error: no member named 'isgreaterequal' in the global namespace; did you mean '::std::greater_equal'?
  814. using ::isgreaterequal;
  815. ^~
  816. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:767:29: note: '::std::greater_equal' declared here
  817. struct _LIBCPP_TEMPLATE_VIS greater_equal : binary_function<_Tp, _Tp, bool>
  818. ^
  819. In file included from libs/program_options/src/variables_map.cpp:9:
  820. In file included from ./boost/program_options/parsers.hpp:12:
  821. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  822. In file included from ./boost/program_options/options_description.hpp:13:
  823. In file included from ./boost/program_options/value_semantic.hpp:12:
  824. In file included from ./boost/any.hpp:20:
  825. In file included from ./boost/type_index.hpp:29:
  826. In file included from ./boost/type_index/stl_type_index.hpp:47:
  827. In file included from ./boost/container_hash/hash.hpp:21:
  828. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  829. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  830. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  831. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:325:9: error: no member named 'isless' in the global namespace
  832. using ::isless;
  833. ~~^
  834. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:326:9: error: no member named 'islessequal' in the global namespace
  835. using ::islessequal;
  836. ~~^
  837. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:327:9: error: no member named 'islessgreater' in the global namespace
  838. using ::islessgreater;
  839. ~~^
  840. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:328:9: error: no member named 'isunordered' in the global namespace
  841. using ::isunordered;
  842. ~~^
  843. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:329:9: error: no member named 'isunordered' in the global namespace
  844. using ::isunordered;
  845. ~~^
  846. In file included from libs/program_options/src/variables_map.cpp:9:
  847. In file included from ./boost/program_options/parsers.hpp:12:
  848. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  849. In file included from ./boost/program_options/options_description.hpp:13:
  850. In file included from ./boost/program_options/value_semantic.hpp:14:
  851. In file included from ./boost/lexical_cast.hpp:32:
  852. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  853. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  854. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  855. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:34:
  856. ./boost/math/special_functions/sign.hpp:30:17: error: no member named 'signbit' in namespace 'std'; did you mean simply 'signbit'?
  857. return (std::signbit)(x) ? 1 : 0;
  858. ^~~~~~~~~~~~
  859. signbit
  860. ./boost/math/special_functions/math_fwd.hpp:891:8: note: 'signbit' declared here
  861. int signbit BOOST_NO_MACRO_EXPAND(T x);
  862. ^
  863. In file included from libs/program_options/src/variables_map.cpp:9:
  864. In file included from ./boost/program_options/parsers.hpp:12:
  865. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  866. In file included from ./boost/program_options/options_description.hpp:13:
  867. In file included from ./boost/program_options/value_semantic.hpp:14:
  868. In file included from ./boost/lexical_cast.hpp:32:
  869. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  870. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  871. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  872. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  873. ./boost/math/special_functions/fpclassify.hpp:155:12: error: no member named 'fpclassify' in namespace 'std'; did you mean simply 'fpclassify'?
  874. return (std::fpclassify)(t);
  875. ^~~~~~~~~~~~~~~
  876. fpclassify
  877. ./boost/math/special_functions/math_fwd.hpp:876:8: note: 'fpclassify' declared here
  878. int fpclassify BOOST_NO_MACRO_EXPAND(T t);
  879. ^
  880. In file included from libs/program_options/src/variables_map.cpp:9:
  881. In file included from ./boost/program_options/parsers.hpp:12:
  882. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  883. In file included from ./boost/program_options/options_description.hpp:13:
  884. In file included from ./boost/program_options/value_semantic.hpp:14:
  885. In file included from ./boost/lexical_cast.hpp:32:
  886. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  887. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  888. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  889. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  890. ./boost/math/special_functions/fpclassify.hpp:314:17: error: no member named 'isfinite' in namespace 'std'; did you mean simply 'isfinite'?
  891. return (std::isfinite)(x);
  892. ^~~~~~~~~~~~~
  893. isfinite
  894. ./boost/math/special_functions/math_fwd.hpp:879:9: note: 'isfinite' declared here
  895. bool isfinite BOOST_NO_MACRO_EXPAND(T z);
  896. ^
  897. In file included from libs/program_options/src/variables_map.cpp:9:
  898. In file included from ./boost/program_options/parsers.hpp:12:
  899. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  900. In file included from ./boost/program_options/options_description.hpp:13:
  901. In file included from ./boost/program_options/value_semantic.hpp:14:
  902. In file included from ./boost/lexical_cast.hpp:32:
  903. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  904. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  905. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  906. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  907. ./boost/math/special_functions/fpclassify.hpp:385:17: error: no member named 'isnormal' in namespace 'std'; did you mean simply 'isnormal'?
  908. return (std::isnormal)(x);
  909. ^~~~~~~~~~~~~
  910. isnormal
  911. ./boost/math/special_functions/math_fwd.hpp:888:9: note: 'isnormal' declared here
  912. bool isnormal BOOST_NO_MACRO_EXPAND(T t);
  913. ^
  914. In file included from libs/program_options/src/variables_map.cpp:9:
  915. In file included from ./boost/program_options/parsers.hpp:12:
  916. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  917. In file included from ./boost/program_options/options_description.hpp:13:
  918. In file included from ./boost/program_options/value_semantic.hpp:14:
  919. In file included from ./boost/lexical_cast.hpp:32:
  920. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  921. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  922. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  923. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  924. ./boost/math/special_functions/fpclassify.hpp:456:17: error: no member named 'isinf' in namespace 'std'; did you mean simply 'isinf'?
  925. return (std::isinf)(x);
  926. ^~~~~~~~~~
  927. isinf
  928. ./boost/math/special_functions/math_fwd.hpp:882:9: note: 'isinf' declared here
  929. bool isinf BOOST_NO_MACRO_EXPAND(T t);
  930. ^
  931. In file included from libs/program_options/src/variables_map.cpp:9:
  932. In file included from ./boost/program_options/parsers.hpp:12:
  933. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  934. In file included from ./boost/program_options/options_description.hpp:13:
  935. In file included from ./boost/program_options/value_semantic.hpp:14:
  936. In file included from ./boost/lexical_cast.hpp:32:
  937. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  938. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  939. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  940. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  941. ./boost/math/special_functions/fpclassify.hpp:552:17: error: no member named 'isnan' in namespace 'std'; did you mean simply 'isnan'?
  942. return (std::isnan)(x);
  943. ^~~~~~~~~~
  944. isnan
  945. ./boost/math/special_functions/math_fwd.hpp:885:9: note: 'isnan' declared here
  946. bool isnan BOOST_NO_MACRO_EXPAND(T t);
  947. ^
  948. 19 errors generated.
  949.  
  950. "clang++" -x c++ -std=c++11 -fvisibility-inlines-hidden -m64 -O3 -Wall -fvisibility=hidden -Wno-inline -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/variables_map.o" "libs/program_options/src/variables_map.cpp"
  951.  
  952. ...failed clang-darwin.compile.c++ bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/variables_map.o...
  953. clang-darwin.compile.c++ bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/value_semantic.o
  954. In file included from libs/program_options/src/value_semantic.cpp:8:
  955. In file included from ./boost/program_options/value_semantic.hpp:12:
  956. In file included from ./boost/any.hpp:20:
  957. In file included from ./boost/type_index.hpp:29:
  958. In file included from ./boost/type_index/stl_type_index.hpp:47:
  959. In file included from ./boost/container_hash/hash.hpp:21:
  960. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  961. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  962. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  963. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:317:9: error: no member named 'signbit' in the global namespace
  964. using ::signbit;
  965. ~~^
  966. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:318:9: error: no member named 'fpclassify' in the global namespace
  967. using ::fpclassify;
  968. ~~^
  969. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:319:9: error: no member named 'isfinite' in the global namespace; did you mean 'finite'?
  970. using ::isfinite;
  971. ~~^
  972. /usr/local/include/math.h:752:12: note: 'finite' declared here
  973. extern int finite(double)
  974. ^
  975. In file included from libs/program_options/src/value_semantic.cpp:8:
  976. In file included from ./boost/program_options/value_semantic.hpp:12:
  977. In file included from ./boost/any.hpp:20:
  978. In file included from ./boost/type_index.hpp:29:
  979. In file included from ./boost/type_index/stl_type_index.hpp:47:
  980. In file included from ./boost/container_hash/hash.hpp:21:
  981. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  982. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  983. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  984. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:320:9: error: no member named 'isinf' in the global namespace
  985. using ::isinf;
  986. ~~^
  987. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:321:9: error: no member named 'isnan' in the global namespace
  988. using ::isnan;
  989. ~~^
  990. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:322:9: error: no member named 'isnormal' in the global namespace
  991. using ::isnormal;
  992. ~~^
  993. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:323:7: error: no member named 'isgreater' in the global namespace; did you mean '::std::greater'?
  994. using ::isgreater;
  995. ^~
  996. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:738:29: note: '::std::greater' declared here
  997. struct _LIBCPP_TEMPLATE_VIS greater : binary_function<_Tp, _Tp, bool>
  998. ^
  999. In file included from libs/program_options/src/value_semantic.cpp:8:
  1000. In file included from ./boost/program_options/value_semantic.hpp:12:
  1001. In file included from ./boost/any.hpp:20:
  1002. In file included from ./boost/type_index.hpp:29:
  1003. In file included from ./boost/type_index/stl_type_index.hpp:47:
  1004. In file included from ./boost/container_hash/hash.hpp:21:
  1005. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  1006. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  1007. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  1008. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:324:7: error: no member named 'isgreaterequal' in the global namespace; did you mean '::std::greater_equal'?
  1009. using ::isgreaterequal;
  1010. ^~
  1011. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:767:29: note: '::std::greater_equal' declared here
  1012. struct _LIBCPP_TEMPLATE_VIS greater_equal : binary_function<_Tp, _Tp, bool>
  1013. ^
  1014. In file included from libs/program_options/src/value_semantic.cpp:8:
  1015. In file included from ./boost/program_options/value_semantic.hpp:12:
  1016. In file included from ./boost/any.hpp:20:
  1017. In file included from ./boost/type_index.hpp:29:
  1018. In file included from ./boost/type_index/stl_type_index.hpp:47:
  1019. In file included from ./boost/container_hash/hash.hpp:21:
  1020. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  1021. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  1022. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  1023. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:325:9: error: no member named 'isless' in the global namespace
  1024. using ::isless;
  1025. ~~^
  1026. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:326:9: error: no member named 'islessequal' in the global namespace
  1027. using ::islessequal;
  1028. ~~^
  1029. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:327:9: error: no member named 'islessgreater' in the global namespace
  1030. using ::islessgreater;
  1031. ~~^
  1032. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:328:9: error: no member named 'isunordered' in the global namespace
  1033. using ::isunordered;
  1034. ~~^
  1035. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:329:9: error: no member named 'isunordered' in the global namespace
  1036. using ::isunordered;
  1037. ~~^
  1038. In file included from libs/program_options/src/value_semantic.cpp:8:
  1039. In file included from ./boost/program_options/value_semantic.hpp:14:
  1040. In file included from ./boost/lexical_cast.hpp:32:
  1041. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1042. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1043. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1044. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:34:
  1045. ./boost/math/special_functions/sign.hpp:30:17: error: no member named 'signbit' in namespace 'std'; did you mean simply 'signbit'?
  1046. return (std::signbit)(x) ? 1 : 0;
  1047. ^~~~~~~~~~~~
  1048. signbit
  1049. ./boost/math/special_functions/math_fwd.hpp:891:8: note: 'signbit' declared here
  1050. int signbit BOOST_NO_MACRO_EXPAND(T x);
  1051. ^
  1052. In file included from libs/program_options/src/value_semantic.cpp:8:
  1053. In file included from ./boost/program_options/value_semantic.hpp:14:
  1054. In file included from ./boost/lexical_cast.hpp:32:
  1055. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1056. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1057. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1058. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1059. ./boost/math/special_functions/fpclassify.hpp:155:12: error: no member named 'fpclassify' in namespace 'std'; did you mean simply 'fpclassify'?
  1060. return (std::fpclassify)(t);
  1061. ^~~~~~~~~~~~~~~
  1062. fpclassify
  1063. ./boost/math/special_functions/math_fwd.hpp:876:8: note: 'fpclassify' declared here
  1064. int fpclassify BOOST_NO_MACRO_EXPAND(T t);
  1065. ^
  1066. In file included from libs/program_options/src/value_semantic.cpp:8:
  1067. In file included from ./boost/program_options/value_semantic.hpp:14:
  1068. In file included from ./boost/lexical_cast.hpp:32:
  1069. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1070. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1071. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1072. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1073. ./boost/math/special_functions/fpclassify.hpp:314:17: error: no member named 'isfinite' in namespace 'std'; did you mean simply 'isfinite'?
  1074. return (std::isfinite)(x);
  1075. ^~~~~~~~~~~~~
  1076. isfinite
  1077. ./boost/math/special_functions/math_fwd.hpp:879:9: note: 'isfinite' declared here
  1078. bool isfinite BOOST_NO_MACRO_EXPAND(T z);
  1079. ^
  1080. In file included from libs/program_options/src/value_semantic.cpp:8:
  1081. In file included from ./boost/program_options/value_semantic.hpp:14:
  1082. In file included from ./boost/lexical_cast.hpp:32:
  1083. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1084. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1085. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1086. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1087. ./boost/math/special_functions/fpclassify.hpp:385:17: error: no member named 'isnormal' in namespace 'std'; did you mean simply 'isnormal'?
  1088. return (std::isnormal)(x);
  1089. ^~~~~~~~~~~~~
  1090. isnormal
  1091. ./boost/math/special_functions/math_fwd.hpp:888:9: note: 'isnormal' declared here
  1092. bool isnormal BOOST_NO_MACRO_EXPAND(T t);
  1093. ^
  1094. In file included from libs/program_options/src/value_semantic.cpp:8:
  1095. In file included from ./boost/program_options/value_semantic.hpp:14:
  1096. In file included from ./boost/lexical_cast.hpp:32:
  1097. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1098. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1099. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1100. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1101. ./boost/math/special_functions/fpclassify.hpp:456:17: error: no member named 'isinf' in namespace 'std'; did you mean simply 'isinf'?
  1102. return (std::isinf)(x);
  1103. ^~~~~~~~~~
  1104. isinf
  1105. ./boost/math/special_functions/math_fwd.hpp:882:9: note: 'isinf' declared here
  1106. bool isinf BOOST_NO_MACRO_EXPAND(T t);
  1107. ^
  1108. In file included from libs/program_options/src/value_semantic.cpp:8:
  1109. In file included from ./boost/program_options/value_semantic.hpp:14:
  1110. In file included from ./boost/lexical_cast.hpp:32:
  1111. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1112. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1113. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1114. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1115. ./boost/math/special_functions/fpclassify.hpp:552:17: error: no member named 'isnan' in namespace 'std'; did you mean simply 'isnan'?
  1116. return (std::isnan)(x);
  1117. ^~~~~~~~~~
  1118. isnan
  1119. ./boost/math/special_functions/math_fwd.hpp:885:9: note: 'isnan' declared here
  1120. bool isnan BOOST_NO_MACRO_EXPAND(T t);
  1121. ^
  1122. 19 errors generated.
  1123.  
  1124. "clang++" -x c++ -std=c++11 -fvisibility-inlines-hidden -m64 -O3 -Wall -fvisibility=hidden -Wno-inline -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/value_semantic.o" "libs/program_options/src/value_semantic.cpp"
  1125.  
  1126. ...failed clang-darwin.compile.c++ bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/value_semantic.o...
  1127. clang-darwin.compile.c++ bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/cmdline.o
  1128. In file included from libs/program_options/src/cmdline.cpp:11:
  1129. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1130. In file included from ./boost/program_options/options_description.hpp:13:
  1131. In file included from ./boost/program_options/value_semantic.hpp:12:
  1132. In file included from ./boost/any.hpp:20:
  1133. In file included from ./boost/type_index.hpp:29:
  1134. In file included from ./boost/type_index/stl_type_index.hpp:47:
  1135. In file included from ./boost/container_hash/hash.hpp:21:
  1136. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  1137. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  1138. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  1139. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:317:9: error: no member named 'signbit' in the global namespace
  1140. using ::signbit;
  1141. ~~^
  1142. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:318:9: error: no member named 'fpclassify' in the global namespace
  1143. using ::fpclassify;
  1144. ~~^
  1145. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:319:9: error: no member named 'isfinite' in the global namespace; did you mean 'finite'?
  1146. using ::isfinite;
  1147. ~~^
  1148. /usr/local/include/math.h:752:12: note: 'finite' declared here
  1149. extern int finite(double)
  1150. ^
  1151. In file included from libs/program_options/src/cmdline.cpp:11:
  1152. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1153. In file included from ./boost/program_options/options_description.hpp:13:
  1154. In file included from ./boost/program_options/value_semantic.hpp:12:
  1155. In file included from ./boost/any.hpp:20:
  1156. In file included from ./boost/type_index.hpp:29:
  1157. In file included from ./boost/type_index/stl_type_index.hpp:47:
  1158. In file included from ./boost/container_hash/hash.hpp:21:
  1159. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  1160. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  1161. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  1162. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:320:9: error: no member named 'isinf' in the global namespace
  1163. using ::isinf;
  1164. ~~^
  1165. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:321:9: error: no member named 'isnan' in the global namespace
  1166. using ::isnan;
  1167. ~~^
  1168. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:322:9: error: no member named 'isnormal' in the global namespace
  1169. using ::isnormal;
  1170. ~~^
  1171. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:323:7: error: no member named 'isgreater' in the global namespace; did you mean '::std::greater'?
  1172. using ::isgreater;
  1173. ^~
  1174. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:738:29: note: '::std::greater' declared here
  1175. struct _LIBCPP_TEMPLATE_VIS greater : binary_function<_Tp, _Tp, bool>
  1176. ^
  1177. In file included from libs/program_options/src/cmdline.cpp:11:
  1178. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1179. In file included from ./boost/program_options/options_description.hpp:13:
  1180. In file included from ./boost/program_options/value_semantic.hpp:12:
  1181. In file included from ./boost/any.hpp:20:
  1182. In file included from ./boost/type_index.hpp:29:
  1183. In file included from ./boost/type_index/stl_type_index.hpp:47:
  1184. In file included from ./boost/container_hash/hash.hpp:21:
  1185. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  1186. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  1187. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  1188. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:324:7: error: no member named 'isgreaterequal' in the global namespace; did you mean '::std::greater_equal'?
  1189. using ::isgreaterequal;
  1190. ^~
  1191. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:767:29: note: '::std::greater_equal' declared here
  1192. struct _LIBCPP_TEMPLATE_VIS greater_equal : binary_function<_Tp, _Tp, bool>
  1193. ^
  1194. In file included from libs/program_options/src/cmdline.cpp:11:
  1195. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1196. In file included from ./boost/program_options/options_description.hpp:13:
  1197. In file included from ./boost/program_options/value_semantic.hpp:12:
  1198. In file included from ./boost/any.hpp:20:
  1199. In file included from ./boost/type_index.hpp:29:
  1200. In file included from ./boost/type_index/stl_type_index.hpp:47:
  1201. In file included from ./boost/container_hash/hash.hpp:21:
  1202. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  1203. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  1204. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  1205. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:325:9: error: no member named 'isless' in the global namespace
  1206. using ::isless;
  1207. ~~^
  1208. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:326:9: error: no member named 'islessequal' in the global namespace
  1209. using ::islessequal;
  1210. ~~^
  1211. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:327:9: error: no member named 'islessgreater' in the global namespace
  1212. using ::islessgreater;
  1213. ~~^
  1214. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:328:9: error: no member named 'isunordered' in the global namespace
  1215. using ::isunordered;
  1216. ~~^
  1217. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:329:9: error: no member named 'isunordered' in the global namespace
  1218. using ::isunordered;
  1219. ~~^
  1220. In file included from libs/program_options/src/cmdline.cpp:11:
  1221. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1222. In file included from ./boost/program_options/options_description.hpp:13:
  1223. In file included from ./boost/program_options/value_semantic.hpp:14:
  1224. In file included from ./boost/lexical_cast.hpp:32:
  1225. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1226. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1227. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1228. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:34:
  1229. ./boost/math/special_functions/sign.hpp:30:17: error: no member named 'signbit' in namespace 'std'; did you mean simply 'signbit'?
  1230. return (std::signbit)(x) ? 1 : 0;
  1231. ^~~~~~~~~~~~
  1232. signbit
  1233. ./boost/math/special_functions/math_fwd.hpp:891:8: note: 'signbit' declared here
  1234. int signbit BOOST_NO_MACRO_EXPAND(T x);
  1235. ^
  1236. In file included from libs/program_options/src/cmdline.cpp:11:
  1237. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1238. In file included from ./boost/program_options/options_description.hpp:13:
  1239. In file included from ./boost/program_options/value_semantic.hpp:14:
  1240. In file included from ./boost/lexical_cast.hpp:32:
  1241. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1242. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1243. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1244. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1245. ./boost/math/special_functions/fpclassify.hpp:155:12: error: no member named 'fpclassify' in namespace 'std'; did you mean simply 'fpclassify'?
  1246. return (std::fpclassify)(t);
  1247. ^~~~~~~~~~~~~~~
  1248. fpclassify
  1249. ./boost/math/special_functions/math_fwd.hpp:876:8: note: 'fpclassify' declared here
  1250. int fpclassify BOOST_NO_MACRO_EXPAND(T t);
  1251. ^
  1252. In file included from libs/program_options/src/cmdline.cpp:11:
  1253. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1254. In file included from ./boost/program_options/options_description.hpp:13:
  1255. In file included from ./boost/program_options/value_semantic.hpp:14:
  1256. In file included from ./boost/lexical_cast.hpp:32:
  1257. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1258. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1259. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1260. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1261. ./boost/math/special_functions/fpclassify.hpp:314:17: error: no member named 'isfinite' in namespace 'std'; did you mean simply 'isfinite'?
  1262. return (std::isfinite)(x);
  1263. ^~~~~~~~~~~~~
  1264. isfinite
  1265. ./boost/math/special_functions/math_fwd.hpp:879:9: note: 'isfinite' declared here
  1266. bool isfinite BOOST_NO_MACRO_EXPAND(T z);
  1267. ^
  1268. In file included from libs/program_options/src/cmdline.cpp:11:
  1269. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1270. In file included from ./boost/program_options/options_description.hpp:13:
  1271. In file included from ./boost/program_options/value_semantic.hpp:14:
  1272. In file included from ./boost/lexical_cast.hpp:32:
  1273. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1274. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1275. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1276. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1277. ./boost/math/special_functions/fpclassify.hpp:385:17: error: no member named 'isnormal' in namespace 'std'; did you mean simply 'isnormal'?
  1278. return (std::isnormal)(x);
  1279. ^~~~~~~~~~~~~
  1280. isnormal
  1281. ./boost/math/special_functions/math_fwd.hpp:888:9: note: 'isnormal' declared here
  1282. bool isnormal BOOST_NO_MACRO_EXPAND(T t);
  1283. ^
  1284. In file included from libs/program_options/src/cmdline.cpp:11:
  1285. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1286. In file included from ./boost/program_options/options_description.hpp:13:
  1287. In file included from ./boost/program_options/value_semantic.hpp:14:
  1288. In file included from ./boost/lexical_cast.hpp:32:
  1289. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1290. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1291. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1292. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1293. ./boost/math/special_functions/fpclassify.hpp:456:17: error: no member named 'isinf' in namespace 'std'; did you mean simply 'isinf'?
  1294. return (std::isinf)(x);
  1295. ^~~~~~~~~~
  1296. isinf
  1297. ./boost/math/special_functions/math_fwd.hpp:882:9: note: 'isinf' declared here
  1298. bool isinf BOOST_NO_MACRO_EXPAND(T t);
  1299. ^
  1300. In file included from libs/program_options/src/cmdline.cpp:11:
  1301. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1302. In file included from ./boost/program_options/options_description.hpp:13:
  1303. In file included from ./boost/program_options/value_semantic.hpp:14:
  1304. In file included from ./boost/lexical_cast.hpp:32:
  1305. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1306. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1307. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1308. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1309. ./boost/math/special_functions/fpclassify.hpp:552:17: error: no member named 'isnan' in namespace 'std'; did you mean simply 'isnan'?
  1310. return (std::isnan)(x);
  1311. ^~~~~~~~~~
  1312. isnan
  1313. ./boost/math/special_functions/math_fwd.hpp:885:9: note: 'isnan' declared here
  1314. bool isnan BOOST_NO_MACRO_EXPAND(T t);
  1315. ^
  1316. 19 errors generated.
  1317.  
  1318. "clang++" -x c++ -std=c++11 -fvisibility-inlines-hidden -m64 -O3 -Wall -fvisibility=hidden -Wno-inline -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/cmdline.o" "libs/program_options/src/cmdline.cpp"
  1319.  
  1320. ...failed clang-darwin.compile.c++ bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/cmdline.o...
  1321. clang-darwin.compile.c++ bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/options_description.o
  1322. In file included from libs/program_options/src/options_description.cpp:10:
  1323. In file included from ./boost/program_options/options_description.hpp:13:
  1324. In file included from ./boost/program_options/value_semantic.hpp:12:
  1325. In file included from ./boost/any.hpp:20:
  1326. In file included from ./boost/type_index.hpp:29:
  1327. In file included from ./boost/type_index/stl_type_index.hpp:47:
  1328. In file included from ./boost/container_hash/hash.hpp:21:
  1329. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  1330. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  1331. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  1332. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:317:9: error: no member named 'signbit' in the global namespace
  1333. using ::signbit;
  1334. ~~^
  1335. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:318:9: error: no member named 'fpclassify' in the global namespace
  1336. using ::fpclassify;
  1337. ~~^
  1338. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:319:9: error: no member named 'isfinite' in the global namespace; did you mean 'finite'?
  1339. using ::isfinite;
  1340. ~~^
  1341. /usr/local/include/math.h:752:12: note: 'finite' declared here
  1342. extern int finite(double)
  1343. ^
  1344. In file included from libs/program_options/src/options_description.cpp:10:
  1345. In file included from ./boost/program_options/options_description.hpp:13:
  1346. In file included from ./boost/program_options/value_semantic.hpp:12:
  1347. In file included from ./boost/any.hpp:20:
  1348. In file included from ./boost/type_index.hpp:29:
  1349. In file included from ./boost/type_index/stl_type_index.hpp:47:
  1350. In file included from ./boost/container_hash/hash.hpp:21:
  1351. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  1352. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  1353. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  1354. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:320:9: error: no member named 'isinf' in the global namespace
  1355. using ::isinf;
  1356. ~~^
  1357. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:321:9: error: no member named 'isnan' in the global namespace
  1358. using ::isnan;
  1359. ~~^
  1360. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:322:9: error: no member named 'isnormal' in the global namespace
  1361. using ::isnormal;
  1362. ~~^
  1363. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:323:7: error: no member named 'isgreater' in the global namespace; did you mean '::std::greater'?
  1364. using ::isgreater;
  1365. ^~
  1366. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:738:29: note: '::std::greater' declared here
  1367. struct _LIBCPP_TEMPLATE_VIS greater : binary_function<_Tp, _Tp, bool>
  1368. ^
  1369. In file included from libs/program_options/src/options_description.cpp:10:
  1370. In file included from ./boost/program_options/options_description.hpp:13:
  1371. In file included from ./boost/program_options/value_semantic.hpp:12:
  1372. In file included from ./boost/any.hpp:20:
  1373. In file included from ./boost/type_index.hpp:29:
  1374. In file included from ./boost/type_index/stl_type_index.hpp:47:
  1375. In file included from ./boost/container_hash/hash.hpp:21:
  1376. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  1377. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  1378. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  1379. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:324:7: error: no member named 'isgreaterequal' in the global namespace; did you mean '::std::greater_equal'?
  1380. using ::isgreaterequal;
  1381. ^~
  1382. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:767:29: note: '::std::greater_equal' declared here
  1383. struct _LIBCPP_TEMPLATE_VIS greater_equal : binary_function<_Tp, _Tp, bool>
  1384. ^
  1385. In file included from libs/program_options/src/options_description.cpp:10:
  1386. In file included from ./boost/program_options/options_description.hpp:13:
  1387. In file included from ./boost/program_options/value_semantic.hpp:12:
  1388. In file included from ./boost/any.hpp:20:
  1389. In file included from ./boost/type_index.hpp:29:
  1390. In file included from ./boost/type_index/stl_type_index.hpp:47:
  1391. In file included from ./boost/container_hash/hash.hpp:21:
  1392. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  1393. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  1394. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  1395. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:325:9: error: no member named 'isless' in the global namespace
  1396. using ::isless;
  1397. ~~^
  1398. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:326:9: error: no member named 'islessequal' in the global namespace
  1399. using ::islessequal;
  1400. ~~^
  1401. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:327:9: error: no member named 'islessgreater' in the global namespace
  1402. using ::islessgreater;
  1403. ~~^
  1404. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:328:9: error: no member named 'isunordered' in the global namespace
  1405. using ::isunordered;
  1406. ~~^
  1407. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:329:9: error: no member named 'isunordered' in the global namespace
  1408. using ::isunordered;
  1409. ~~^
  1410. In file included from libs/program_options/src/options_description.cpp:10:
  1411. In file included from ./boost/program_options/options_description.hpp:13:
  1412. In file included from ./boost/program_options/value_semantic.hpp:14:
  1413. In file included from ./boost/lexical_cast.hpp:32:
  1414. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1415. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1416. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1417. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:34:
  1418. ./boost/math/special_functions/sign.hpp:30:17: error: no member named 'signbit' in namespace 'std'; did you mean simply 'signbit'?
  1419. return (std::signbit)(x) ? 1 : 0;
  1420. ^~~~~~~~~~~~
  1421. signbit
  1422. ./boost/math/special_functions/math_fwd.hpp:891:8: note: 'signbit' declared here
  1423. int signbit BOOST_NO_MACRO_EXPAND(T x);
  1424. ^
  1425. In file included from libs/program_options/src/options_description.cpp:10:
  1426. In file included from ./boost/program_options/options_description.hpp:13:
  1427. In file included from ./boost/program_options/value_semantic.hpp:14:
  1428. In file included from ./boost/lexical_cast.hpp:32:
  1429. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1430. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1431. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1432. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1433. ./boost/math/special_functions/fpclassify.hpp:155:12: error: no member named 'fpclassify' in namespace 'std'; did you mean simply 'fpclassify'?
  1434. return (std::fpclassify)(t);
  1435. ^~~~~~~~~~~~~~~
  1436. fpclassify
  1437. ./boost/math/special_functions/math_fwd.hpp:876:8: note: 'fpclassify' declared here
  1438. int fpclassify BOOST_NO_MACRO_EXPAND(T t);
  1439. ^
  1440. In file included from libs/program_options/src/options_description.cpp:10:
  1441. In file included from ./boost/program_options/options_description.hpp:13:
  1442. In file included from ./boost/program_options/value_semantic.hpp:14:
  1443. In file included from ./boost/lexical_cast.hpp:32:
  1444. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1445. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1446. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1447. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1448. ./boost/math/special_functions/fpclassify.hpp:314:17: error: no member named 'isfinite' in namespace 'std'; did you mean simply 'isfinite'?
  1449. return (std::isfinite)(x);
  1450. ^~~~~~~~~~~~~
  1451. isfinite
  1452. ./boost/math/special_functions/math_fwd.hpp:879:9: note: 'isfinite' declared here
  1453. bool isfinite BOOST_NO_MACRO_EXPAND(T z);
  1454. ^
  1455. In file included from libs/program_options/src/options_description.cpp:10:
  1456. In file included from ./boost/program_options/options_description.hpp:13:
  1457. In file included from ./boost/program_options/value_semantic.hpp:14:
  1458. In file included from ./boost/lexical_cast.hpp:32:
  1459. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1460. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1461. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1462. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1463. ./boost/math/special_functions/fpclassify.hpp:385:17: error: no member named 'isnormal' in namespace 'std'; did you mean simply 'isnormal'?
  1464. return (std::isnormal)(x);
  1465. ^~~~~~~~~~~~~
  1466. isnormal
  1467. ./boost/math/special_functions/math_fwd.hpp:888:9: note: 'isnormal' declared here
  1468. bool isnormal BOOST_NO_MACRO_EXPAND(T t);
  1469. ^
  1470. In file included from libs/program_options/src/options_description.cpp:10:
  1471. In file included from ./boost/program_options/options_description.hpp:13:
  1472. In file included from ./boost/program_options/value_semantic.hpp:14:
  1473. In file included from ./boost/lexical_cast.hpp:32:
  1474. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1475. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1476. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1477. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1478. ./boost/math/special_functions/fpclassify.hpp:456:17: error: no member named 'isinf' in namespace 'std'; did you mean simply 'isinf'?
  1479. return (std::isinf)(x);
  1480. ^~~~~~~~~~
  1481. isinf
  1482. ./boost/math/special_functions/math_fwd.hpp:882:9: note: 'isinf' declared here
  1483. bool isinf BOOST_NO_MACRO_EXPAND(T t);
  1484. ^
  1485. In file included from libs/program_options/src/options_description.cpp:10:
  1486. In file included from ./boost/program_options/options_description.hpp:13:
  1487. In file included from ./boost/program_options/value_semantic.hpp:14:
  1488. In file included from ./boost/lexical_cast.hpp:32:
  1489. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1490. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1491. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1492. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1493. ./boost/math/special_functions/fpclassify.hpp:552:17: error: no member named 'isnan' in namespace 'std'; did you mean simply 'isnan'?
  1494. return (std::isnan)(x);
  1495. ^~~~~~~~~~
  1496. isnan
  1497. ./boost/math/special_functions/math_fwd.hpp:885:9: note: 'isnan' declared here
  1498. bool isnan BOOST_NO_MACRO_EXPAND(T t);
  1499. ^
  1500. 19 errors generated.
  1501.  
  1502. "clang++" -x c++ -std=c++11 -fvisibility-inlines-hidden -m64 -O3 -Wall -fvisibility=hidden -Wno-inline -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/options_description.o" "libs/program_options/src/options_description.cpp"
  1503.  
  1504. ...failed clang-darwin.compile.c++ bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/options_description.o...
  1505. clang-darwin.compile.c++ bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/parsers.o
  1506. In file included from libs/program_options/src/parsers.cpp:11:
  1507. In file included from ./boost/program_options/parsers.hpp:12:
  1508. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1509. In file included from ./boost/program_options/options_description.hpp:13:
  1510. In file included from ./boost/program_options/value_semantic.hpp:12:
  1511. In file included from ./boost/any.hpp:20:
  1512. In file included from ./boost/type_index.hpp:29:
  1513. In file included from ./boost/type_index/stl_type_index.hpp:47:
  1514. In file included from ./boost/container_hash/hash.hpp:21:
  1515. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  1516. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  1517. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  1518. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:317:9: error: no member named 'signbit' in the global namespace
  1519. using ::signbit;
  1520. ~~^
  1521. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:318:9: error: no member named 'fpclassify' in the global namespace
  1522. using ::fpclassify;
  1523. ~~^
  1524. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:319:9: error: no member named 'isfinite' in the global namespace; did you mean 'finite'?
  1525. using ::isfinite;
  1526. ~~^
  1527. /usr/local/include/math.h:752:12: note: 'finite' declared here
  1528. extern int finite(double)
  1529. ^
  1530. In file included from libs/program_options/src/parsers.cpp:11:
  1531. In file included from ./boost/program_options/parsers.hpp:12:
  1532. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1533. In file included from ./boost/program_options/options_description.hpp:13:
  1534. In file included from ./boost/program_options/value_semantic.hpp:12:
  1535. In file included from ./boost/any.hpp:20:
  1536. In file included from ./boost/type_index.hpp:29:
  1537. In file included from ./boost/type_index/stl_type_index.hpp:47:
  1538. In file included from ./boost/container_hash/hash.hpp:21:
  1539. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  1540. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  1541. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  1542. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:320:9: error: no member named 'isinf' in the global namespace
  1543. using ::isinf;
  1544. ~~^
  1545. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:321:9: error: no member named 'isnan' in the global namespace
  1546. using ::isnan;
  1547. ~~^
  1548. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:322:9: error: no member named 'isnormal' in the global namespace
  1549. using ::isnormal;
  1550. ~~^
  1551. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:323:7: error: no member named 'isgreater' in the global namespace; did you mean '::std::greater'?
  1552. using ::isgreater;
  1553. ^~
  1554. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:738:29: note: '::std::greater' declared here
  1555. struct _LIBCPP_TEMPLATE_VIS greater : binary_function<_Tp, _Tp, bool>
  1556. ^
  1557. In file included from libs/program_options/src/parsers.cpp:11:
  1558. In file included from ./boost/program_options/parsers.hpp:12:
  1559. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1560. In file included from ./boost/program_options/options_description.hpp:13:
  1561. In file included from ./boost/program_options/value_semantic.hpp:12:
  1562. In file included from ./boost/any.hpp:20:
  1563. In file included from ./boost/type_index.hpp:29:
  1564. In file included from ./boost/type_index/stl_type_index.hpp:47:
  1565. In file included from ./boost/container_hash/hash.hpp:21:
  1566. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  1567. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  1568. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  1569. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:324:7: error: no member named 'isgreaterequal' in the global namespace; did you mean '::std::greater_equal'?
  1570. using ::isgreaterequal;
  1571. ^~
  1572. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:767:29: note: '::std::greater_equal' declared here
  1573. struct _LIBCPP_TEMPLATE_VIS greater_equal : binary_function<_Tp, _Tp, bool>
  1574. ^
  1575. In file included from libs/program_options/src/parsers.cpp:11:
  1576. In file included from ./boost/program_options/parsers.hpp:12:
  1577. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1578. In file included from ./boost/program_options/options_description.hpp:13:
  1579. In file included from ./boost/program_options/value_semantic.hpp:12:
  1580. In file included from ./boost/any.hpp:20:
  1581. In file included from ./boost/type_index.hpp:29:
  1582. In file included from ./boost/type_index/stl_type_index.hpp:47:
  1583. In file included from ./boost/container_hash/hash.hpp:21:
  1584. In file included from ./boost/container_hash/detail/hash_float.hpp:14:
  1585. In file included from ./boost/container_hash/detail/float_functions.hpp:14:
  1586. In file included from ./boost/config/no_tr1/cmath.hpp:21:
  1587. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:325:9: error: no member named 'isless' in the global namespace
  1588. using ::isless;
  1589. ~~^
  1590. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:326:9: error: no member named 'islessequal' in the global namespace
  1591. using ::islessequal;
  1592. ~~^
  1593. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:327:9: error: no member named 'islessgreater' in the global namespace
  1594. using ::islessgreater;
  1595. ~~^
  1596. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:328:9: error: no member named 'isunordered' in the global namespace
  1597. using ::isunordered;
  1598. ~~^
  1599. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:329:9: error: no member named 'isunordered' in the global namespace
  1600. using ::isunordered;
  1601. ~~^
  1602. In file included from libs/program_options/src/parsers.cpp:11:
  1603. In file included from ./boost/program_options/parsers.hpp:12:
  1604. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1605. In file included from ./boost/program_options/options_description.hpp:13:
  1606. In file included from ./boost/program_options/value_semantic.hpp:14:
  1607. In file included from ./boost/lexical_cast.hpp:32:
  1608. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1609. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1610. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1611. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:34:
  1612. ./boost/math/special_functions/sign.hpp:30:17: error: no member named 'signbit' in namespace 'std'; did you mean simply 'signbit'?
  1613. return (std::signbit)(x) ? 1 : 0;
  1614. ^~~~~~~~~~~~
  1615. signbit
  1616. ./boost/math/special_functions/math_fwd.hpp:891:8: note: 'signbit' declared here
  1617. int signbit BOOST_NO_MACRO_EXPAND(T x);
  1618. ^
  1619. In file included from libs/program_options/src/parsers.cpp:11:
  1620. In file included from ./boost/program_options/parsers.hpp:12:
  1621. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1622. In file included from ./boost/program_options/options_description.hpp:13:
  1623. In file included from ./boost/program_options/value_semantic.hpp:14:
  1624. In file included from ./boost/lexical_cast.hpp:32:
  1625. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1626. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1627. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1628. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1629. ./boost/math/special_functions/fpclassify.hpp:155:12: error: no member named 'fpclassify' in namespace 'std'; did you mean simply 'fpclassify'?
  1630. return (std::fpclassify)(t);
  1631. ^~~~~~~~~~~~~~~
  1632. fpclassify
  1633. ./boost/math/special_functions/math_fwd.hpp:876:8: note: 'fpclassify' declared here
  1634. int fpclassify BOOST_NO_MACRO_EXPAND(T t);
  1635. ^
  1636. In file included from libs/program_options/src/parsers.cpp:11:
  1637. In file included from ./boost/program_options/parsers.hpp:12:
  1638. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1639. In file included from ./boost/program_options/options_description.hpp:13:
  1640. In file included from ./boost/program_options/value_semantic.hpp:14:
  1641. In file included from ./boost/lexical_cast.hpp:32:
  1642. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1643. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1644. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1645. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1646. ./boost/math/special_functions/fpclassify.hpp:314:17: error: no member named 'isfinite' in namespace 'std'; did you mean simply 'isfinite'?
  1647. return (std::isfinite)(x);
  1648. ^~~~~~~~~~~~~
  1649. isfinite
  1650. ./boost/math/special_functions/math_fwd.hpp:879:9: note: 'isfinite' declared here
  1651. bool isfinite BOOST_NO_MACRO_EXPAND(T z);
  1652. ^
  1653. In file included from libs/program_options/src/parsers.cpp:11:
  1654. In file included from ./boost/program_options/parsers.hpp:12:
  1655. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1656. In file included from ./boost/program_options/options_description.hpp:13:
  1657. In file included from ./boost/program_options/value_semantic.hpp:14:
  1658. In file included from ./boost/lexical_cast.hpp:32:
  1659. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1660. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1661. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1662. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1663. ./boost/math/special_functions/fpclassify.hpp:385:17: error: no member named 'isnormal' in namespace 'std'; did you mean simply 'isnormal'?
  1664. return (std::isnormal)(x);
  1665. ^~~~~~~~~~~~~
  1666. isnormal
  1667. ./boost/math/special_functions/math_fwd.hpp:888:9: note: 'isnormal' declared here
  1668. bool isnormal BOOST_NO_MACRO_EXPAND(T t);
  1669. ^
  1670. In file included from libs/program_options/src/parsers.cpp:11:
  1671. In file included from ./boost/program_options/parsers.hpp:12:
  1672. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1673. In file included from ./boost/program_options/options_description.hpp:13:
  1674. In file included from ./boost/program_options/value_semantic.hpp:14:
  1675. In file included from ./boost/lexical_cast.hpp:32:
  1676. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1677. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1678. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1679. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1680. ./boost/math/special_functions/fpclassify.hpp:456:17: error: no member named 'isinf' in namespace 'std'; did you mean simply 'isinf'?
  1681. return (std::isinf)(x);
  1682. ^~~~~~~~~~
  1683. isinf
  1684. ./boost/math/special_functions/math_fwd.hpp:882:9: note: 'isinf' declared here
  1685. bool isinf BOOST_NO_MACRO_EXPAND(T t);
  1686. ^
  1687. In file included from libs/program_options/src/parsers.cpp:11:
  1688. In file included from ./boost/program_options/parsers.hpp:12:
  1689. In file included from ./boost/program_options/detail/cmdline.hpp:14:
  1690. In file included from ./boost/program_options/options_description.hpp:13:
  1691. In file included from ./boost/program_options/value_semantic.hpp:14:
  1692. In file included from ./boost/lexical_cast.hpp:32:
  1693. In file included from ./boost/lexical_cast/try_lexical_convert.hpp:44:
  1694. In file included from ./boost/lexical_cast/detail/converter_lexical.hpp:54:
  1695. In file included from ./boost/lexical_cast/detail/converter_lexical_streams.hpp:63:
  1696. In file included from ./boost/lexical_cast/detail/inf_nan.hpp:35:
  1697. ./boost/math/special_functions/fpclassify.hpp:552:17: error: no member named 'isnan' in namespace 'std'; did you mean simply 'isnan'?
  1698. return (std::isnan)(x);
  1699. ^~~~~~~~~~
  1700. isnan
  1701. ./boost/math/special_functions/math_fwd.hpp:885:9: note: 'isnan' declared here
  1702. bool isnan BOOST_NO_MACRO_EXPAND(T t);
  1703. ^
  1704. 19 errors generated.
  1705.  
  1706. "clang++" -x c++ -std=c++11 -fvisibility-inlines-hidden -m64 -O3 -Wall -fvisibility=hidden -Wno-inline -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/parsers.o" "libs/program_options/src/parsers.cpp"
  1707.  
  1708. ...failed clang-darwin.compile.c++ bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/parsers.o...
  1709. clang-darwin.compile.c++ bin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/config_file.o
  1710. ...skipped <pbin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden>libboost_program_options.a(clean) for lack of <pbin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden>cmdline.o...
  1711. ...skipped <pbin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden>libboost_program_options.a for lack of <pbin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden>cmdline.o...
  1712. ...skipped <p/Users/jrsheehy/.cmdstanr/cmdstan-2.25.0/stan/lib/stan_math/lib/boost_1.72.0/stage/lib>libboost_program_options.a for lack of <pbin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden>libboost_program_options.a...
  1713. ...skipped <pbin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden>libboost_program_options-variant-static.cmake for lack of <pbin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden>libboost_program_options.a...
  1714. ...skipped <p/Users/jrsheehy/.cmdstanr/cmdstan-2.25.0/stan/lib/stan_math/lib/boost_1.72.0/stage/lib/cmake/boost_program_options-1.72.0>libboost_program_options-variant-static.cmake for lack of <pbin.v2/libs/program_options/build/clang-darwin-12.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden>libboost_program_options-variant-static.cmake...
  1715. ...failed updating 7 targets...
  1716. ...skipped 5 targets...
  1717. ...updated 36 targets...
  1718. make: *** [stan/lib/stan_math/lib/boost_1.72.0/stage/lib/libboost_program_options.a] Error 1
  1719.  
  1720. There was a problem during installation. See the error message(s) above.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement