Advertisement
Guest User

Untitled

a guest
May 18th, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.54 KB | None | 0 0
  1. import.obj : error LNK2019: unresolved external symbol __imp__PyImport_ImportMod
  2. ule referenced in function "class boost::python::api::object __cdecl boost::pyth
  3. on::import(class boost::python::str)" (?import@python@boost@@YA?AVobject@api@12@
  4. Vstr@12@@Z)
  5. exec.obj : error LNK2019: unresolved external symbol __imp__PyFile_FromString re
  6. ferenced in function "class boost::python::api::object __cdecl boost::python::ex
  7. ec_file(class boost::python::str,class boost::python::api::object,class boost::p
  8. ython::api::object)" (?exec_file@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@
  9. 1@Z)
  10. exec.obj : error LNK2019: unresolved external symbol __imp__PyFile_AsFile refere
  11. nced in function "class boost::python::api::object __cdecl boost::python::exec_f
  12. ile(class boost::python::str,class boost::python::api::object,class boost::pytho
  13. n::api::object)" (?exec_file@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@1@Z)
  14.  
  15. exec.obj : error LNK2019: unresolved external symbol __imp__PyRun_StringFlags re
  16. ferenced in function "class boost::python::api::object __cdecl boost::python::ev
  17. al(class boost::python::str,class boost::python::api::object,class boost::python
  18. ::api::object)" (?eval@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@1@Z)
  19. exec.obj : error LNK2019: unresolved external symbol __imp__PyRun_FileExFlags re
  20. ferenced in function "class boost::python::api::object __cdecl boost::python::ex
  21. ec_file(class boost::python::str,class boost::python::api::object,class boost::p
  22. ython::api::object)" (?exec_file@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@
  23. 1@Z)
  24. exec.obj : error LNK2019: unresolved external symbol __imp__PyEval_GetGlobals re
  25. ferenced in function "class boost::python::api::object __cdecl boost::python::ev
  26. al(class boost::python::str,class boost::python::api::object,class boost::python
  27. ::api::object)" (?eval@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@1@Z)
  28. C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\threading-multi\boost_py
  29. thon-vc90-mt-gd-1_58.dll : fatal error LNK1120: 135 unresolved externals
  30.  
  31. call "C:\Users\Wouter\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_x86.cmd"
  32. >nul
  33. link /NOLOGO /INCREMENTAL:NO /DLL /DEBUG /MACHINE:X86 /MANIFEST /subsystem:conso
  34. le /out:"C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\threading-multi
  35. \boost_python-vc90-mt-gd-1_58.dll" /IMPLIB:"C:\boost_1_58_0\bin.v2\libs\python\b
  36. uild\msvc-9.0\debug\threading-multi\boost_python-vc90-mt-gd-1_58.lib" /LIBPATH:"
  37. C:\Python27-64\libs" @"C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug
  38. \threading-multi\boost_python-vc90-mt-gd-1_58.dll.rsp"
  39. if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%
  40.  
  41. ...failed msvc.link.dll C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\
  42. threading-multi\boost_python-vc90-mt-gd-1_58.dll C:\boost_1_58_0\bin.v2\libs\pyt
  43. hon\build\msvc-9.0\debug\threading-multi\boost_python-vc90-mt-gd-1_58.lib C:\boo
  44. st_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\threading-multi\boost_python-v
  45. c90-mt-gd-1_58.pdb...
  46. ...removing C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\threading-mu
  47. lti\boost_python-vc90-mt-gd-1_58.lib
  48. ...removing C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\threading-mu
  49. lti\boost_python-vc90-mt-gd-1_58.pdb
  50. ...skipped <pbin\msvc-9.0\debug\threading-multi>hello_ext.pyd for lack of <pC:\b
  51. oost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\threading-multi>boost_python
  52. -vc90-mt-gd-1_58.lib...
  53. ...skipped <pbin\msvc-9.0\debug\threading-multi>hello_ext.pdb for lack of <pC:\b
  54. oost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\threading-multi>boost_python
  55. -vc90-mt-gd-1_58.lib...
  56. ...skipped <p.>boost_python-vc90-mt-gd-1_58.dll for lack of <pC:\boost_1_58_0\bi
  57. n.v2\libs\python\build\msvc-9.0\debug\threading-multi>boost_python-vc90-mt-gd-1_
  58. 58.dll...
  59. ...skipped <p.>hello_ext.pyd for lack of <pbin\msvc-9.0\debug\threading-multi>he
  60. llo_ext.pyd...
  61. ...skipped <pbin\hello.test\msvc-9.0\debug\threading-multi>hello for lack of <pb
  62. in\msvc-9.0\debug\threading-multi>hello_ext.pyd...
  63. ...failed updating 3 targets...
  64. ...skipped 6 targets...
  65.  
  66. C:\Users\Wouter\Documents\MC\tutorial>bjam -j4 toolset=msvc-9.0 adress-model=64
  67. C:/boostdir/share/boost-build/src/build\feature.jam:326: in validate-feature fro
  68. m module feature
  69. error: unknown feature "<adress-model>"
  70. C:/boostdir/share/boost-build/src/build\feature.jam:360: in expand-subfeatures-a
  71. ux from module feature
  72. C:/boostdir/share/boost-build/src/build\feature.jam:425: in feature.expand-subfe
  73. atures from module feature
  74. C:/boostdir/share/boost-build/src/build\build-request.jam:20: in apply-to-proper
  75. ty-set from module build-request
  76. (builtin):-1: in sequence.transform from module sequence
  77. C:/boostdir/share/boost-build/src/build\build-request.jam:32: in build-request.e
  78. xpand-no-defaults from module build-request
  79. C:/boostdir/share/boost-build/src\build-system.jam:594: in load from module buil
  80. d-system
  81. C:\boostdir\share\boost-build\src\kernel\modules.jam:289: in import from module
  82. modules
  83. C:\boostdir\share\boost-build\src\kernel\bootstrap.jam:139: in boost-build from
  84. module
  85. C:\boostdir\share\boost-build\boost-build.jam:8: in module scope from module
  86.  
  87.  
  88. C:\Users\Wouter\Documents\MC\tutorial>bjam -j4 toolset=msvc-9.0 address-model=64
  89.  
  90. Performing configuration checks
  91.  
  92. - 32-bit : yes (cached)
  93. - arm : no (cached)
  94. - mips1 : no (cached)
  95. - power : no (cached)
  96. - sparc : no (cached)
  97. - x86 : yes (cached)
  98. ...patience...
  99. ...patience...
  100. ...found 1891 targets...
  101. ...updating 46 targets...
  102. common.mkdir bin\msvc-9.0\debug\address-model-64
  103. common.mkdir bin\hello.test\msvc-9.0\debug\address-model-64
  104. common.mkdir C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mod
  105. el-64
  106. common.mkdir bin\msvc-9.0\debug\address-model-64\threading-multi
  107. common.mkdir bin\hello.test\msvc-9.0\debug\address-model-64\threading-multi
  108. common.mkdir C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mod
  109. el-64\threading-multi
  110. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  111. del-64\threading-multi\long.obj
  112. long.cpp
  113. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  114. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  115. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  116. del-64\threading-multi\list.obj
  117. list.cpp
  118. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  119. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  120. compile-c-c++ bin\msvc-9.0\debug\address-model-64\threading-multi\hello.obj
  121. hello.cpp
  122. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  123. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  124. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  125. del-64\threading-multi\numeric.obj
  126. numeric.cpp
  127. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  128. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  129. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  130. del-64\threading-multi\dict.obj
  131. dict.cpp
  132. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  133. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  134. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  135. del-64\threading-multi\str.obj
  136. str.cpp
  137. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  138. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  139. common.mkdir C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mod
  140. el-64\threading-multi\converter
  141. common.mkdir C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mod
  142. el-64\threading-multi\object
  143. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  144. del-64\threading-multi\tuple.obj
  145. tuple.cpp
  146. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  147. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  148. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  149. del-64\threading-multi\slice.obj
  150. slice.cpp
  151. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  152. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  153. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  154. del-64\threading-multi\converter\from_python.obj
  155. from_python.cpp
  156. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  157. del-64\threading-multi\converter\type_id.obj
  158. type_id.cpp
  159. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  160. del-64\threading-multi\converter\registry.obj
  161. registry.cpp
  162. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  163. del-64\threading-multi\object\enum.obj
  164. enum.cpp
  165. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  166. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  167. C:\boost_1_58_0\libs\python\src\object\enum.cpp(232) : warning C4244: 'initializ
  168. ing' : conversion from 'boost::python::ssize_t' to 'unsigned int', possible loss
  169. of data
  170. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  171. del-64\threading-multi\object\life_support.obj
  172. life_support.cpp
  173. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  174. del-64\threading-multi\object\class.obj
  175. class.cpp
  176. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  177. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  178. C:\boost_1_58_0\libs\python\src\object\class.cpp(734) : warning C4267: 'initiali
  179. zing' : conversion from 'size_t' to 'int', possible loss of data
  180. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  181. del-64\threading-multi\object\function.obj
  182. function.cpp
  183. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  184. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  185. C:\boost_1_58_0\libs\python\src\object\function.cpp(757) : warning C4244: 'argum
  186. ent' : conversion from '__int64' to 'unsigned int', possible loss of data
  187. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  188. del-64\threading-multi\object\inheritance.obj
  189. inheritance.cpp
  190. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  191. del-64\threading-multi\errors.obj
  192. errors.cpp
  193. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  194. del-64\threading-multi\converter\arg_to_python_base.obj
  195. arg_to_python_base.cpp
  196. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  197. del-64\threading-multi\converter\builtin_converters.obj
  198. builtin_converters.cpp
  199. C:\boost_1_58_0\libs\python\src\converter\builtin_converters.cpp(442) : warning
  200. C4244: 'initializing' : conversion from 'Py_ssize_t' to 'int', possible loss of
  201. data
  202. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  203. del-64\threading-multi\object\pickle_support.obj
  204. pickle_support.cpp
  205. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  206. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  207. C:\boost_1_58_0\libs\python\src\object\pickle_support.cpp(49) : warning C4244: '
  208. =' : conversion from 'boost::python::ssize_t' to 'long', possible loss of data
  209. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  210. del-64\threading-multi\module.obj
  211. module.cpp
  212. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  213. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  214. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  215. del-64\threading-multi\object\iterator.obj
  216. iterator.cpp
  217. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  218. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  219. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  220. del-64\threading-multi\object\stl_iterator.obj
  221. stl_iterator.cpp
  222. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  223. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  224. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  225. del-64\threading-multi\object_protocol.obj
  226. object_protocol.cpp
  227. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  228. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  229. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  230. del-64\threading-multi\object_operators.obj
  231. object_operators.cpp
  232. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  233. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  234. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  235. del-64\threading-multi\wrapper.obj
  236. wrapper.cpp
  237. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  238. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  239. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  240. del-64\threading-multi\import.obj
  241. import.cpp
  242. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  243. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  244. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  245. del-64\threading-multi\exec.obj
  246. exec.cpp
  247. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  248. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  249. compile-c-c++ C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  250. del-64\threading-multi\object\function_doc_signature.obj
  251. function_doc_signature.cpp
  252. C:\boost_1_58_0\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : c
  253. onversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  254. C:\boost_1_58_0\libs\python\src\object\function_doc_signature.cpp(287) : warning
  255. C4244: 'initializing' : conversion from 'boost::python::ssize_t' to 'int', poss
  256. ible loss of data
  257. C:\boost_1_58_0\libs\python\src\object\function_doc_signature.cpp(294) : warning
  258. C4244: '=' : conversion from 'boost::python::ssize_t' to 'int', possible loss o
  259. f data
  260. C:\boost_1_58_0\libs\python\src\object\function_doc_signature.cpp(303) : warning
  261. C4244: '=' : conversion from 'boost::python::ssize_t' to 'int', possible loss o
  262. f data
  263. msvc.link.dll C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-mo
  264. del-64\threading-multi\boost_python-vc90-mt-gd-1_58.dll
  265. Creating library C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\addr
  266. ess-model-64\threading-multi\boost_python-vc90-mt-gd-1_58.lib and object C:\boos
  267. t_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-model-64\threading-mult
  268. i\boost_python-vc90-mt-gd-1_58.exp
  269. msvc.manifest.dll C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\addres
  270. s-model-64\threading-multi\boost_python-vc90-mt-gd-1_58.dll
  271. common.copy boost_python-vc90-mt-gd-1_58.dll
  272. C:\boost_1_58_0\bin.v2\libs\python\build\msvc-9.0\debug\address-model-64\threadi
  273. ng-multi\boost_python-vc90-mt-gd-1_58.dll
  274. 1 bestand(en) gekopieerd.
  275. msvc.link.dll bin\msvc-9.0\debug\address-model-64\threading-multi\hello_ext.pyd
  276. LINK : fatal error LNK1104: cannot open file 'boost_python-vc120-mt-gd-1_58.lib'
  277.  
  278.  
  279. call "C:\Users\Wouter\AppData\Local\Temp\b2_msvc_9.0_vcvarsall_x86_amd64
  280. .cmd" >nul
  281. link /NOLOGO /INCREMENTAL:NO /DLL /NOENTRY /DEBUG /MACHINE:X64 /MANIFEST /subsys
  282. tem:console /out:"bin\msvc-9.0\debug\address-model-64\threading-multi\hello_ext.
  283. pyd" /IMPLIB:"bin\msvc-9.0\debug\address-model-64\threading-multi\hello_ext.pdb"
  284. /LIBPATH:"C:\Python27-64\libs" @"bin\msvc-9.0\debug\address-model-64\threadin
  285. g-multi\hello_ext.pyd.rsp"
  286. if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%
  287.  
  288. ...failed msvc.link.dll bin\msvc-9.0\debug\address-model-64\threading-multi\hell
  289. o_ext.pyd bin\msvc-9.0\debug\address-model-64\threading-multi\hello_ext.pdb bin\
  290. msvc-9.0\debug\address-model-64\threading-multi\hello_ext.pdb...
  291. ...skipped <p.>hello_ext.pyd for lack of <pbin\msvc-9.0\debug\address-model-64\t
  292. hreading-multi>hello_ext.pyd...
  293. ...skipped <pbin\hello.test\msvc-9.0\debug\address-model-64\threading-multi>hell
  294. o for lack of <pbin\msvc-9.0\debug\address-model-64\threading-multi>hello_ext.py
  295. d...
  296. ...failed updating 2 targets...
  297. ...skipped 3 targets...
  298. ...updated 41 targets...
  299.  
  300. C:\Users\Wouter\Documents\MC\tutorial>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement