Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.26 KB | None | 0 0
  1. ~/Dev/Libraries/boost-git$ ./b2 --with-filesystem
  2.  
  3. Building the Boost C++ Libraries.
  4.  
  5.  
  6. Performing configuration checks
  7.  
  8. - symlinks supported : yes (cached)
  9.  
  10. Component configuration:
  11.  
  12. - atomic : not building
  13. - chrono : not building
  14. - container : not building
  15. - context : not building
  16. - coroutine : not building
  17. - date_time : not building
  18. - exception : not building
  19. - filesystem : building
  20. - graph : not building
  21. - graph_parallel : not building
  22. - iostreams : not building
  23. - locale : not building
  24. - log : not building
  25. - math : not building
  26. - mpi : not building
  27. - program_options : not building
  28. - python : not building
  29. - random : not building
  30. - regex : not building
  31. - serialization : not building
  32. - signals : not building
  33. - system : not building
  34. - test : not building
  35. - thread : not building
  36. - timer : not building
  37. - wave : not building
  38.  
  39. ...patience...
  40. ...found 1269 targets...
  41. ...updating 26 targets...
  42. gcc.compile.c++ bin.v2/libs/system/build/gcc-4.9.0/release/threading-multi/error_code.o
  43. In file included from libs/system/src/error_code.cpp:16:0:
  44. ./boost/system/error_code.hpp:18:39: fatal error: boost/utility/enable_if.hpp: No such file or directory
  45. #include <boost/utility/enable_if.hpp>
  46. ^
  47. compilation terminated.
  48.  
  49. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/system/build/gcc-4.9.0/release/threading-multi/error_code.o" "libs/system/src/error_code.cpp"
  50.  
  51. ...failed gcc.compile.c++ bin.v2/libs/system/build/gcc-4.9.0/release/threading-multi/error_code.o...
  52. ...skipped <pbin.v2/libs/system/build/gcc-4.9.0/release/threading-multi>libboost_system.so.1.57.0 for lack of <pbin.v2/libs/system/build/gcc-4.9.0/release/threading-multi>error_code.o...
  53. ...skipped <pstage/lib>libboost_system.so.1.57.0 for lack of <pbin.v2/libs/system/build/gcc-4.9.0/release/threading-multi>libboost_system.so.1.57.0...
  54. ...skipped <pstage/lib>libboost_system.so for lack of <pstage/lib>libboost_system.so.1.57.0...
  55. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi/codecvt_error_category.o
  56. In file included from libs/filesystem/src/codecvt_error_category.cpp:23:0:
  57. ./boost/filesystem/path_traits.hpp:20:39: fatal error: boost/utility/enable_if.hpp: No such file or directory
  58. #include <boost/utility/enable_if.hpp>
  59. ^
  60. compilation terminated.
  61.  
  62. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi/codecvt_error_category.o" "libs/filesystem/src/codecvt_error_category.cpp"
  63.  
  64. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi/codecvt_error_category.o...
  65. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi/operations.o
  66. In file included from ./boost/filesystem/path.hpp:25:0,
  67. from ./boost/filesystem/operations.hpp:25,
  68. from libs/filesystem/src/operations.cpp:44:
  69. ./boost/filesystem/path_traits.hpp:20:39: fatal error: boost/utility/enable_if.hpp: No such file or directory
  70. #include <boost/utility/enable_if.hpp>
  71. ^
  72. compilation terminated.
  73.  
  74. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi/operations.o" "libs/filesystem/src/operations.cpp"
  75.  
  76. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi/operations.o...
  77. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi/path.o
  78. In file included from ./boost/filesystem/path.hpp:25:0,
  79. from libs/filesystem/src/path.cpp:26:
  80. ./boost/filesystem/path_traits.hpp:20:39: fatal error: boost/utility/enable_if.hpp: No such file or directory
  81. #include <boost/utility/enable_if.hpp>
  82. ^
  83. compilation terminated.
  84.  
  85. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi/path.o" "libs/filesystem/src/path.cpp"
  86.  
  87. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi/path.o...
  88. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi/path_traits.o
  89. In file included from libs/filesystem/src/path_traits.cpp:21:0:
  90. ./boost/filesystem/path_traits.hpp:20:39: fatal error: boost/utility/enable_if.hpp: No such file or directory
  91. #include <boost/utility/enable_if.hpp>
  92. ^
  93. compilation terminated.
  94.  
  95. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi/path_traits.o" "libs/filesystem/src/path_traits.cpp"
  96.  
  97. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi/path_traits.o...
  98. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi/portability.o
  99. In file included from ./boost/filesystem/path.hpp:25:0,
  100. from libs/filesystem/src/portability.cpp:21:
  101. ./boost/filesystem/path_traits.hpp:20:39: fatal error: boost/utility/enable_if.hpp: No such file or directory
  102. #include <boost/utility/enable_if.hpp>
  103. ^
  104. compilation terminated.
  105.  
  106. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi/portability.o" "libs/filesystem/src/portability.cpp"
  107.  
  108. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi/portability.o...
  109. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi/unique_path.o
  110. In file included from ./boost/filesystem/path.hpp:25:0,
  111. from ./boost/filesystem/operations.hpp:25,
  112. from libs/filesystem/src/unique_path.cpp:20:
  113. ./boost/filesystem/path_traits.hpp:20:39: fatal error: boost/utility/enable_if.hpp: No such file or directory
  114. #include <boost/utility/enable_if.hpp>
  115. ^
  116. compilation terminated.
  117.  
  118. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi/unique_path.o" "libs/filesystem/src/unique_path.cpp"
  119.  
  120. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi/unique_path.o...
  121. ...skipped <pbin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi>libboost_filesystem.so.1.57.0 for lack of <pbin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi>codecvt_error_category.o...
  122. ...skipped <pstage/lib>libboost_filesystem.so.1.57.0 for lack of <pbin.v2/libs/filesystem/build/gcc-4.9.0/release/threading-multi>libboost_filesystem.so.1.57.0...
  123. ...skipped <pstage/lib>libboost_filesystem.so for lack of <pstage/lib>libboost_filesystem.so.1.57.0...
  124. gcc.compile.c++ bin.v2/libs/system/build/gcc-4.9.0/release/link-static/threading-multi/error_code.o
  125. In file included from libs/system/src/error_code.cpp:16:0:
  126. ./boost/system/error_code.hpp:18:39: fatal error: boost/utility/enable_if.hpp: No such file or directory
  127. #include <boost/utility/enable_if.hpp>
  128. ^
  129. compilation terminated.
  130.  
  131. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/system/build/gcc-4.9.0/release/link-static/threading-multi/error_code.o" "libs/system/src/error_code.cpp"
  132.  
  133. ...failed gcc.compile.c++ bin.v2/libs/system/build/gcc-4.9.0/release/link-static/threading-multi/error_code.o...
  134. ...skipped <pbin.v2/libs/system/build/gcc-4.9.0/release/link-static/threading-multi>libboost_system.a(clean) for lack of <pbin.v2/libs/system/build/gcc-4.9.0/release/link-static/threading-multi>error_code.o...
  135. ...skipped <pbin.v2/libs/system/build/gcc-4.9.0/release/link-static/threading-multi>libboost_system.a for lack of <pbin.v2/libs/system/build/gcc-4.9.0/release/link-static/threading-multi>error_code.o...
  136. ...skipped <pstage/lib>libboost_system.a for lack of <pbin.v2/libs/system/build/gcc-4.9.0/release/link-static/threading-multi>libboost_system.a...
  137. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi/codecvt_error_category.o
  138. In file included from libs/filesystem/src/codecvt_error_category.cpp:23:0:
  139. ./boost/filesystem/path_traits.hpp:20:39: fatal error: boost/utility/enable_if.hpp: No such file or directory
  140. #include <boost/utility/enable_if.hpp>
  141. ^
  142. compilation terminated.
  143.  
  144. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi/codecvt_error_category.o" "libs/filesystem/src/codecvt_error_category.cpp"
  145.  
  146. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi/codecvt_error_category.o...
  147. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi/operations.o
  148. In file included from ./boost/filesystem/path.hpp:25:0,
  149. from ./boost/filesystem/operations.hpp:25,
  150. from libs/filesystem/src/operations.cpp:44:
  151. ./boost/filesystem/path_traits.hpp:20:39: fatal error: boost/utility/enable_if.hpp: No such file or directory
  152. #include <boost/utility/enable_if.hpp>
  153. ^
  154. compilation terminated.
  155.  
  156. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi/operations.o" "libs/filesystem/src/operations.cpp"
  157.  
  158. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi/operations.o...
  159. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi/path.o
  160. In file included from ./boost/filesystem/path.hpp:25:0,
  161. from libs/filesystem/src/path.cpp:26:
  162. ./boost/filesystem/path_traits.hpp:20:39: fatal error: boost/utility/enable_if.hpp: No such file or directory
  163. #include <boost/utility/enable_if.hpp>
  164. ^
  165. compilation terminated.
  166.  
  167. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi/path.o" "libs/filesystem/src/path.cpp"
  168.  
  169. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi/path.o...
  170. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi/path_traits.o
  171. In file included from libs/filesystem/src/path_traits.cpp:21:0:
  172. ./boost/filesystem/path_traits.hpp:20:39: fatal error: boost/utility/enable_if.hpp: No such file or directory
  173. #include <boost/utility/enable_if.hpp>
  174. ^
  175. compilation terminated.
  176.  
  177. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi/path_traits.o" "libs/filesystem/src/path_traits.cpp"
  178.  
  179. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi/path_traits.o...
  180. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi/portability.o
  181. In file included from ./boost/filesystem/path.hpp:25:0,
  182. from libs/filesystem/src/portability.cpp:21:
  183. ./boost/filesystem/path_traits.hpp:20:39: fatal error: boost/utility/enable_if.hpp: No such file or directory
  184. #include <boost/utility/enable_if.hpp>
  185. ^
  186. compilation terminated.
  187.  
  188. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi/portability.o" "libs/filesystem/src/portability.cpp"
  189.  
  190. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi/portability.o...
  191. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi/unique_path.o
  192. In file included from ./boost/filesystem/path.hpp:25:0,
  193. from ./boost/filesystem/operations.hpp:25,
  194. from libs/filesystem/src/unique_path.cpp:20:
  195. ./boost/filesystem/path_traits.hpp:20:39: fatal error: boost/utility/enable_if.hpp: No such file or directory
  196. #include <boost/utility/enable_if.hpp>
  197. ^
  198. compilation terminated.
  199.  
  200. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi/unique_path.o" "libs/filesystem/src/unique_path.cpp"
  201.  
  202. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi/unique_path.o...
  203. ...skipped <pbin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi>libboost_filesystem.a(clean) for lack of <pbin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi>codecvt_error_category.o...
  204. ...skipped <pbin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi>libboost_filesystem.a for lack of <pbin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi>codecvt_error_category.o...
  205. ...skipped <pstage/lib>libboost_filesystem.a for lack of <pbin.v2/libs/filesystem/build/gcc-4.9.0/release/link-static/threading-multi>libboost_filesystem.a...
  206. ...failed updating 14 targets...
  207. ...skipped 12 targets...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement