| 1 | [gg@localhost boost_1_57_0]$ ./b2 --project-config.jam
|
|---|
| 2 |
|
|---|
| 3 | Building the Boost C++ Libraries.
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 | Performing configuration checks
|
|---|
| 7 |
|
|---|
| 8 | - 32-bit : yes (cached)
|
|---|
| 9 | - arm : no (cached)
|
|---|
| 10 | - mips1 : no (cached)
|
|---|
| 11 | - power : no (cached)
|
|---|
| 12 | - sparc : no (cached)
|
|---|
| 13 | - x86 : yes (cached)
|
|---|
| 14 | - lockfree boost::atomic_flag : yes (cached)
|
|---|
| 15 | - has_icu builds : yes (cached)
|
|---|
| 16 | warning: Graph library does not contain MPI-based parallel components.
|
|---|
| 17 | note: to enable them, add "using mpi ;" to your user-config.jam
|
|---|
| 18 | - zlib : yes (cached)
|
|---|
| 19 | - iconv (libc) : yes (cached)
|
|---|
| 20 | - icu : yes (cached)
|
|---|
| 21 | - compiler-supports-ssse3 : yes (cached)
|
|---|
| 22 | - compiler-supports-avx2 : yes (cached)
|
|---|
| 23 | - gcc visibility : yes (cached)
|
|---|
| 24 | - long double support : yes (cached)
|
|---|
| 25 | warning: skipping optional Message Passing Interface (MPI) library.
|
|---|
| 26 | note: to enable MPI support, add "using mpi ;" to user-config.jam.
|
|---|
| 27 | note: to suppress this message, pass "--without-mpi" to bjam.
|
|---|
| 28 | note: otherwise, you can safely ignore this message.
|
|---|
| 29 | - zlib : yes (cached)
|
|---|
| 30 |
|
|---|
| 31 | Component configuration:
|
|---|
| 32 |
|
|---|
| 33 | - atomic : building
|
|---|
| 34 | - chrono : building
|
|---|
| 35 | - container : building
|
|---|
| 36 | - context : building
|
|---|
| 37 | - coroutine : building
|
|---|
| 38 | - date_time : building
|
|---|
| 39 | - exception : building
|
|---|
| 40 | - filesystem : building
|
|---|
| 41 | - graph : building
|
|---|
| 42 | - graph_parallel : building
|
|---|
| 43 | - iostreams : building
|
|---|
| 44 | - locale : building
|
|---|
| 45 | - log : building
|
|---|
| 46 | - math : building
|
|---|
| 47 | - mpi : building
|
|---|
| 48 | - program_options : building
|
|---|
| 49 | - python : building
|
|---|
| 50 | - random : building
|
|---|
| 51 | - regex : building
|
|---|
| 52 | - serialization : building
|
|---|
| 53 | - signals : building
|
|---|
| 54 | - system : building
|
|---|
| 55 | - test : building
|
|---|
| 56 | - thread : building
|
|---|
| 57 | - timer : building
|
|---|
| 58 | - wave : building
|
|---|
| 59 |
|
|---|
| 60 | ...patience...
|
|---|
| 61 | ...patience...
|
|---|
| 62 | ...patience...
|
|---|
| 63 | ...patience...
|
|---|
| 64 | ...patience...
|
|---|
| 65 | ...patience...
|
|---|
| 66 | ...found 13368 targets...
|
|---|
| 67 | ...updating 68 targets...
|
|---|
| 68 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/numeric.o
|
|---|
| 69 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 70 | from ./boost/python/numeric.hpp:8,
|
|---|
| 71 | from libs/python/src/numeric.cpp:6:
|
|---|
| 72 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 73 | # include <pyconfig.h>
|
|---|
| 74 | ^
|
|---|
| 75 | compilation terminated.
|
|---|
| 76 |
|
|---|
| 77 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/numeric.o" "libs/python/src/numeric.cpp"
|
|---|
| 78 |
|
|---|
| 79 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/numeric.o...
|
|---|
| 80 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/list.o
|
|---|
| 81 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 82 | from ./boost/python/list.hpp:8,
|
|---|
| 83 | from libs/python/src/list.cpp:5:
|
|---|
| 84 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 85 | # include <pyconfig.h>
|
|---|
| 86 | ^
|
|---|
| 87 | compilation terminated.
|
|---|
| 88 |
|
|---|
| 89 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/list.o" "libs/python/src/list.cpp"
|
|---|
| 90 |
|
|---|
| 91 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/list.o...
|
|---|
| 92 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/long.o
|
|---|
| 93 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 94 | from ./boost/python/long.hpp:8,
|
|---|
| 95 | from libs/python/src/long.cpp:5:
|
|---|
| 96 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 97 | # include <pyconfig.h>
|
|---|
| 98 | ^
|
|---|
| 99 | compilation terminated.
|
|---|
| 100 |
|
|---|
| 101 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/long.o" "libs/python/src/long.cpp"
|
|---|
| 102 |
|
|---|
| 103 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/long.o...
|
|---|
| 104 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/dict.o
|
|---|
| 105 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 106 | from ./boost/python/dict.hpp:8,
|
|---|
| 107 | from libs/python/src/dict.cpp:4:
|
|---|
| 108 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 109 | # include <pyconfig.h>
|
|---|
| 110 | ^
|
|---|
| 111 | compilation terminated.
|
|---|
| 112 |
|
|---|
| 113 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/dict.o" "libs/python/src/dict.cpp"
|
|---|
| 114 |
|
|---|
| 115 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/dict.o...
|
|---|
| 116 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/tuple.o
|
|---|
| 117 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 118 | from ./boost/python/tuple.hpp:8,
|
|---|
| 119 | from libs/python/src/tuple.cpp:5:
|
|---|
| 120 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 121 | # include <pyconfig.h>
|
|---|
| 122 | ^
|
|---|
| 123 | compilation terminated.
|
|---|
| 124 |
|
|---|
| 125 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/tuple.o" "libs/python/src/tuple.cpp"
|
|---|
| 126 |
|
|---|
| 127 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/tuple.o...
|
|---|
| 128 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/str.o
|
|---|
| 129 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 130 | from ./boost/python/str.hpp:8,
|
|---|
| 131 | from libs/python/src/str.cpp:4:
|
|---|
| 132 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 133 | # include <pyconfig.h>
|
|---|
| 134 | ^
|
|---|
| 135 | compilation terminated.
|
|---|
| 136 |
|
|---|
| 137 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/str.o" "libs/python/src/str.cpp"
|
|---|
| 138 |
|
|---|
| 139 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/str.o...
|
|---|
| 140 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/slice.o
|
|---|
| 141 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 142 | from ./boost/python/slice.hpp:9,
|
|---|
| 143 | from libs/python/src/slice.cpp:1:
|
|---|
| 144 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 145 | # include <pyconfig.h>
|
|---|
| 146 | ^
|
|---|
| 147 | compilation terminated.
|
|---|
| 148 |
|
|---|
| 149 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/slice.o" "libs/python/src/slice.cpp"
|
|---|
| 150 |
|
|---|
| 151 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/slice.o...
|
|---|
| 152 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/from_python.o
|
|---|
| 153 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 154 | from ./boost/python/converter/from_python.hpp:8,
|
|---|
| 155 | from libs/python/src/converter/from_python.cpp:6:
|
|---|
| 156 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 157 | # include <pyconfig.h>
|
|---|
| 158 | ^
|
|---|
| 159 | compilation terminated.
|
|---|
| 160 |
|
|---|
| 161 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/from_python.o" "libs/python/src/converter/from_python.cpp"
|
|---|
| 162 |
|
|---|
| 163 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/from_python.o...
|
|---|
| 164 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/registry.o
|
|---|
| 165 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 166 | from ./boost/python/type_id.hpp:8,
|
|---|
| 167 | from ./boost/python/converter/registry.hpp:7,
|
|---|
| 168 | from libs/python/src/converter/registry.cpp:5:
|
|---|
| 169 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 170 | # include <pyconfig.h>
|
|---|
| 171 | ^
|
|---|
| 172 | compilation terminated.
|
|---|
| 173 |
|
|---|
| 174 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/registry.o" "libs/python/src/converter/registry.cpp"
|
|---|
| 175 |
|
|---|
| 176 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/registry.o...
|
|---|
| 177 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/type_id.o
|
|---|
| 178 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 179 | from ./boost/python/type_id.hpp:8,
|
|---|
| 180 | from libs/python/src/converter/type_id.cpp:6:
|
|---|
| 181 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 182 | # include <pyconfig.h>
|
|---|
| 183 | ^
|
|---|
| 184 | compilation terminated.
|
|---|
| 185 |
|
|---|
| 186 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/type_id.o" "libs/python/src/converter/type_id.cpp"
|
|---|
| 187 |
|
|---|
| 188 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/type_id.o...
|
|---|
| 189 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/enum.o
|
|---|
| 190 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 191 | from ./boost/python/object_core.hpp:10,
|
|---|
| 192 | from ./boost/python/object/enum_base.hpp:8,
|
|---|
| 193 | from libs/python/src/object/enum.cpp:6:
|
|---|
| 194 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 195 | # include <pyconfig.h>
|
|---|
| 196 | ^
|
|---|
| 197 | compilation terminated.
|
|---|
| 198 |
|
|---|
| 199 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/enum.o" "libs/python/src/object/enum.cpp"
|
|---|
| 200 |
|
|---|
| 201 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/enum.o...
|
|---|
| 202 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/class.o
|
|---|
| 203 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 204 | from libs/python/src/object/class.cpp:6:
|
|---|
| 205 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 206 | # include <pyconfig.h>
|
|---|
| 207 | ^
|
|---|
| 208 | compilation terminated.
|
|---|
| 209 |
|
|---|
| 210 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/class.o" "libs/python/src/object/class.cpp"
|
|---|
| 211 |
|
|---|
| 212 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/class.o...
|
|---|
| 213 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/function.o
|
|---|
| 214 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 215 | from ./boost/python/object/function.hpp:8,
|
|---|
| 216 | from ./boost/python/docstring_options.hpp:8,
|
|---|
| 217 | from libs/python/src/object/function.cpp:6:
|
|---|
| 218 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 219 | # include <pyconfig.h>
|
|---|
| 220 | ^
|
|---|
| 221 | compilation terminated.
|
|---|
| 222 |
|
|---|
| 223 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/function.o" "libs/python/src/object/function.cpp"
|
|---|
| 224 |
|
|---|
| 225 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/function.o...
|
|---|
| 226 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/inheritance.o
|
|---|
| 227 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 228 | from ./boost/python/type_id.hpp:8,
|
|---|
| 229 | from ./boost/python/object/inheritance.hpp:8,
|
|---|
| 230 | from libs/python/src/object/inheritance.cpp:5:
|
|---|
| 231 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 232 | # include <pyconfig.h>
|
|---|
| 233 | ^
|
|---|
| 234 | compilation terminated.
|
|---|
| 235 |
|
|---|
| 236 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/inheritance.o" "libs/python/src/object/inheritance.cpp"
|
|---|
| 237 |
|
|---|
| 238 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/inheritance.o...
|
|---|
| 239 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/life_support.o
|
|---|
| 240 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 241 | from ./boost/python/object/life_support.hpp:7,
|
|---|
| 242 | from libs/python/src/object/life_support.cpp:5:
|
|---|
| 243 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 244 | # include <pyconfig.h>
|
|---|
| 245 | ^
|
|---|
| 246 | compilation terminated.
|
|---|
| 247 |
|
|---|
| 248 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/life_support.o" "libs/python/src/object/life_support.cpp"
|
|---|
| 249 |
|
|---|
| 250 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/life_support.o...
|
|---|
| 251 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/pickle_support.o
|
|---|
| 252 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 253 | from ./boost/python/make_function.hpp:8,
|
|---|
| 254 | from libs/python/src/object/pickle_support.cpp:6:
|
|---|
| 255 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 256 | # include <pyconfig.h>
|
|---|
| 257 | ^
|
|---|
| 258 | compilation terminated.
|
|---|
| 259 |
|
|---|
| 260 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/pickle_support.o" "libs/python/src/object/pickle_support.cpp"
|
|---|
| 261 |
|
|---|
| 262 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/pickle_support.o...
|
|---|
| 263 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/errors.o
|
|---|
| 264 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 265 | from ./boost/python/errors.hpp:12,
|
|---|
| 266 | from libs/python/src/errors.cpp:10:
|
|---|
| 267 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 268 | # include <pyconfig.h>
|
|---|
| 269 | ^
|
|---|
| 270 | compilation terminated.
|
|---|
| 271 |
|
|---|
| 272 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/errors.o" "libs/python/src/errors.cpp"
|
|---|
| 273 |
|
|---|
| 274 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/errors.o...
|
|---|
| 275 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/module.o
|
|---|
| 276 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 277 | from ./boost/python/scope.hpp:8,
|
|---|
| 278 | from libs/python/src/module.cpp:9:
|
|---|
| 279 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 280 | # include <pyconfig.h>
|
|---|
| 281 | ^
|
|---|
| 282 | compilation terminated.
|
|---|
| 283 |
|
|---|
| 284 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/module.o" "libs/python/src/module.cpp"
|
|---|
| 285 |
|
|---|
| 286 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/module.o...
|
|---|
| 287 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/builtin_converters.o
|
|---|
| 288 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 289 | from ./boost/python/handle.hpp:8,
|
|---|
| 290 | from libs/python/src/converter/builtin_converters.cpp:6:
|
|---|
| 291 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 292 | # include <pyconfig.h>
|
|---|
| 293 | ^
|
|---|
| 294 | compilation terminated.
|
|---|
| 295 |
|
|---|
| 296 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/builtin_converters.o" "libs/python/src/converter/builtin_converters.cpp"
|
|---|
| 297 |
|
|---|
| 298 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/builtin_converters.o...
|
|---|
| 299 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/arg_to_python_base.o
|
|---|
| 300 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 301 | from ./boost/python/handle.hpp:8,
|
|---|
| 302 | from ./boost/python/converter/arg_to_python_base.hpp:7,
|
|---|
| 303 | from libs/python/src/converter/arg_to_python_base.cpp:6:
|
|---|
| 304 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 305 | # include <pyconfig.h>
|
|---|
| 306 | ^
|
|---|
| 307 | compilation terminated.
|
|---|
| 308 |
|
|---|
| 309 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/arg_to_python_base.o" "libs/python/src/converter/arg_to_python_base.cpp"
|
|---|
| 310 |
|
|---|
| 311 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/converter/arg_to_python_base.o...
|
|---|
| 312 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/iterator.o
|
|---|
| 313 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 314 | from ./boost/python/object_fwd.hpp:8,
|
|---|
| 315 | from ./boost/python/object/iterator_core.hpp:8,
|
|---|
| 316 | from libs/python/src/object/iterator.cpp:6:
|
|---|
| 317 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 318 | # include <pyconfig.h>
|
|---|
| 319 | ^
|
|---|
| 320 | compilation terminated.
|
|---|
| 321 |
|
|---|
| 322 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/iterator.o" "libs/python/src/object/iterator.cpp"
|
|---|
| 323 |
|
|---|
| 324 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/iterator.o...
|
|---|
| 325 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/stl_iterator.o
|
|---|
| 326 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 327 | from ./boost/python/ssize_t.hpp:9,
|
|---|
| 328 | from ./boost/python/object.hpp:8,
|
|---|
| 329 | from libs/python/src/object/stl_iterator.cpp:10:
|
|---|
| 330 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 331 | # include <pyconfig.h>
|
|---|
| 332 | ^
|
|---|
| 333 | compilation terminated.
|
|---|
| 334 |
|
|---|
| 335 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/stl_iterator.o" "libs/python/src/object/stl_iterator.cpp"
|
|---|
| 336 |
|
|---|
| 337 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/stl_iterator.o...
|
|---|
| 338 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object_protocol.o
|
|---|
| 339 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 340 | from ./boost/python/object_protocol.hpp:8,
|
|---|
| 341 | from libs/python/src/object_protocol.cpp:6:
|
|---|
| 342 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 343 | # include <pyconfig.h>
|
|---|
| 344 | ^
|
|---|
| 345 | compilation terminated.
|
|---|
| 346 |
|
|---|
| 347 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object_protocol.o" "libs/python/src/object_protocol.cpp"
|
|---|
| 348 |
|
|---|
| 349 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object_protocol.o...
|
|---|
| 350 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object_operators.o
|
|---|
| 351 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 352 | from ./boost/python/object_operators.hpp:8,
|
|---|
| 353 | from libs/python/src/object_operators.cpp:6:
|
|---|
| 354 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 355 | # include <pyconfig.h>
|
|---|
| 356 | ^
|
|---|
| 357 | compilation terminated.
|
|---|
| 358 |
|
|---|
| 359 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object_operators.o" "libs/python/src/object_operators.cpp"
|
|---|
| 360 |
|
|---|
| 361 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object_operators.o...
|
|---|
| 362 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/wrapper.o
|
|---|
| 363 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 364 | from ./boost/python/detail/wrapper_base.hpp:7,
|
|---|
| 365 | from ./boost/python/wrapper.hpp:7,
|
|---|
| 366 | from libs/python/src/wrapper.cpp:5:
|
|---|
| 367 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 368 | # include <pyconfig.h>
|
|---|
| 369 | ^
|
|---|
| 370 | compilation terminated.
|
|---|
| 371 |
|
|---|
| 372 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/wrapper.o" "libs/python/src/wrapper.cpp"
|
|---|
| 373 |
|
|---|
| 374 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/wrapper.o...
|
|---|
| 375 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/import.o
|
|---|
| 376 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 377 | from ./boost/python/ssize_t.hpp:9,
|
|---|
| 378 | from ./boost/python/object.hpp:8,
|
|---|
| 379 | from ./boost/python/import.hpp:8,
|
|---|
| 380 | from libs/python/src/import.cpp:6:
|
|---|
| 381 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 382 | # include <pyconfig.h>
|
|---|
| 383 | ^
|
|---|
| 384 | compilation terminated.
|
|---|
| 385 |
|
|---|
| 386 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/import.o" "libs/python/src/import.cpp"
|
|---|
| 387 |
|
|---|
| 388 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/import.o...
|
|---|
| 389 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/exec.o
|
|---|
| 390 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 391 | from ./boost/python/ssize_t.hpp:9,
|
|---|
| 392 | from ./boost/python/object.hpp:8,
|
|---|
| 393 | from ./boost/python/exec.hpp:8,
|
|---|
| 394 | from libs/python/src/exec.cpp:6:
|
|---|
| 395 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 396 | # include <pyconfig.h>
|
|---|
| 397 | ^
|
|---|
| 398 | compilation terminated.
|
|---|
| 399 |
|
|---|
| 400 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/exec.o" "libs/python/src/exec.cpp"
|
|---|
| 401 |
|
|---|
| 402 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/exec.o...
|
|---|
| 403 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/function_doc_signature.o
|
|---|
| 404 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 405 | from ./boost/python/converter/registrations.hpp:8,
|
|---|
| 406 | from libs/python/src/object/function_doc_signature.cpp:9:
|
|---|
| 407 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 408 | # include <pyconfig.h>
|
|---|
| 409 | ^
|
|---|
| 410 | compilation terminated.
|
|---|
| 411 |
|
|---|
| 412 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/function_doc_signature.o" "libs/python/src/object/function_doc_signature.cpp"
|
|---|
| 413 |
|
|---|
| 414 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/threading-multi/object/function_doc_signature.o...
|
|---|
| 415 | ...skipped <pbin.v2/libs/python/build/gcc-4.9.2/release/threading-multi>libboost_python.so.1.57.0 for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/threading-multi>numeric.o...
|
|---|
| 416 | ...skipped <pstage/lib>libboost_python.so.1.57.0 for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/threading-multi>libboost_python.so.1.57.0...
|
|---|
| 417 | ...skipped <pstage/lib>libboost_python.so for lack of <pstage/lib>libboost_python.so.1.57.0...
|
|---|
| 418 | ...skipped <pbin.v2/libs/python/build/gcc-4.9.2/release/threading-multi>libboost_python3.so.1.57.0 for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/threading-multi>numeric.o...
|
|---|
| 419 | ...skipped <pstage/lib>libboost_python3.so.1.57.0 for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/threading-multi>libboost_python3.so.1.57.0...
|
|---|
| 420 | ...skipped <pstage/lib>libboost_python3.so for lack of <pstage/lib>libboost_python3.so.1.57.0...
|
|---|
| 421 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/numeric.o
|
|---|
| 422 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 423 | from ./boost/python/numeric.hpp:8,
|
|---|
| 424 | from libs/python/src/numeric.cpp:6:
|
|---|
| 425 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 426 | # include <pyconfig.h>
|
|---|
| 427 | ^
|
|---|
| 428 | compilation terminated.
|
|---|
| 429 |
|
|---|
| 430 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/numeric.o" "libs/python/src/numeric.cpp"
|
|---|
| 431 |
|
|---|
| 432 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/numeric.o...
|
|---|
| 433 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/list.o
|
|---|
| 434 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 435 | from ./boost/python/list.hpp:8,
|
|---|
| 436 | from libs/python/src/list.cpp:5:
|
|---|
| 437 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 438 | # include <pyconfig.h>
|
|---|
| 439 | ^
|
|---|
| 440 | compilation terminated.
|
|---|
| 441 |
|
|---|
| 442 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/list.o" "libs/python/src/list.cpp"
|
|---|
| 443 |
|
|---|
| 444 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/list.o...
|
|---|
| 445 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/long.o
|
|---|
| 446 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 447 | from ./boost/python/long.hpp:8,
|
|---|
| 448 | from libs/python/src/long.cpp:5:
|
|---|
| 449 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 450 | # include <pyconfig.h>
|
|---|
| 451 | ^
|
|---|
| 452 | compilation terminated.
|
|---|
| 453 |
|
|---|
| 454 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/long.o" "libs/python/src/long.cpp"
|
|---|
| 455 |
|
|---|
| 456 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/long.o...
|
|---|
| 457 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/dict.o
|
|---|
| 458 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 459 | from ./boost/python/dict.hpp:8,
|
|---|
| 460 | from libs/python/src/dict.cpp:4:
|
|---|
| 461 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 462 | # include <pyconfig.h>
|
|---|
| 463 | ^
|
|---|
| 464 | compilation terminated.
|
|---|
| 465 |
|
|---|
| 466 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/dict.o" "libs/python/src/dict.cpp"
|
|---|
| 467 |
|
|---|
| 468 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/dict.o...
|
|---|
| 469 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/tuple.o
|
|---|
| 470 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 471 | from ./boost/python/tuple.hpp:8,
|
|---|
| 472 | from libs/python/src/tuple.cpp:5:
|
|---|
| 473 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 474 | # include <pyconfig.h>
|
|---|
| 475 | ^
|
|---|
| 476 | compilation terminated.
|
|---|
| 477 |
|
|---|
| 478 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/tuple.o" "libs/python/src/tuple.cpp"
|
|---|
| 479 |
|
|---|
| 480 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/tuple.o...
|
|---|
| 481 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/str.o
|
|---|
| 482 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 483 | from ./boost/python/str.hpp:8,
|
|---|
| 484 | from libs/python/src/str.cpp:4:
|
|---|
| 485 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 486 | # include <pyconfig.h>
|
|---|
| 487 | ^
|
|---|
| 488 | compilation terminated.
|
|---|
| 489 |
|
|---|
| 490 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/str.o" "libs/python/src/str.cpp"
|
|---|
| 491 |
|
|---|
| 492 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/str.o...
|
|---|
| 493 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/slice.o
|
|---|
| 494 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 495 | from ./boost/python/slice.hpp:9,
|
|---|
| 496 | from libs/python/src/slice.cpp:1:
|
|---|
| 497 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 498 | # include <pyconfig.h>
|
|---|
| 499 | ^
|
|---|
| 500 | compilation terminated.
|
|---|
| 501 |
|
|---|
| 502 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/slice.o" "libs/python/src/slice.cpp"
|
|---|
| 503 |
|
|---|
| 504 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/slice.o...
|
|---|
| 505 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/from_python.o
|
|---|
| 506 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 507 | from ./boost/python/converter/from_python.hpp:8,
|
|---|
| 508 | from libs/python/src/converter/from_python.cpp:6:
|
|---|
| 509 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 510 | # include <pyconfig.h>
|
|---|
| 511 | ^
|
|---|
| 512 | compilation terminated.
|
|---|
| 513 |
|
|---|
| 514 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/from_python.o" "libs/python/src/converter/from_python.cpp"
|
|---|
| 515 |
|
|---|
| 516 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/from_python.o...
|
|---|
| 517 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/registry.o
|
|---|
| 518 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 519 | from ./boost/python/type_id.hpp:8,
|
|---|
| 520 | from ./boost/python/converter/registry.hpp:7,
|
|---|
| 521 | from libs/python/src/converter/registry.cpp:5:
|
|---|
| 522 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 523 | # include <pyconfig.h>
|
|---|
| 524 | ^
|
|---|
| 525 | compilation terminated.
|
|---|
| 526 |
|
|---|
| 527 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/registry.o" "libs/python/src/converter/registry.cpp"
|
|---|
| 528 |
|
|---|
| 529 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/registry.o...
|
|---|
| 530 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/type_id.o
|
|---|
| 531 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 532 | from ./boost/python/type_id.hpp:8,
|
|---|
| 533 | from libs/python/src/converter/type_id.cpp:6:
|
|---|
| 534 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 535 | # include <pyconfig.h>
|
|---|
| 536 | ^
|
|---|
| 537 | compilation terminated.
|
|---|
| 538 |
|
|---|
| 539 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/type_id.o" "libs/python/src/converter/type_id.cpp"
|
|---|
| 540 |
|
|---|
| 541 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/type_id.o...
|
|---|
| 542 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/enum.o
|
|---|
| 543 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 544 | from ./boost/python/object_core.hpp:10,
|
|---|
| 545 | from ./boost/python/object/enum_base.hpp:8,
|
|---|
| 546 | from libs/python/src/object/enum.cpp:6:
|
|---|
| 547 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 548 | # include <pyconfig.h>
|
|---|
| 549 | ^
|
|---|
| 550 | compilation terminated.
|
|---|
| 551 |
|
|---|
| 552 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/enum.o" "libs/python/src/object/enum.cpp"
|
|---|
| 553 |
|
|---|
| 554 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/enum.o...
|
|---|
| 555 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/class.o
|
|---|
| 556 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 557 | from libs/python/src/object/class.cpp:6:
|
|---|
| 558 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 559 | # include <pyconfig.h>
|
|---|
| 560 | ^
|
|---|
| 561 | compilation terminated.
|
|---|
| 562 |
|
|---|
| 563 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/class.o" "libs/python/src/object/class.cpp"
|
|---|
| 564 |
|
|---|
| 565 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/class.o...
|
|---|
| 566 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/function.o
|
|---|
| 567 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 568 | from ./boost/python/object/function.hpp:8,
|
|---|
| 569 | from ./boost/python/docstring_options.hpp:8,
|
|---|
| 570 | from libs/python/src/object/function.cpp:6:
|
|---|
| 571 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 572 | # include <pyconfig.h>
|
|---|
| 573 | ^
|
|---|
| 574 | compilation terminated.
|
|---|
| 575 |
|
|---|
| 576 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/function.o" "libs/python/src/object/function.cpp"
|
|---|
| 577 |
|
|---|
| 578 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/function.o...
|
|---|
| 579 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/inheritance.o
|
|---|
| 580 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 581 | from ./boost/python/type_id.hpp:8,
|
|---|
| 582 | from ./boost/python/object/inheritance.hpp:8,
|
|---|
| 583 | from libs/python/src/object/inheritance.cpp:5:
|
|---|
| 584 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 585 | # include <pyconfig.h>
|
|---|
| 586 | ^
|
|---|
| 587 | compilation terminated.
|
|---|
| 588 |
|
|---|
| 589 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/inheritance.o" "libs/python/src/object/inheritance.cpp"
|
|---|
| 590 |
|
|---|
| 591 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/inheritance.o...
|
|---|
| 592 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/life_support.o
|
|---|
| 593 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 594 | from ./boost/python/object/life_support.hpp:7,
|
|---|
| 595 | from libs/python/src/object/life_support.cpp:5:
|
|---|
| 596 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 597 | # include <pyconfig.h>
|
|---|
| 598 | ^
|
|---|
| 599 | compilation terminated.
|
|---|
| 600 |
|
|---|
| 601 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/life_support.o" "libs/python/src/object/life_support.cpp"
|
|---|
| 602 |
|
|---|
| 603 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/life_support.o...
|
|---|
| 604 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/pickle_support.o
|
|---|
| 605 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 606 | from ./boost/python/make_function.hpp:8,
|
|---|
| 607 | from libs/python/src/object/pickle_support.cpp:6:
|
|---|
| 608 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 609 | # include <pyconfig.h>
|
|---|
| 610 | ^
|
|---|
| 611 | compilation terminated.
|
|---|
| 612 |
|
|---|
| 613 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/pickle_support.o" "libs/python/src/object/pickle_support.cpp"
|
|---|
| 614 |
|
|---|
| 615 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/pickle_support.o...
|
|---|
| 616 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/errors.o
|
|---|
| 617 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 618 | from ./boost/python/errors.hpp:12,
|
|---|
| 619 | from libs/python/src/errors.cpp:10:
|
|---|
| 620 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 621 | # include <pyconfig.h>
|
|---|
| 622 | ^
|
|---|
| 623 | compilation terminated.
|
|---|
| 624 |
|
|---|
| 625 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/errors.o" "libs/python/src/errors.cpp"
|
|---|
| 626 |
|
|---|
| 627 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/errors.o...
|
|---|
| 628 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/module.o
|
|---|
| 629 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 630 | from ./boost/python/scope.hpp:8,
|
|---|
| 631 | from libs/python/src/module.cpp:9:
|
|---|
| 632 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 633 | # include <pyconfig.h>
|
|---|
| 634 | ^
|
|---|
| 635 | compilation terminated.
|
|---|
| 636 |
|
|---|
| 637 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/module.o" "libs/python/src/module.cpp"
|
|---|
| 638 |
|
|---|
| 639 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/module.o...
|
|---|
| 640 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/builtin_converters.o
|
|---|
| 641 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 642 | from ./boost/python/handle.hpp:8,
|
|---|
| 643 | from libs/python/src/converter/builtin_converters.cpp:6:
|
|---|
| 644 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 645 | # include <pyconfig.h>
|
|---|
| 646 | ^
|
|---|
| 647 | compilation terminated.
|
|---|
| 648 |
|
|---|
| 649 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/builtin_converters.o" "libs/python/src/converter/builtin_converters.cpp"
|
|---|
| 650 |
|
|---|
| 651 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/builtin_converters.o...
|
|---|
| 652 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/arg_to_python_base.o
|
|---|
| 653 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 654 | from ./boost/python/handle.hpp:8,
|
|---|
| 655 | from ./boost/python/converter/arg_to_python_base.hpp:7,
|
|---|
| 656 | from libs/python/src/converter/arg_to_python_base.cpp:6:
|
|---|
| 657 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 658 | # include <pyconfig.h>
|
|---|
| 659 | ^
|
|---|
| 660 | compilation terminated.
|
|---|
| 661 |
|
|---|
| 662 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/arg_to_python_base.o" "libs/python/src/converter/arg_to_python_base.cpp"
|
|---|
| 663 |
|
|---|
| 664 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/converter/arg_to_python_base.o...
|
|---|
| 665 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/iterator.o
|
|---|
| 666 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 667 | from ./boost/python/object_fwd.hpp:8,
|
|---|
| 668 | from ./boost/python/object/iterator_core.hpp:8,
|
|---|
| 669 | from libs/python/src/object/iterator.cpp:6:
|
|---|
| 670 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 671 | # include <pyconfig.h>
|
|---|
| 672 | ^
|
|---|
| 673 | compilation terminated.
|
|---|
| 674 |
|
|---|
| 675 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/iterator.o" "libs/python/src/object/iterator.cpp"
|
|---|
| 676 |
|
|---|
| 677 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/iterator.o...
|
|---|
| 678 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/stl_iterator.o
|
|---|
| 679 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 680 | from ./boost/python/ssize_t.hpp:9,
|
|---|
| 681 | from ./boost/python/object.hpp:8,
|
|---|
| 682 | from libs/python/src/object/stl_iterator.cpp:10:
|
|---|
| 683 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 684 | # include <pyconfig.h>
|
|---|
| 685 | ^
|
|---|
| 686 | compilation terminated.
|
|---|
| 687 |
|
|---|
| 688 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/stl_iterator.o" "libs/python/src/object/stl_iterator.cpp"
|
|---|
| 689 |
|
|---|
| 690 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/stl_iterator.o...
|
|---|
| 691 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object_protocol.o
|
|---|
| 692 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 693 | from ./boost/python/object_protocol.hpp:8,
|
|---|
| 694 | from libs/python/src/object_protocol.cpp:6:
|
|---|
| 695 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 696 | # include <pyconfig.h>
|
|---|
| 697 | ^
|
|---|
| 698 | compilation terminated.
|
|---|
| 699 |
|
|---|
| 700 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object_protocol.o" "libs/python/src/object_protocol.cpp"
|
|---|
| 701 |
|
|---|
| 702 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object_protocol.o...
|
|---|
| 703 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object_operators.o
|
|---|
| 704 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 705 | from ./boost/python/object_operators.hpp:8,
|
|---|
| 706 | from libs/python/src/object_operators.cpp:6:
|
|---|
| 707 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 708 | # include <pyconfig.h>
|
|---|
| 709 | ^
|
|---|
| 710 | compilation terminated.
|
|---|
| 711 |
|
|---|
| 712 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object_operators.o" "libs/python/src/object_operators.cpp"
|
|---|
| 713 |
|
|---|
| 714 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object_operators.o...
|
|---|
| 715 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/wrapper.o
|
|---|
| 716 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 717 | from ./boost/python/detail/wrapper_base.hpp:7,
|
|---|
| 718 | from ./boost/python/wrapper.hpp:7,
|
|---|
| 719 | from libs/python/src/wrapper.cpp:5:
|
|---|
| 720 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 721 | # include <pyconfig.h>
|
|---|
| 722 | ^
|
|---|
| 723 | compilation terminated.
|
|---|
| 724 |
|
|---|
| 725 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/wrapper.o" "libs/python/src/wrapper.cpp"
|
|---|
| 726 |
|
|---|
| 727 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/wrapper.o...
|
|---|
| 728 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/import.o
|
|---|
| 729 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 730 | from ./boost/python/ssize_t.hpp:9,
|
|---|
| 731 | from ./boost/python/object.hpp:8,
|
|---|
| 732 | from ./boost/python/import.hpp:8,
|
|---|
| 733 | from libs/python/src/import.cpp:6:
|
|---|
| 734 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 735 | # include <pyconfig.h>
|
|---|
| 736 | ^
|
|---|
| 737 | compilation terminated.
|
|---|
| 738 |
|
|---|
| 739 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/import.o" "libs/python/src/import.cpp"
|
|---|
| 740 |
|
|---|
| 741 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/import.o...
|
|---|
| 742 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/exec.o
|
|---|
| 743 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 744 | from ./boost/python/ssize_t.hpp:9,
|
|---|
| 745 | from ./boost/python/object.hpp:8,
|
|---|
| 746 | from ./boost/python/exec.hpp:8,
|
|---|
| 747 | from libs/python/src/exec.cpp:6:
|
|---|
| 748 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 749 | # include <pyconfig.h>
|
|---|
| 750 | ^
|
|---|
| 751 | compilation terminated.
|
|---|
| 752 |
|
|---|
| 753 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/exec.o" "libs/python/src/exec.cpp"
|
|---|
| 754 |
|
|---|
| 755 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/exec.o...
|
|---|
| 756 | gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/function_doc_signature.o
|
|---|
| 757 | In file included from ./boost/python/detail/prefix.hpp:13:0,
|
|---|
| 758 | from ./boost/python/converter/registrations.hpp:8,
|
|---|
| 759 | from libs/python/src/object/function_doc_signature.cpp:9:
|
|---|
| 760 | ./boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory
|
|---|
| 761 | # include <pyconfig.h>
|
|---|
| 762 | ^
|
|---|
| 763 | compilation terminated.
|
|---|
| 764 |
|
|---|
| 765 | "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python3.4" -c -o "bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/function_doc_signature.o" "libs/python/src/object/function_doc_signature.cpp"
|
|---|
| 766 |
|
|---|
| 767 | ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi/object/function_doc_signature.o...
|
|---|
| 768 | ...skipped <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>libboost_python.a(clean) for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>numeric.o...
|
|---|
| 769 | ...skipped <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>libboost_python.a for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>numeric.o...
|
|---|
| 770 | ...skipped <pstage/lib>libboost_python.a for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>libboost_python.a...
|
|---|
| 771 | ...skipped <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>libboost_python3.a(clean) for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>numeric.o...
|
|---|
| 772 | ...skipped <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>libboost_python3.a for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>numeric.o...
|
|---|
| 773 | ...skipped <pstage/lib>libboost_python3.a for lack of <pbin.v2/libs/python/build/gcc-4.9.2/release/link-static/threading-multi>libboost_python3.a...
|
|---|
| 774 | ...failed updating 56 targets...
|
|---|
| 775 | ...skipped 12 targets...
|
|---|
| 776 | [gg@localhost boost_1_57_0]$
|
|---|
| 777 |
|
|---|