notice: found boost-build.jam at C:/Boost/boost_1_48_0/libs/python/example/quickstart/boost-build.jam notice: loading Boost.Build from C:/Boost/boost_1_48_0/tools/build/v2 notice: Searching C:\Windows Z:\ C:\Users\freyer C:\Boost\boost_1_48_0\libs\python\example\quickstart\../../../../tools/build/v2 C:/Boost/boost_1_48_0/tools/build/v2/kernel C:/Boost/boost_1_48_0/tools/build/v2/util C:/Boost/boost_1_48_0/tools/build/v2/build C:/Boost/boost_1_48_0/tools/build/v2/tools C:/Boost/boost_1_48_0/tools/build/v2/contrib C:/Boost/boost_1_48_0/tools/build/v2/. for site-config configuration file site-config.jam . notice: Loading site-config configuration file site-config.jam from C:/Boost/boost_1_48_0/tools/build/v2/site-config.jam . notice: Searching Z: C:\Users\freyer C:\Boost\boost_1_48_0\libs\python\example\quickstart\../../../../tools/build/v2 C:/Boost/boost_1_48_0/tools/build/v2/kernel C:/Boost/boost_1_48_0/tools/build/v2/util C:/Boost/boost_1_48_0/tools/build/v2/build C:/Boost/boost_1_48_0/tools/build/v2/tools C:/Boost/boost_1_48_0/tools/build/v2/contrib C:/Boost/boost_1_48_0/tools/build/v2/. for user-config configuration file user-config.jam . notice: Loading user-config configuration file user-config.jam from C:/Boost/boost_1_48_0/tools/build/v2/user-config.jam . notice: Searching ../../../.. for project-config configuration file project-config.jam . notice: Loading project-config configuration file project-config.jam from ../../../../project-config.jam . notice: [msvc-cfg] msvc-10.0 detected, command: 'c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\cl.exe' notice: will use 'c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\cl.exe' for msvc, condition msvc-10.0 notice: [msvc-cfg] condition: 'msvc-10.0//', setup: 'call "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 >nul ' notice: [msvc-cfg] condition: 'msvc-10.0//32', setup: 'call "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 >nul ' notice: [msvc-cfg] condition: 'msvc-10.0/x86/', setup: 'call "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 >nul ' notice: [msvc-cfg] condition: 'msvc-10.0/x86/32', setup: 'call "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 >nul ' notice: [msvc-cfg] condition: 'msvc-10.0//64', setup: 'call "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86_amd64 >nul ' notice: [msvc-cfg] condition: 'msvc-10.0/x86/64', setup: 'call "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86_amd64 >nul ' notice: [msvc-cfg] condition: 'msvc-10.0/ia64/', setup: 'call "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86_ia64 >nul ' notice: [msvc-cfg] condition: 'msvc-10.0/ia64/64', setup: 'call "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86_ia64 >nul ' notice: [cmdline-cfg] Detected command-line request for msvc: toolset= msvc version= notice: [cmdline-cfg] toolset msvc already configured notice: iostreams: not using zlib compression notice: iostreams: not using zlib compression notice: iostreams: not using bzip2 compression notice: iostreams: not using bzip2 compression notice: [python-cfg] Configuring python... notice: [python-cfg] Checking interpreter command "python"... notice: [python-cfg] running command 'DIR /-C /A:S "C:\Python32\python.exe" 2>&1' notice: [python-cfg] running command '"python" -c "from sys import *; print('version=%d.%d\nplatform=%s\nprefix=%s\nexec_prefix=%s\nexecutable=%s' % (version_info[0],version_info[1],platform,prefix,exec_prefix,executable))" 2>&1' notice: [python-cfg] ...requested configuration matched! notice: [python-cfg] Details of this Python configuration: notice: [python-cfg] interpreter command: "python" notice: [python-cfg] include path: "C:\Python32\Include" notice: [python-cfg] library path: "C:\Python32\libs" notice: [python-cfg] DLL search path: "C:\Python32" ...patience... ...patience... ...found 1629 targets... ...updating 13 targets... msvc.link.dll ..\..\..\..\bin.v2\libs\python\build\msvc-10.0\debug\threading-multi\boost_python-vc100-mt-gd-1_48.dll Creating library ..\..\..\..\bin.v2\libs\python\build\msvc-10.0\debug\threading-multi\boost_python-vc100-mt-gd-1_48.lib and object ..\..\..\..\bin.v2\libs\python\build\msvc-10.0\debug\threading-multi\boost_python-vc100-mt-gd-1_48.exp function.obj : error LNK2001: unresolved external symbol __imp__PyErr_Format numeric.obj : error LNK2019: unresolved external symbol __imp__PyErr_Format referenced in function "void __cdecl boost::python::numeric::`anonymous namespace'::throw_load_failure(void)" (?throw_load_failure@?A0xbe75fff9@numeric@python@boost@@YAXXZ) from_python.obj : error LNK2001: unresolved external symbol __imp__PyErr_Format registry.obj : error LNK2001: unresolved external symbol __imp__PyErr_Format class.obj : error LNK2001: unresolved external symbol __imp__PyErr_Format numeric.obj : error LNK2001: unresolved external symbol __imp__PyExc_ImportError numeric.obj : error LNK2019: unresolved external symbol __imp__PyErr_Clear referenced in function "bool __cdecl boost::python::numeric::`anonymous namespace'::load(bool)" (?load@?A0xbe75fff9@numeric@python@boost@@YA_N_N@Z) class.obj : error LNK2001: unresolved external symbol __imp__PyErr_Clear function.obj : error LNK2001: unresolved external symbol __imp__PyErr_Clear object_protocol.obj : error LNK2001: unresolved external symbol __imp__PyErr_Clear numeric.obj : error LNK2019: unresolved external symbol __imp__PyCallable_Check referenced in function "bool __cdecl boost::python::numeric::`anonymous namespace'::load(bool)" (?load@?A0xbe75fff9@numeric@python@boost@@YA_N_N@Z) class.obj : error LNK2001: unresolved external symbol __imp__PyCallable_Check object_protocol.obj : error LNK2001: unresolved external symbol __imp__PyObject_GetAttrString wrapper.obj : error LNK2001: unresolved external symbol __imp__PyObject_GetAttrString numeric.obj : error LNK2019: unresolved external symbol __imp__PyObject_GetAttrString referenced in function "bool __cdecl boost::python::numeric::`anonymous namespace'::load(bool)" (?load@?A0xbe75fff9@numeric@python@boost@@YA_N_N@Z) enum.obj : error LNK2001: unresolved external symbol __imp__PyObject_GetAttrString class.obj : error LNK2001: unresolved external symbol __imp__PyObject_GetAttrString function.obj : error LNK2001: unresolved external symbol __imp__PyObject_GetAttrString numeric.obj : error LNK2019: unresolved external symbol __imp__PyImport_Import referenced in function "bool __cdecl boost::python::numeric::`anonymous namespace'::load(bool)" (?load@?A0xbe75fff9@numeric@python@boost@@YA_N_N@Z) numeric.obj : error LNK2019: unresolved external symbol __imp__PyObject_IsInstance referenced in function "public: static bool __cdecl boost::python::numeric::aux::array_object_manager_traits::check(struct _object *)" (?check@array_object_manager_traits@aux@numeric@python@boost@@SA_NPAU_object@@@Z) from_python.obj : error LNK2001: unresolved external symbol __imp__PyObject_IsInstance class.obj : error LNK2001: unresolved external symbol __imp__PyObject_IsInstance enum.obj : error LNK2001: unresolved external symbol __imp__PyEval_CallFunction class.obj : error LNK2001: unresolved external symbol __imp__PyEval_CallFunction pickle_support.obj : error LNK2001: unresolved external symbol __imp__PyEval_CallFunction stl_iterator.obj : error LNK2001: unresolved external symbol __imp__PyEval_CallFunction numeric.obj : error LNK2019: unresolved external symbol __imp__PyEval_CallFunction referenced in function "class boost::python::api::object __cdecl boost::python::call(struct _object *,class boost::python::api::object const &,struct boost::type *)" (??$call@Vobject@api@python@boost@@V1234@@python@boost@@YA?AVobject@api@01@PAU_object@@ABV2301@PAU?$type@Vobject@api@python@boost@@@1@@Z) list.obj : error LNK2001: unresolved external symbol __imp__PyEval_CallFunction dict.obj : error LNK2001: unresolved external symbol __imp__PyEval_CallFunction str.obj : error LNK2001: unresolved external symbol __imp__PyEval_CallFunction numeric.obj : error LNK2019: unresolved external symbol __imp__PyLong_FromLong referenced in function "public: __thiscall boost::python::converter::arg_to_python::arg_to_python(long const &)" (??0?$arg_to_python@J@converter@python@boost@@QAE@ABJ@Z) list.obj : error LNK2001: unresolved external symbol __imp__PyLong_FromLong enum.obj : error LNK2001: unresolved external symbol __imp__PyLong_FromLong function_doc_signature.obj : error LNK2001: unresolved external symbol __imp__PyLong_FromLong numeric.obj : error LNK2019: unresolved external symbol __imp__PyBool_FromLong referenced in function "public: __thiscall boost::python::converter::arg_to_python::arg_to_python(bool const &)" (??0?$arg_to_python@_N@converter@python@boost@@QAE@AB_N@Z) class.obj : error LNK2001: unresolved external symbol __imp__PyBool_FromLong numeric.obj : error LNK2019: unresolved external symbol __imp__PyUnicodeUCS2_FromStringAndSize referenced in function "public: __thiscall boost::python::converter::arg_to_python,class std::allocator > >::arg_to_python,class std::allocator > >(class std::basic_string,class std::allocator > const &)" (??0?$arg_to_python@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@converter@python@boost@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) str.obj : error LNK2001: unresolved external symbol __imp__PyUnicodeUCS2_FromStringAndSize builtin_converters.obj : error LNK2001: unresolved external symbol __imp__PyUnicodeUCS2_FromStringAndSize function_doc_signature.obj : error LNK2001: unresolved external symbol __imp__PyUnicodeUCS2_FromStringAndSize wrapper.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct import.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct exec.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct function_doc_signature.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct iterator.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct stl_iterator.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct object_protocol.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct object_operators.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct life_support.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct pickle_support.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct module.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct builtin_converters.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct registry.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct enum.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct class.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct function.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct tuple.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct str.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct slice.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct from_python.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct numeric.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct list.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct long.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct dict.obj : error LNK2001: unresolved external symbol __imp___Py_NoneStruct str.obj : error LNK2001: unresolved external symbol __imp__PyObject_CallFunction class.obj : error LNK2001: unresolved external symbol __imp__PyObject_CallFunction list.obj : error LNK2019: unresolved external symbol __imp__PyObject_CallFunction referenced in function "private: static struct boost::python::detail::new_non_null_reference_t * __cdecl boost::python::detail::list_base::call(class boost::python::api::object const &)" (?call@list_base@detail@python@boost@@CAPAUnew_non_null_reference_t@234@ABVobject@api@34@@Z) long.obj : error LNK2001: unresolved external symbol __imp__PyObject_CallFunction dict.obj : error LNK2001: unresolved external symbol __imp__PyObject_CallFunction tuple.obj : error LNK2001: unresolved external symbol __imp__PyObject_CallFunction list.obj : error LNK2001: unresolved external symbol __imp__PyList_Type list.obj : error LNK2019: unresolved external symbol __imp__PyList_New referenced in function "protected: __thiscall boost::python::detail::list_base::list_base(void)" (??0list_base@detail@python@boost@@IAE@XZ) list.obj : error LNK2019: unresolved external symbol __imp__PyList_Append referenced in function "public: void __thiscall boost::python::detail::list_base::append(class boost::python::api::object const &)" (?append@list_base@detail@python@boost@@QAEXABVobject@api@34@@Z) list.obj : error LNK2019: unresolved external symbol __imp__PyLong_AsSsize_t referenced in function "public: long __thiscall boost::python::detail::list_base::index(class boost::python::api::object const &)const " (?index@list_base@detail@python@boost@@QBEJABVobject@api@34@@Z) class.obj : error LNK2001: unresolved external symbol __imp__PyLong_AsSsize_t list.obj : error LNK2019: unresolved external symbol __imp__PyList_Insert referenced in function "public: void __thiscall boost::python::detail::list_base::insert(int,class boost::python::api::object const &)" (?insert@list_base@detail@python@boost@@QAEXHABVobject@api@34@@Z) pickle_support.obj : error LNK2001: unresolved external symbol __imp__PyErr_Occurred builtin_converters.obj : error LNK2001: unresolved external symbol __imp__PyErr_Occurred stl_iterator.obj : error LNK2019: unresolved external symbol __imp__PyErr_Occurred referenced in function "public: __thiscall boost::python::handle::operator struct _object * (__thiscall boost::python::handle::*)(void)const (void)const " (??B?$handle@U_object@@@python@boost@@QBEP8012@BEPAU_object@@XZXZ) function_doc_signature.obj : error LNK2001: unresolved external symbol __imp__PyErr_Occurred list.obj : error LNK2001: unresolved external symbol __imp__PyErr_Occurred str.obj : error LNK2001: unresolved external symbol __imp__PyErr_Occurred enum.obj : error LNK2001: unresolved external symbol __imp__PyErr_Occurred function.obj : error LNK2001: unresolved external symbol __imp__PyErr_Occurred list.obj : error LNK2019: unresolved external symbol __imp__PyList_Reverse referenced in function "public: void __thiscall boost::python::detail::list_base::reverse(void)" (?reverse@list_base@detail@python@boost@@QAEXXZ) list.obj : error LNK2019: unresolved external symbol __imp__PyList_Sort referenced in function "public: void __thiscall boost::python::detail::list_base::sort(void)" (?sort@list_base@detail@python@boost@@QAEXXZ) list.obj : error LNK2019: unresolved external symbol __imp__PyObject_Call referenced in function "public: class boost::python::api::object __thiscall boost::python::api::object_operators >::operator()(class boost::python::detail::args_proxy const &,class boost::python::detail::kwds_proxy const &)const " (??R?$object_operators@V?$proxy@Uattribute_policies@api@python@boost@@@api@python@boost@@@api@python@boost@@QBE?AVobject@123@ABVargs_proxy@detail@23@ABVkwds_proxy@623@@Z) long.obj : error LNK2001: unresolved external symbol __imp__PyLong_Type enum.obj : error LNK2001: unresolved external symbol __imp__PyLong_Type builtin_converters.obj : error LNK2001: unresolved external symbol __imp__PyLong_Type dict.obj : error LNK2001: unresolved external symbol __imp__PyDict_Type enum.obj : error LNK2001: unresolved external symbol __imp__PyDict_Type dict.obj : error LNK2019: unresolved external symbol __imp__PyDict_New referenced in function "protected: __thiscall boost::python::detail::dict_base::dict_base(void)" (??0dict_base@detail@python@boost@@IAE@XZ) class.obj : error LNK2001: unresolved external symbol __imp__PyDict_New dict.obj : error LNK2019: unresolved external symbol __imp__PyDict_Clear referenced in function "public: void __thiscall boost::python::detail::dict_base::clear(void)" (?clear@dict_base@detail@python@boost@@QAEXXZ) dict.obj : error LNK2019: unresolved external symbol __imp__PyDict_Copy referenced in function "public: class boost::python::dict __thiscall boost::python::detail::dict_base::copy(void)" (?copy@dict_base@detail@python@boost@@QAE?AVdict@34@XZ) dict.obj : error LNK2019: unresolved external symbol __imp__PyDict_GetItem referenced in function "public: class boost::python::api::object __thiscall boost::python::detail::dict_base::get(class boost::python::api::object const &)const " (?get@dict_base@detail@python@boost@@QBE?AVobject@api@34@ABV5634@@Z) function.obj : error LNK2001: unresolved external symbol __imp__PyDict_GetItem dict.obj : error LNK2019: unresolved external symbol __imp__PyDict_Items referenced in function "public: class boost::python::list __thiscall boost::python::detail::dict_base::items(void)const " (?items@dict_base@detail@python@boost@@QBE?AVlist@34@XZ) dict.obj : error LNK2019: unresolved external symbol __imp__PyDict_Keys referenced in function "public: class boost::python::list __thiscall boost::python::detail::dict_base::keys(void)const " (?keys@dict_base@detail@python@boost@@QBE?AVlist@34@XZ) dict.obj : error LNK2019: unresolved external symbol __imp__PyDict_Update referenced in function "public: void __thiscall boost::python::detail::dict_base::update(class boost::python::api::object const &)" (?update@dict_base@detail@python@boost@@QAEXABVobject@api@34@@Z) dict.obj : error LNK2019: unresolved external symbol __imp__PyDict_Values referenced in function "public: class boost::python::list __thiscall boost::python::detail::dict_base::values(void)const " (?values@dict_base@detail@python@boost@@QBE?AVlist@34@XZ) tuple.obj : error LNK2001: unresolved external symbol __imp__PyTuple_Type pickle_support.obj : error LNK2001: unresolved external symbol __imp__PyTuple_Type function_doc_signature.obj : error LNK2001: unresolved external symbol __imp__PyTuple_New tuple.obj : error LNK2019: unresolved external symbol __imp__PyTuple_New referenced in function "protected: __thiscall boost::python::detail::tuple_base::tuple_base(void)" (??0tuple_base@detail@python@boost@@IAE@XZ) enum.obj : error LNK2001: unresolved external symbol __imp__PyTuple_New class.obj : error LNK2001: unresolved external symbol __imp__PyTuple_New function.obj : error LNK2001: unresolved external symbol __imp__PyTuple_New str.obj : error LNK2001: unresolved external symbol __imp__PyUnicode_Type builtin_converters.obj : error LNK2001: unresolved external symbol __imp__PyUnicode_Type str.obj : error LNK2019: unresolved external symbol __imp__PyUnicodeUCS2_FromString referenced in function "protected: __thiscall boost::python::detail::str_base::str_base(void)" (??0str_base@detail@python@boost@@IAE@XZ) builtin_converters.obj : error LNK2001: unresolved external symbol __imp__PyUnicodeUCS2_FromString str.obj : error LNK2019: unresolved external symbol __imp__PyObject_CallMethod referenced in function "public: class boost::python::str __thiscall boost::python::detail::str_base::capitalize(void)const " (?capitalize@str_base@detail@python@boost@@QBE?AVstr@34@XZ) str.obj : error LNK2019: unresolved external symbol __imp__PyLong_AsLong referenced in function "public: bool __thiscall boost::python::detail::str_base::endswith(class boost::python::api::object const &)const " (?endswith@str_base@detail@python@boost@@QBE_NABVobject@api@34@@Z) enum.obj : error LNK2001: unresolved external symbol __imp__PyLong_AsLong builtin_converters.obj : error LNK2001: unresolved external symbol __imp__PyLong_AsLong slice.obj : error LNK2019: unresolved external symbol __imp__PySlice_New referenced in function "protected: __thiscall boost::python::detail::slice_base::slice_base(struct _object *,struct _object *,struct _object *)" (??0slice_base@detail@python@boost@@IAE@PAU_object@@00@Z) object_protocol.obj : error LNK2001: unresolved external symbol __imp__PySlice_New pickle_support.obj : error LNK2001: unresolved external symbol __imp__PyErr_SetObject iterator.obj : error LNK2001: unresolved external symbol __imp__PyErr_SetObject from_python.obj : error LNK2019: unresolved external symbol __imp__PyErr_SetObject referenced in function "void * __cdecl boost::python::converter::rvalue_from_python_stage2(struct _object *,struct boost::python::converter::rvalue_from_python_stage1_data &,struct boost::python::converter::registration const &)" (?rvalue_from_python_stage2@converter@python@boost@@YAPAXPAU_object@@AAUrvalue_from_python_stage1_data@123@ABUregistration@123@@Z) registry.obj : error LNK2001: unresolved external symbol __imp__PyErr_SetObject class.obj : error LNK2001: unresolved external symbol __imp__PyErr_SetObject function.obj : error LNK2001: unresolved external symbol __imp__PyErr_SetObject from_python.obj : error LNK2001: unresolved external symbol __imp__PyExc_TypeError registry.obj : error LNK2019: unresolved external symbol __imp__PyExc_TypeError referenced in function "void __cdecl boost::python::converter::registry::insert(struct _object * (__cdecl*)(void const *),struct boost::python::type_info,struct _typeobject const * (__cdecl*)(void))" (?insert@registry@converter@python@boost@@YAXP6APAU_object@@PBX@ZUtype_info@34@P6APBU_typeobject@@XZ@Z) class.obj : error LNK2001: unresolved external symbol __imp__PyExc_TypeError function.obj : error LNK2001: unresolved external symbol __imp__PyExc_TypeError from_python.obj : error LNK2019: unresolved external symbol __imp__PyUnicodeUCS2_FromFormat referenced in function "void * __cdecl boost::python::converter::rvalue_from_python_stage2(struct _object *,struct boost::python::converter::rvalue_from_python_stage1_data &,struct boost::python::converter::registration const &)" (?rvalue_from_python_stage2@converter@python@boost@@YAPAXPAU_object@@AAUrvalue_from_python_stage1_data@123@ABUregistration@123@@Z) registry.obj : error LNK2001: unresolved external symbol __imp__PyUnicodeUCS2_FromFormat enum.obj : error LNK2001: unresolved external symbol __imp__PyUnicodeUCS2_FromFormat from_python.obj : error LNK2001: unresolved external symbol __imp__PyExc_ReferenceError registry.obj : error LNK2019: unresolved external symbol __imp__PyErr_WarnEx referenced in function "void __cdecl boost::python::converter::registry::insert(struct _object * (__cdecl*)(void const *),struct boost::python::type_info,struct _typeobject const * (__cdecl*)(void))" (?insert@registry@converter@python@boost@@YAXP6APAU_object@@PBX@ZUtype_info@34@P6APBU_typeobject@@XZ@Z) enum.obj : error LNK2019: unresolved external symbol __imp__PyType_Ready referenced in function "class boost::python::api::object __cdecl boost::python::objects::`anonymous namespace'::new_enum_type(char const *,char const *)" (?new_enum_type@?A0x42984ad1@objects@python@boost@@YA?AVobject@api@34@PBD0@Z) class.obj : error LNK2001: unresolved external symbol __imp__PyType_Ready function.obj : error LNK2001: unresolved external symbol __imp__PyType_Ready life_support.obj : error LNK2001: unresolved external symbol __imp__PyType_Ready enum.obj : error LNK2001: unresolved external symbol __imp__PyType_Type class.obj : error LNK2001: unresolved external symbol __imp__PyType_Type function.obj : error LNK2001: unresolved external symbol __imp__PyType_Type life_support.obj : error LNK2001: unresolved external symbol __imp__PyType_Type function_doc_signature.obj : error LNK2001: unresolved external symbol __imp__PyObject_Size enum.obj : error LNK2019: unresolved external symbol __imp__PyObject_Size referenced in function "int __cdecl boost::python::len(class boost::python::api::object const &)" (?len@python@boost@@YAHABVobject@api@12@@Z) function.obj : error LNK2001: unresolved external symbol __imp__PyObject_Size pickle_support.obj : error LNK2001: unresolved external symbol __imp__PyObject_Size builtin_converters.obj : error LNK2001: unresolved external symbol __imp__PyObject_Size builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyObject_IsTrue referenced in function "public: wchar_t & __thiscall std::basic_string,class std::allocator >::operator[](unsigned int)" (??A?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAA_WI@Z) function_doc_signature.obj : error LNK2001: unresolved external symbol __imp__PyObject_IsTrue enum.obj : error LNK2001: unresolved external symbol __imp__PyObject_IsTrue class.obj : error LNK2001: unresolved external symbol __imp__PyObject_IsTrue function.obj : error LNK2001: unresolved external symbol __imp__PyObject_IsTrue pickle_support.obj : error LNK2001: unresolved external symbol __imp__PyObject_IsTrue enum.obj : error LNK2019: unresolved external symbol __imp__PyLong_FromUnsignedLong referenced in function "public: __thiscall boost::python::converter::arg_to_python::arg_to_python(unsigned int const &)" (??0?$arg_to_python@I@converter@python@boost@@QAE@ABI@Z) class.obj : error LNK2001: unresolved external symbol __imp__PyLong_FromUnsignedLong function.obj : error LNK2001: unresolved external symbol __imp__PyLong_FromUnsignedLong function_doc_signature.obj : error LNK2001: unresolved external symbol __imp__PyLong_FromUnsignedLong class.obj : error LNK2019: unresolved external symbol __imp__PyArg_ParseTupleAndKeywords referenced in function _property_init class.obj : error LNK2019: unresolved external symbol __imp__PyErr_SetString referenced in function _static_data_descr_set function.obj : error LNK2001: unresolved external symbol __imp__PyErr_SetString pickle_support.obj : error LNK2001: unresolved external symbol __imp__PyErr_SetString errors.obj : error LNK2001: unresolved external symbol __imp__PyErr_SetString class.obj : error LNK2001: unresolved external symbol __imp__PyExc_AttributeError function.obj : error LNK2001: unresolved external symbol __imp__PyExc_AttributeError object_protocol.obj : error LNK2001: unresolved external symbol __imp__PyExc_AttributeError class.obj : error LNK2001: unresolved external symbol __imp__PyProperty_Type class.obj : error LNK2019: unresolved external symbol __imp__PyType_IsSubtype referenced in function "public: void __thiscall boost::python::instance_holder::install(struct _object *)" (?install@instance_holder@python@boost@@QAEXPAU_object@@@Z) builtin_converters.obj : error LNK2001: unresolved external symbol __imp__PyType_IsSubtype class.obj : error LNK2019: unresolved external symbol __imp__PyObject_ClearWeakRefs referenced in function _instance_dealloc class.obj : error LNK2001: unresolved external symbol __imp__PyBaseObject_Type class.obj : error LNK2001: unresolved external symbol __imp__PyModule_Type class.obj : error LNK2001: unresolved external symbol __imp__PyExc_RuntimeError function.obj : error LNK2001: unresolved external symbol __imp__PyExc_RuntimeError pickle_support.obj : error LNK2001: unresolved external symbol __imp__PyExc_RuntimeError errors.obj : error LNK2001: unresolved external symbol __imp__PyExc_RuntimeError class.obj : error LNK2019: unresolved external symbol __imp__PyObject_SetAttrString referenced in function "protected: void __thiscall boost::python::objects::class_base::setattr(char const *,class boost::python::api::object const &)" (?setattr@class_base@objects@python@boost@@IAEXPBDABVobject@api@34@@Z) object_protocol.obj : error LNK2001: unresolved external symbol __imp__PyObject_SetAttrString class.obj : error LNK2019: unresolved external symbol __imp__PyCFunction_NewEx referenced in function "protected: void __thiscall boost::python::objects::class_base::def_no_init(void)" (?def_no_init@class_base@objects@python@boost@@IAEXXZ) class.obj : error LNK2019: unresolved external symbol __imp__PyStaticMethod_New referenced in function "protected: void __thiscall boost::python::objects::class_base::make_method_static(char const *)" (?make_method_static@class_base@objects@python@boost@@IAEXPBD@Z) class.obj : error LNK2019: unresolved external symbol __imp__PyMem_Malloc referenced in function "public: static void * __cdecl boost::python::instance_holder::allocate(struct _object *,unsigned int,unsigned int)" (?allocate@instance_holder@python@boost@@SAPAXPAU_object@@II@Z) class.obj : error LNK2019: unresolved external symbol __imp__PyMem_Free referenced in function "public: static void __cdecl boost::python::instance_holder::deallocate(struct _object *,void *)" (?deallocate@instance_holder@python@boost@@SAXPAU_object@@PAX@Z) class.obj : error LNK2019: unresolved external symbol __imp___PyType_Lookup referenced in function _class_setattro class.obj : error LNK2019: unresolved external symbol __imp__PyType_GenericAlloc referenced in function "void __cdecl boost::python::objects::`dynamic initializer for 'class_type_object''(void)" (??__Eclass_type_object@objects@python@boost@@YAXXZ) function.obj : error LNK2019: unresolved external symbol __imp__PyTuple_Size referenced in function "public: struct _object * __thiscall boost::python::objects::function::call(struct _object *,struct _object *)const " (?call@function@objects@python@boost@@QBEPAU_object@@PAU5@0@Z) function.obj : error LNK2019: unresolved external symbol __imp__PyDict_Size referenced in function "public: struct _object * __thiscall boost::python::objects::function::call(struct _object *,struct _object *)const " (?call@function@objects@python@boost@@QBEPAU_object@@PAU5@0@Z) function.obj : error LNK2019: unresolved external symbol __imp__PyTuple_GetItem referenced in function "private: void __thiscall boost::python::objects::function::argument_error(struct _object *,struct _object *)const " (?argument_error@function@objects@python@boost@@ABEXPAU_object@@0@Z) function.obj : error LNK2019: unresolved external symbol __imp__PyErr_NewException referenced in function "private: void __thiscall boost::python::objects::function::argument_error(struct _object *,struct _object *)const " (?argument_error@function@objects@python@boost@@ABEXPAU_object@@0@Z) function.obj : error LNK2001: unresolved external symbol __imp___Py_NotImplementedStruct function.obj : error LNK2019: unresolved external symbol __imp__PyObject_SetAttr referenced in function "public: static void __cdecl boost::python::objects::function::add_to_namespace(class boost::python::api::object const &,char const *,class boost::python::api::object const &,char const *)" (?add_to_namespace@function@objects@python@boost@@SAXABVobject@api@34@PBD01@Z) object_protocol.obj : error LNK2001: unresolved external symbol __imp__PyObject_SetAttr function.obj : error LNK2001: unresolved external symbol __imp__PyStaticMethod_Type function.obj : error LNK2019: unresolved external symbol __imp__PyObject_GetItem referenced in function "public: static void __cdecl boost::python::objects::function::add_to_namespace(class boost::python::api::object const &,char const *,class boost::python::api::object const &,char const *)" (?add_to_namespace@function@objects@python@boost@@SAXABVobject@api@34@PBD01@Z) object_protocol.obj : error LNK2001: unresolved external symbol __imp__PyObject_GetItem function.obj : error LNK2019: unresolved external symbol __imp__PyMethod_New referenced in function _function_descr_get function.obj : error LNK2019: unresolved external symbol __imp__PyUnicode_InternFromString referenced in function _function_get_name function.obj : error LNK2001: unresolved external symbol __imp__PyCFunction_Type life_support.obj : error LNK2019: unresolved external symbol __imp__PyWeakref_NewRef referenced in function "struct _object * __cdecl boost::python::objects::make_nurse_and_patient(struct _object *,struct _object *)" (?make_nurse_and_patient@objects@python@boost@@YAPAU_object@@PAU4@0@Z) life_support.obj : error LNK2019: unresolved external symbol __imp___PyObject_New referenced in function "struct _object * __cdecl boost::python::objects::make_nurse_and_patient(struct _object *,struct _object *)" (?make_nurse_and_patient@objects@python@boost@@YAPAU_object@@PAU4@0@Z) errors.obj : error LNK2001: unresolved external symbol __imp__PyExc_ValueError errors.obj : error LNK2001: unresolved external symbol __imp__PyExc_IndexError errors.obj : error LNK2001: unresolved external symbol __imp__PyExc_OverflowError errors.obj : error LNK2019: unresolved external symbol __imp__PyErr_NoMemory referenced in function __catch$?handle_exception_impl@python@boost@@YA_NV?$function0@X@2@@Z$0 module.obj : error LNK2019: unresolved external symbol __imp__PyModule_Create2 referenced in function "struct _object * __cdecl boost::python::detail::init_module(struct PyModuleDef &,void (__cdecl*)(void))" (?init_module@detail@python@boost@@YAPAU_object@@AAUPyModuleDef@@P6AXXZ@Z) builtin_converters.obj : error LNK2019: unresolved external symbol __imp___PyUnicode_AsString referenced in function "void * __cdecl boost::python::converter::`anonymous namespace'::convert_to_cstring(struct _object *)" (?convert_to_cstring@?A0x3a620242@converter@python@boost@@YAPAXPAU_object@@@Z) builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyUnicodeUCS2_FromEncodedObject referenced in function _encode_string_unaryfunc builtin_converters.obj : error LNK2001: unresolved external symbol __imp__PyBool_Type builtin_converters.obj : error LNK2001: unresolved external symbol __imp__PyFloat_Type builtin_converters.obj : error LNK2001: unresolved external symbol __imp__PyComplex_Type builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyLong_AsLongLong referenced in function "public: static __int64 __cdecl boost::python::converter::`anonymous namespace'::long_long_rvalue_from_python::extract(struct _object *)" (?extract@long_long_rvalue_from_python@?A0x3a620242@converter@python@boost@@SA_JPAU_object@@@Z) builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyLong_AsUnsignedLongLong referenced in function "public: static unsigned __int64 __cdecl boost::python::converter::`anonymous namespace'::unsigned_long_long_rvalue_from_python::extract(struct _object *)" (?extract@unsigned_long_long_rvalue_from_python@?A0x3a620242@converter@python@boost@@SA_KPAU_object@@@Z) builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyComplex_RealAsDouble referenced in function "public: static class std::complex __cdecl boost::python::converter::`anonymous namespace'::complex_rvalue_from_python::extract(struct _object *)" (?extract@complex_rvalue_from_python@?A0x3a620242@converter@python@boost@@SA?AV?$complex@N@std@@PAU_object@@@Z) builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyComplex_ImagAsDouble referenced in function "public: static class std::complex __cdecl boost::python::converter::`anonymous namespace'::complex_rvalue_from_python::extract(struct _object *)" (?extract@complex_rvalue_from_python@?A0x3a620242@converter@python@boost@@SA?AV?$complex@N@std@@PAU_object@@@Z) builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyUnicodeUCS2_AsWideChar referenced in function "public: static class std::basic_string,class std::allocator > __cdecl boost::python::converter::`anonymous namespace'::wstring_rvalue_from_python::extract(struct _object *)" (?extract@wstring_rvalue_from_python@?A0x3a620242@converter@python@boost@@SA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@PAU_object@@@Z) builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyBytes_AsString referenced in function "public: static class std::basic_string,class std::allocator > __cdecl boost::python::converter::`anonymous namespace'::string_rvalue_from_python::extract(struct _object *)" (?extract@string_rvalue_from_python@?A0x3a620242@converter@python@boost@@SA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAU_object@@@Z) builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyBytes_Size referenced in function "public: static class std::basic_string,class std::allocator > __cdecl boost::python::converter::`anonymous namespace'::string_rvalue_from_python::extract(struct _object *)" (?extract@string_rvalue_from_python@?A0x3a620242@converter@python@boost@@SA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAU_object@@@Z) builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyLong_AsUnsignedLong referenced in function "public: static unsigned char __cdecl boost::python::converter::`anonymous namespace'::unsigned_int_rvalue_from_python::extract(struct _object *)" (?extract@?$unsigned_int_rvalue_from_python@E@?A0x3a620242@converter@python@boost@@SAEPAU_object@@@Z) builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyUnicodeUCS2_AsUTF8String referenced in function "void __cdecl boost::python::converter::`anonymous namespace'::`dynamic initializer for 'py_unicode_as_string_unaryfunc''(void)" (??__Epy_unicode_as_string_unaryfunc@?A0x3a620242@converter@python@boost@@YAXXZ) iterator.obj : error LNK2001: unresolved external symbol __imp__PyExc_StopIteration stl_iterator.obj : error LNK2019: unresolved external symbol __imp__PyIter_Next referenced in function "public: void __thiscall boost::python::objects::stl_input_iterator_impl::increment(void)" (?increment@stl_input_iterator_impl@objects@python@boost@@QAEXXZ) object_protocol.obj : error LNK2019: unresolved external symbol __imp__PyObject_GetAttr referenced in function "class boost::python::api::object __cdecl boost::python::api::getattr(class boost::python::api::object const &,class boost::python::api::object const &)" (?getattr@api@python@boost@@YA?AVobject@123@ABV4123@0@Z) object_protocol.obj : error LNK2019: unresolved external symbol __imp__PyErr_ExceptionMatches referenced in function "class boost::python::api::object __cdecl boost::python::api::getattr(class boost::python::api::object const &,class boost::python::api::object const &,class boost::python::api::object const &)" (?getattr@api@python@boost@@YA?AVobject@123@ABV4123@00@Z) object_protocol.obj : error LNK2019: unresolved external symbol __imp__PyObject_SetItem referenced in function "void __cdecl boost::python::api::setitem(class boost::python::api::object const &,class boost::python::api::object const &,class boost::python::api::object const &)" (?setitem@api@python@boost@@YAXABVobject@123@00@Z) object_protocol.obj : error LNK2019: unresolved external symbol __imp__PyObject_DelItem referenced in function "void __cdecl boost::python::api::delitem(class boost::python::api::object const &,class boost::python::api::object const &)" (?delitem@api@python@boost@@YAXABVobject@123@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyObject_RichCompare referenced in function "class boost::python::api::object __cdecl boost::python::api::operator>(class boost::python::api::object const &,class boost::python::api::object const &)" (??Oapi@python@boost@@YA?AVobject@012@ABV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_Add referenced in function "class boost::python::api::object __cdecl boost::python::api::operator+(class boost::python::api::object const &,class boost::python::api::object const &)" (??Hapi@python@boost@@YA?AVobject@012@ABV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_Subtract referenced in function "class boost::python::api::object __cdecl boost::python::api::operator-(class boost::python::api::object const &,class boost::python::api::object const &)" (??Gapi@python@boost@@YA?AVobject@012@ABV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_Multiply referenced in function "class boost::python::api::object __cdecl boost::python::api::operator*(class boost::python::api::object const &,class boost::python::api::object const &)" (??Dapi@python@boost@@YA?AVobject@012@ABV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_FloorDivide referenced in function "class boost::python::api::object __cdecl boost::python::api::operator/(class boost::python::api::object const &,class boost::python::api::object const &)" (??Kapi@python@boost@@YA?AVobject@012@ABV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_Remainder referenced in function "class boost::python::api::object __cdecl boost::python::api::operator%(class boost::python::api::object const &,class boost::python::api::object const &)" (??Lapi@python@boost@@YA?AVobject@012@ABV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_Lshift referenced in function "class boost::python::api::object __cdecl boost::python::api::operator<<(class boost::python::api::object const &,class boost::python::api::object const &)" (??6api@python@boost@@YA?AVobject@012@ABV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_Rshift referenced in function "class boost::python::api::object __cdecl boost::python::api::operator>>(class boost::python::api::object const &,class boost::python::api::object const &)" (??5api@python@boost@@YA?AVobject@012@ABV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_And referenced in function "class boost::python::api::object __cdecl boost::python::api::operator&(class boost::python::api::object const &,class boost::python::api::object const &)" (??Iapi@python@boost@@YA?AVobject@012@ABV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_Xor referenced in function "class boost::python::api::object __cdecl boost::python::api::operator^(class boost::python::api::object const &,class boost::python::api::object const &)" (??Tapi@python@boost@@YA?AVobject@012@ABV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_Or referenced in function "class boost::python::api::object __cdecl boost::python::api::operator|(class boost::python::api::object const &,class boost::python::api::object const &)" (??Uapi@python@boost@@YA?AVobject@012@ABV3012@0@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_InPlaceAdd referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator+=(class boost::python::api::object &,class boost::python::api::object const &)" (??Yapi@python@boost@@YAAAVobject@012@AAV3012@ABV3012@@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_InPlaceSubtract referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator-=(class boost::python::api::object &,class boost::python::api::object const &)" (??Zapi@python@boost@@YAAAVobject@012@AAV3012@ABV3012@@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_InPlaceMultiply referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator*=(class boost::python::api::object &,class boost::python::api::object const &)" (??Xapi@python@boost@@YAAAVobject@012@AAV3012@ABV3012@@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_InPlaceFloorDivide referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator/=(class boost::python::api::object &,class boost::python::api::object const &)" (??_0api@python@boost@@YAAAVobject@012@AAV3012@ABV3012@@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_InPlaceRemainder referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator%=(class boost::python::api::object &,class boost::python::api::object const &)" (??_1api@python@boost@@YAAAVobject@012@AAV3012@ABV3012@@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_InPlaceLshift referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator<<=(class boost::python::api::object &,class boost::python::api::object const &)" (??_3api@python@boost@@YAAAVobject@012@AAV3012@ABV3012@@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_InPlaceRshift referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator>>=(class boost::python::api::object &,class boost::python::api::object const &)" (??_2api@python@boost@@YAAAVobject@012@AAV3012@ABV3012@@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_InPlaceAnd referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator&=(class boost::python::api::object &,class boost::python::api::object const &)" (??_4api@python@boost@@YAAAVobject@012@AAV3012@ABV3012@@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_InPlaceXor referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator^=(class boost::python::api::object &,class boost::python::api::object const &)" (??_6api@python@boost@@YAAAVobject@012@AAV3012@ABV3012@@Z) object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber_InPlaceOr referenced in function "class boost::python::api::object & __cdecl boost::python::api::operator|=(class boost::python::api::object &,class boost::python::api::object const &)" (??_5api@python@boost@@YAAAVobject@012@AAV3012@ABV3012@@Z) wrapper.obj : error LNK2019: unresolved external symbol __imp__PyDict_GetItemString referenced in function "protected: class boost::python::override __thiscall boost::python::detail::wrapper_base::get_override(char const *,struct _typeobject *)const " (?get_override@wrapper_base@detail@python@boost@@IBE?AVoverride@34@PBDPAU_typeobject@@@Z) wrapper.obj : error LNK2001: unresolved external symbol __imp__PyMethod_Type import.obj : error LNK2019: unresolved external symbol __imp__PyImport_ImportModule referenced in function "class boost::python::api::object __cdecl boost::python::import(class boost::python::str)" (?import@python@boost@@YA?AVobject@api@12@Vstr@12@@Z) exec.obj : error LNK2019: unresolved external symbol __imp__PyRun_StringFlags referenced in function "class boost::python::api::object __cdecl boost::python::eval(class boost::python::str,class boost::python::api::object,class boost::python::api::object)" (?eval@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@1@Z) exec.obj : error LNK2019: unresolved external symbol __imp__PyEval_GetGlobals referenced in function "class boost::python::api::object __cdecl boost::python::eval(class boost::python::str,class boost::python::api::object,class boost::python::api::object)" (?eval@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@1@Z) exec.obj : error LNK2019: unresolved external symbol __imp__PyRun_FileExFlags referenced in function "class boost::python::api::object __cdecl boost::python::exec_file(class boost::python::str,class boost::python::api::object,class boost::python::api::object)" (?exec_file@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@1@Z) ..\..\..\..\bin.v2\libs\python\build\msvc-10.0\debug\threading-multi\boost_python-vc100-mt-gd-1_48.dll : fatal error LNK1120: 130 unresolved externals call "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 >nul link /NOLOGO /INCREMENTAL:NO /DLL /DEBUG /MACHINE:X86 /subsystem:console /out:"..\..\..\..\bin.v2\libs\python\build\msvc-10.0\debug\threading-multi\boost_python-vc100-mt-gd-1_48.dll" /IMPLIB:"..\..\..\..\bin.v2\libs\python\build\msvc-10.0\debug\threading-multi\boost_python-vc100-mt-gd-1_48.lib" /LIBPATH:"C:\Python32\libs" @"..\..\..\..\bin.v2\libs\python\build\msvc-10.0\debug\threading-multi\boost_python-vc100-mt-gd-1_48.dll.rsp" if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL% ...failed msvc.link.dll ..\..\..\..\bin.v2\libs\python\build\msvc-10.0\debug\threading-multi\boost_python-vc100-mt-gd-1_48.dll ..\..\..\..\bin.v2\libs\python\build\msvc-10.0\debug\threading-multi\boost_python-vc100-mt-gd-1_48.lib ..\..\..\..\bin.v2\libs\python\build\msvc-10.0\debug\threading-multi\boost_python-vc100-mt-gd-1_48.pdb... ...removing ..\..\..\..\bin.v2\libs\python\build\msvc-10.0\debug\threading-multi\boost_python-vc100-mt-gd-1_48.lib ...removing ..\..\..\..\bin.v2\libs\python\build\msvc-10.0\debug\threading-multi\boost_python-vc100-mt-gd-1_48.pdb ...skipped test_embed.exe for lack of boost_python-vc100-mt-gd-1_48.lib... ...skipped test_embed.pdb for lack of boost_python-vc100-mt-gd-1_48.lib... ...skipped test_embed.run for lack of test_embed.exe... copy test_extending.py Syntaxfehler. copy /b + this-file-does-not-exist-A698EE7806899E69 "test_extending.py" "bin\test_ext.test\msvc-10.0\debug\threading-multi\test_extending.py" ...failed copy test_extending.py bin\test_ext.test\msvc-10.0\debug\threading-multi\test_extending.py... ...removing test_extending.py ...skipped extending.pyd for lack of boost_python-vc100-mt-gd-1_48.lib... ...skipped extending.lib for lack of boost_python-vc100-mt-gd-1_48.lib... ...skipped extending.pdb for lack of boost_python-vc100-mt-gd-1_48.lib... ...skipped test_ext for lack of test_extending.py... ...failed updating 4 targets... ...skipped 9 targets...