Boost logo

Boost Users :

Subject: [Boost-users] Building 1.41 for win64 with python
From: Tom Kent (lists_at_[hidden])
Date: 2010-01-12 09:58:13


I googled around for this, but didn't find any answers. I'm building 64
bit libraries for visual studio on a 32 bit win XP box and getting the
attached linker errors. I get similar results with visual studio 8 and 9.

Any thoughts?

Thanks,
Tom

C:\BoostBuilding\boost_1_41_0>"c:\Program Files\boost-jam-3.1.17-1-ntx86\bjam.exe" toolset=msvc-8.0 address-model=64 variant=debug threading=multi link=shared runtime-link=shared stage

warning: Building Boost.Regex with the optional Unicode/ICU support disabled.
note: Please refer to the Boost.Regex documentation for more information
note: this is a strictly optional feature.
warning: Graph library does not contain optional GraphML reader.
note: to enable GraphML support, set EXPAT_INCLUDE and EXPAT_LIBPATH to the
note: directories containing the Expat headers and libraries, respectively.
warning: Graph library does not contain MPI-based parallel components.
note: to enable them, add "using mpi ;" to your user-config.jam
warning: skipping optional Message Passing Interface (MPI) library.
note: to enable MPI support, add "using mpi ;" to user-config.jam.
note: to suppress this message, pass "--without-mpi" to bjam.
note: otherwise, you can safely ignore this message.
...patience...
...patience...
...patience...
...found 6283 targets...
...updating 6 targets...
msvc.link.dll bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.dll
   Creating library bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.lib and object bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.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@?A0x9ac8f308_at_numeric@python_at_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@?A0x9ac8f308_at_numeric@python_at_boost@@YA_N_N_at_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@?A0x9ac8f308_at_numeric@python_at_boost@@YA_N_N_at_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@?A0x9ac8f308_at_numeric@python_at_boost@@YA_N_N_at_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@?A0x9ac8f308_at_numeric@python_at_boost@@YA_N_N_at_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_at_array_object_manager_traits_at_aux@numeric_at_python@boost@@SA_NPEAU_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<class boost::python::api::object,class boost::python::api::object>(struct _object *,class boost::python::api::object const &,struct boost::type<class boost::python::api::object> *)" (??$call_at_Vobject@api_at_python@boost@@V1234@@python_at_boost@@YA?AVobject_at_api@01_at_PEAU_object@@AEBV2301_at_PEAU?$type_at_Vobject@api_at_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_PyInt_FromLong referenced in function "public: __cdecl boost::python::converter::arg_to_python<long>::arg_to_python<long>(long const &)" (??0?$arg_to_python_at_J@converter_at_python@boost@@QEAA_at_AEBJ@Z)
enum.obj : error LNK2001: unresolved external symbol __imp_PyInt_FromLong
function.obj : error LNK2001: unresolved external symbol __imp_PyInt_FromLong
function_doc_signature.obj : error LNK2001: unresolved external symbol __imp_PyInt_FromLong
numeric.obj : error LNK2019: unresolved external symbol __imp_PyBool_FromLong referenced in function "public: __cdecl boost::python::converter::arg_to_python<bool>::arg_to_python<bool>(bool const &)" (??0?$arg_to_python@_N_at_converter@python_at_boost@@QEAA_at_AEB_N_at_Z)
class.obj : error LNK2001: unresolved external symbol __imp_PyBool_FromLong
numeric.obj : error LNK2019: unresolved external symbol __imp_PyString_FromStringAndSize referenced in function "public: __cdecl boost::python::converter::arg_to_python<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >::arg_to_python<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0?$arg_to_python_at_V?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@@converter_at_python@boost@@QEAA_at_AEBV?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@@Z)
str.obj : error LNK2001: unresolved external symbol __imp_PyString_FromStringAndSize
builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyString_FromStringAndSize
function_doc_signature.obj : error LNK2001: unresolved external symbol __imp_PyString_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 LNK2019: unresolved external symbol __imp__Py_NoneStruct referenced in function "struct _object * __cdecl boost::python::api::object_base_initializer<bool>(bool const &)" (??$object_base_initializer@_N_at_api@python_at_boost@@YAPEAU_object@@AEB_N_at_Z)
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_at_list_base_at_detail@python_at_boost@@CAPEAUnew_non_null_reference_t_at_234@AEBVobject_at_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: __cdecl boost::python::detail::list_base::list_base(void)" (??0list_base_at_detail@python_at_boost@@IEAA_at_XZ)
list.obj : error LNK2019: unresolved external symbol __imp_PyList_Append referenced in function "public: void __cdecl boost::python::detail::list_base::append(class boost::python::api::object const &)" (?append_at_list_base_at_detail@python_at_boost@@QEAAXAEBVobject_at_api@34@@Z)
list.obj : error LNK2019: unresolved external symbol __imp_PyInt_AsLong referenced in function "public: long __cdecl boost::python::detail::list_base::index(class boost::python::api::object const &)const " (?index_at_list_base_at_detail@python_at_boost@@QEBAJAEBVobject_at_api@34@@Z)
str.obj : error LNK2001: unresolved external symbol __imp_PyInt_AsLong
class.obj : error LNK2001: unresolved external symbol __imp_PyInt_AsLong
builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyInt_AsLong
list.obj : error LNK2019: unresolved external symbol __imp_PyList_Insert referenced in function "public: void __cdecl boost::python::detail::list_base::insert(__int64,class boost::python::api::object const &)" (?insert_at_list_base_at_detail@python_at_boost@@QEAAX_JAEBVobject_at_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 LNK2001: unresolved external symbol __imp_PyErr_Occurred
function_doc_signature.obj : error LNK2001: unresolved external symbol __imp_PyErr_Occurred
list.obj : error LNK2019: unresolved external symbol __imp_PyErr_Occurred referenced in function "public: void __cdecl boost::python::detail::list_base::insert(class boost::python::api::object const &,class boost::python::api::object const &)" (?insert_at_list_base_at_detail@python_at_boost@@QEAAXAEBVobject_at_api@34_at_0@Z)
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 __cdecl boost::python::detail::list_base::reverse(void)" (?reverse_at_list_base_at_detail@python_at_boost@@QEAAXXZ)
list.obj : error LNK2019: unresolved external symbol __imp_PyList_Sort referenced in function "public: void __cdecl boost::python::detail::list_base::sort(void)" (?sort_at_list_base_at_detail@python_at_boost@@QEAAXXZ)
list.obj : error LNK2019: unresolved external symbol __imp_PyLong_FromLongLong referenced in function "public: __cdecl boost::python::converter::arg_to_python<__int64>::arg_to_python<__int64>(__int64 const &)" (??0?$arg_to_python@_J_at_converter@python_at_boost@@QEAA_at_AEB_J_at_Z)
long.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: __cdecl boost::python::detail::dict_base::dict_base(void)" (??0dict_base_at_detail@python_at_boost@@IEAA_at_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 __cdecl boost::python::detail::dict_base::clear(void)" (?clear_at_dict_base_at_detail@python_at_boost@@QEAAXXZ)
dict.obj : error LNK2019: unresolved external symbol __imp_PyDict_Copy referenced in function "public: class boost::python::dict __cdecl boost::python::detail::dict_base::copy(void)" (?copy_at_dict_base_at_detail@python_at_boost@@QEAA?AVdict_at_34@XZ)
dict.obj : error LNK2019: unresolved external symbol __imp_PyDict_GetItem referenced in function "public: class boost::python::api::object __cdecl boost::python::detail::dict_base::get(class boost::python::api::object const &)const " (?get_at_dict_base_at_detail@python_at_boost@@QEBA?AVobject_at_api@34_at_AEBV5634@@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 __cdecl boost::python::detail::dict_base::items(void)const " (?items_at_dict_base_at_detail@python_at_boost@@QEBA?AVlist_at_34@XZ)
dict.obj : error LNK2019: unresolved external symbol __imp_PyDict_Keys referenced in function "public: class boost::python::list __cdecl boost::python::detail::dict_base::keys(void)const " (?keys_at_dict_base_at_detail@python_at_boost@@QEBA?AVlist_at_34@XZ)
dict.obj : error LNK2019: unresolved external symbol __imp_PyDict_Update referenced in function "public: void __cdecl boost::python::detail::dict_base::update(class boost::python::api::object const &)" (?update_at_dict_base_at_detail@python_at_boost@@QEAAXAEBVobject_at_api@34@@Z)
dict.obj : error LNK2019: unresolved external symbol __imp_PyDict_Values referenced in function "public: class boost::python::list __cdecl boost::python::detail::dict_base::values(void)const " (?values_at_dict_base_at_detail@python_at_boost@@QEBA?AVlist_at_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: __cdecl boost::python::detail::tuple_base::tuple_base(void)" (??0tuple_base_at_detail@python_at_boost@@IEAA_at_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_PyString_Type
builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyString_Type
str.obj : error LNK2019: unresolved external symbol __imp_PyString_FromString referenced in function "protected: __cdecl boost::python::detail::str_base::str_base(void)" (??0str_base_at_detail@python_at_boost@@IEAA_at_XZ)
builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyString_FromString
str.obj : error LNK2019: unresolved external symbol __imp_PyObject_CallMethod referenced in function "public: class boost::python::str __cdecl boost::python::detail::str_base::capitalize(void)const " (?capitalize_at_str_base_at_detail@python_at_boost@@QEBA?AVstr_at_34@XZ)
slice.obj : error LNK2019: unresolved external symbol __imp_PySlice_New referenced in function "protected: __cdecl boost::python::detail::slice_base::slice_base(struct _object *,struct _object *,struct _object *)" (??0slice_base_at_detail@python_at_boost@@IEAA_at_PEAU_object@@00_at_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_at_converter@python_at_boost@@YAPEAXPEAU_object@@AEAUrvalue_from_python_stage1_data_at_123@AEBUregistration_at_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 "public: struct _typeobject const * __cdecl boost::python::converter::registration::expected_from_python_type(void)const " (?expected_from_python_type_at_registration@converter_at_python@boost@@QEBAPEBU_typeobject@@XZ)
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_PyString_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_at_converter@python_at_boost@@YAPEAXPEAU_object@@AEAUrvalue_from_python_stage1_data_at_123@AEBUregistration_at_123@@Z)
registry.obj : error LNK2001: unresolved external symbol __imp_PyString_FromFormat
enum.obj : error LNK2001: unresolved external symbol __imp_PyString_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_at_registry@converter_at_python@boost@@YAXP6APEAU_object@@PEBX_at_ZUtype_info_at_34@P6APEBU_typeobject@@XZ_at_Z)
enum.obj : error LNK2019: unresolved external symbol __imp_PyString_AsString referenced in function enum_repr
builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyString_AsString
enum.obj : error LNK2001: unresolved external symbol __imp_PyInt_Type
builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyInt_Type
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@?A0x1830f653_at_objects@python_at_boost@@YA?AVobject_at_api@34_at_PEBD0@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 "__int64 __cdecl boost::python::len(class boost::python::api::object const &)" (?len_at_python@boost@@YA_JAEBVobject_at_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 LNK2001: unresolved external symbol __imp_PyObject_IsTrue
function_doc_signature.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsTrue
enum.obj : error LNK2019: unresolved external symbol __imp_PyObject_IsTrue referenced in function "public: __cdecl boost::python::api::object_operators<class boost::python::api::object>::operator struct _object * (__cdecl boost::python::api::object::*)(void)const (void)const " (??B?$object_operators_at_Vobject@api_at_python@boost@@@api_at_python@boost@@QEBAP8object_at_123@EBAPEAU_object@@XZXZ)
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: __cdecl boost::python::converter::arg_to_python<unsigned int>::arg_to_python<unsigned int>(unsigned int const &)" (??0?$arg_to_python_at_I@converter_at_python@boost@@QEAA_at_AEBI@Z)
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
builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString
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
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_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 LNK2019: unresolved external symbol __imp_PyExc_RuntimeError referenced in function "public: __cdecl boost::python::objects::function::function(struct boost::python::objects::py_function const &,struct boost::python::detail::keyword const *,unsigned int)" (??0function_at_objects@python_at_boost@@QEAA_at_AEBUpy_function_at_123@PEBUkeyword_at_detail@23_at_I@Z)
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_PyType_IsSubtype referenced in function "class boost::python::api::object __cdecl boost::python::objects::`anonymous namespace'::new_class(char const *,unsigned __int64,struct boost::python::type_info const * const,char const *)" (?new_class@?A0x6362b66d_at_objects@python_at_boost@@YA?AVobject_at_api@34_at_PEBD_KQEBUtype_info_at_34@0_at_Z)
builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyType_IsSubtype
class.obj : error LNK2019: unresolved external symbol __imp_PyObject_SetAttrString referenced in function "protected: void __cdecl boost::python::objects::class_base::setattr(char const *,class boost::python::api::object const &)" (?setattr_at_class_base_at_objects@python_at_boost@@IEAAXPEBDAEBVobject_at_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 __cdecl boost::python::objects::class_base::def_no_init(void)" (?def_no_init_at_class_base_at_objects@python_at_boost@@IEAAXXZ)
class.obj : error LNK2019: unresolved external symbol __imp_PyStaticMethod_New referenced in function "protected: void __cdecl boost::python::objects::class_base::make_method_static(char const *)" (?make_method_static_at_class_base_at_objects@python_at_boost@@IEAAXPEBD_at_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 __int64,unsigned __int64)" (?allocate_at_instance_holder_at_python@boost@@SAPEAXPEAU_object@@_K1_at_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_at_instance_holder_at_python@boost@@SAXPEAU_object@@PEAX_at_Z)
class.obj : error LNK2019: unresolved external symbol __imp_PyLong_FromUnsignedLongLong referenced in function "public: __cdecl boost::python::converter::arg_to_python<unsigned __int64>::arg_to_python<unsigned __int64>(unsigned __int64 const &)" (??0?$arg_to_python@_K_at_converter@python_at_boost@@QEAA_at_AEB_K_at_Z)
function_doc_signature.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLongLong
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_at_objects@python_at_boost@@YAXXZ)
function.obj : error LNK2019: unresolved external symbol __imp_PyTuple_Size referenced in function "public: struct _object * __cdecl boost::python::objects::function::call(struct _object *,struct _object *)const " (?call_at_function@objects_at_python@boost@@QEBAPEAU_object@@PEAU5_at_0@Z)
function.obj : error LNK2019: unresolved external symbol __imp_PyDict_Size referenced in function "public: struct _object * __cdecl boost::python::objects::function::call(struct _object *,struct _object *)const " (?call_at_function@objects_at_python@boost@@QEBAPEAU_object@@PEAU5_at_0@Z)
function.obj : error LNK2019: unresolved external symbol __imp_PyTuple_GetItem referenced in function "private: void __cdecl boost::python::objects::function::argument_error(struct _object *,struct _object *)const " (?argument_error_at_function@objects_at_python@boost@@AEBAXPEAU_object@@0_at_Z)
function.obj : error LNK2019: unresolved external symbol __imp_PyErr_NewException referenced in function "private: void __cdecl boost::python::objects::function::argument_error(struct _object *,struct _object *)const " (?argument_error_at_function@objects_at_python@boost@@AEBAXPEAU_object@@0_at_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_at_function@objects_at_python@boost@@SAXAEBVobject_at_api@34_at_PEBD01@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_at_function@objects_at_python@boost@@SAXAEBVobject_at_api@34_at_PEBD01@Z)
object_protocol.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetItem
function.obj : error LNK2001: unresolved external symbol __imp_PyClass_Type
function.obj : error LNK2019: unresolved external symbol __imp_PyMethod_New referenced in function function_descr_get
function.obj : error LNK2019: unresolved external symbol __imp_PyString_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_at_objects@python_at_boost@@YAPEAU_object@@PEAU4_at_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_at_objects@python_at_boost@@YAPEAU_object@@PEAU4_at_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
builtin_converters.obj : error LNK2001: unresolved external symbol __imp_PyExc_OverflowError
errors.obj : error LNK2019: unresolved external symbol __imp_PyErr_NoMemory referenced in function "int `bool __cdecl boost::python::handle_exception_impl(class python::function0<void>)'::`1'::catch$1" (?catch$1@?0??handle_exception_impl_at_python@boost@@YA_NV?$function0_at_X@2@@Z_at_4HA)
module.obj : error LNK2019: unresolved external symbol __imp_Py_InitModule4_64 referenced in function "struct _object * __cdecl boost::python::detail::init_module(char const *,void (__cdecl*)(void))" (?init_module_at_detail@python_at_boost@@YAPEAU_object@@PEBDP6AXXZ_at_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 LNK2001: unresolved external symbol __imp_PyUnicode_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_at_long_long_rvalue_from_python@?A0x6871ea00_at_converter@python_at_boost@@SA_JPEAU_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_at_unsigned_long_long_rvalue_from_python@?A0x6871ea00_at_converter@python_at_boost@@SA_KPEAU_object@@@Z)
builtin_converters.obj : error LNK2019: unresolved external symbol __imp_PyComplex_RealAsDouble referenced in function "public: static class std::complex<double> __cdecl boost::python::converter::`anonymous namespace'::complex_rvalue_from_python::extract(struct _object *)" (?extract_at_complex_rvalue_from_python@?A0x6871ea00_at_converter@python_at_boost@@SA?AV?$complex_at_N@std@@PEAU_object@@@Z)
builtin_converters.obj : error LNK2019: unresolved external symbol __imp_PyComplex_ImagAsDouble referenced in function "public: static class std::complex<double> __cdecl boost::python::converter::`anonymous namespace'::complex_rvalue_from_python::extract(struct _object *)" (?extract_at_complex_rvalue_from_python@?A0x6871ea00_at_converter@python_at_boost@@SA?AV?$complex_at_N@std@@PEAU_object@@@Z)
builtin_converters.obj : error LNK2019: unresolved external symbol __imp_PyUnicodeUCS2_AsWideChar referenced in function "public: static class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl boost::python::converter::`anonymous namespace'::wstring_rvalue_from_python::extract(struct _object *)" (?extract_at_wstring_rvalue_from_python@?A0x6871ea00_at_converter@python_at_boost@@SA?AV?$basic_string@_WU?$char_traits@_W_at_std@@V?$allocator@_W_at_2@@std@@PEAU_object@@@Z)
builtin_converters.obj : error LNK2019: unresolved external symbol __imp_PyString_Size referenced in function "public: static class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl boost::python::converter::`anonymous namespace'::string_rvalue_from_python::extract(struct _object *)" (?extract_at_string_rvalue_from_python@?A0x6871ea00_at_converter@python_at_boost@@SA?AV?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@PEAU_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<unsigned char>::extract(struct _object *)" (?extract@?$unsigned_int_rvalue_from_python_at_E@?A0x6871ea00_at_converter@python_at_boost@@SAEPEAU_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@?A0x6871ea00_at_converter@python_at_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 __cdecl boost::python::objects::stl_input_iterator_impl::increment(void)" (?increment_at_stl_input_iterator_impl_at_objects@python_at_boost@@QEAAXXZ)
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_at_api@python_at_boost@@YA?AVobject_at_123@AEBV4123_at_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_at_api@python_at_boost@@YA?AVobject_at_123@AEBV4123_at_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_at_api@python_at_boost@@YAXAEBVobject_at_123@00_at_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_at_api@python_at_boost@@YAXAEBVobject_at_123@0_at_Z)
object_protocol.obj : error LNK2019: unresolved external symbol __imp_PySequence_GetSlice referenced in function "struct _object * __cdecl boost::python::api::`anonymous namespace'::apply_slice(struct _object *,struct _object *,struct _object *)" (?apply_slice@?A0xefa54624_at_api@python_at_boost@@YAPEAU_object@@PEAU5_at_00@Z)
object_protocol.obj : error LNK2019: unresolved external symbol __imp__PyEval_SliceIndex referenced in function "struct _object * __cdecl boost::python::api::`anonymous namespace'::apply_slice(struct _object *,struct _object *,struct _object *)" (?apply_slice@?A0xefa54624_at_api@python_at_boost@@YAPEAU_object@@PEAU5_at_00@Z)
object_protocol.obj : error LNK2019: unresolved external symbol __imp_PySequence_SetSlice referenced in function "int __cdecl boost::python::api::`anonymous namespace'::assign_slice(struct _object *,struct _object *,struct _object *,struct _object *)" (?assign_slice@?A0xefa54624_at_api@python_at_boost@@YAHPEAU_object@@000_at_Z)
object_protocol.obj : error LNK2019: unresolved external symbol __imp_PySequence_DelSlice referenced in function "int __cdecl boost::python::api::`anonymous namespace'::assign_slice(struct _object *,struct _object *,struct _object *,struct _object *)" (?assign_slice@?A0xefa54624_at_api@python_at_boost@@YAHPEAU_object@@000_at_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_at_python@boost@@YA?AVobject_at_012@AEBV3012_at_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_at_python@boost@@YA?AVobject_at_012@AEBV3012_at_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_at_python@boost@@YA?AVobject_at_012@AEBV3012_at_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_at_python@boost@@YA?AVobject_at_012@AEBV3012_at_0@Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Divide 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_at_python@boost@@YA?AVobject_at_012@AEBV3012_at_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_at_python@boost@@YA?AVobject_at_012@AEBV3012_at_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_at_python@boost@@YA?AVobject_at_012@AEBV3012_at_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_at_python@boost@@YA?AVobject_at_012@AEBV3012_at_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_at_python@boost@@YA?AVobject_at_012@AEBV3012_at_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_at_python@boost@@YA?AVobject_at_012@AEBV3012_at_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_at_python@boost@@YA?AVobject_at_012@AEBV3012_at_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_at_python@boost@@YAAEAVobject_at_012@AEAV3012_at_AEBV3012@@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_at_python@boost@@YAAEAVobject_at_012@AEAV3012_at_AEBV3012@@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_at_python@boost@@YAAEAVobject_at_012@AEAV3012_at_AEBV3012@@Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp_PyNumber_InPlaceDivide 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_at_python@boost@@YAAEAVobject_at_012@AEAV3012_at_AEBV3012@@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_at_python@boost@@YAAEAVobject_at_012@AEAV3012_at_AEBV3012@@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_at_python@boost@@YAAEAVobject_at_012@AEAV3012_at_AEBV3012@@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_at_python@boost@@YAAEAVobject_at_012@AEAV3012_at_AEBV3012@@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_at_python@boost@@YAAEAVobject_at_012@AEAV3012_at_AEBV3012@@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_at_python@boost@@YAAEAVobject_at_012@AEAV3012_at_AEBV3012@@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_at_python@boost@@YAAEAVobject_at_012@AEAV3012_at_AEBV3012@@Z)
wrapper.obj : error LNK2019: unresolved external symbol __imp_PyDict_GetItemString referenced in function "protected: class boost::python::override __cdecl boost::python::detail::wrapper_base::get_override(char const *,struct _typeobject *)const " (?get_override_at_wrapper_base_at_detail@python_at_boost@@IEBA?AVoverride_at_34@PEBDPEAU_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_at_python@boost@@YA?AVobject_at_api@12_at_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_at_python@boost@@YA?AVobject_at_api@12_at_Vstr@12_at_V3412@1_at_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_at_python@boost@@YA?AVobject_at_api@12_at_Vstr@12_at_V3412@1_at_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_at_python@boost@@YA?AVobject_at_api@12_at_Vstr@12_at_V3412@1_at_Z)
exec.obj : error LNK2019: unresolved external symbol __imp_PyFile_AsFile 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_at_python@boost@@YA?AVobject_at_api@12_at_Vstr@12_at_V3412@1_at_Z)
exec.obj : error LNK2019: unresolved external symbol __imp_PyFile_FromString 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_at_python@boost@@YA?AVobject_at_api@12_at_Vstr@12_at_V3412@1_at_Z)
bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.dll : fatal error LNK1120: 138 unresolved externals

        call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul
link /NOLOGO /INCREMENTAL:NO /DLL /DEBUG /MACHINE:X64 /subsystem:console /out:"bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.dll" /IMPLIB:"bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.lib" /LIBPATH:"C:\Python26\libs" @"bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.dll.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%
    
...failed msvc.link.dll bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.dll bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.lib bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.pdb...
...removing bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.lib
...removing bin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi\boost_python-vc80-mt-gd-1_41.pdb
...skipped <pstage\lib>boost_python-vc80-mt-gd-1_41.dll for lack of <pbin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi>boost_python-vc80-mt-gd-1_41.dll...
...skipped <pstage\lib>boost_python-vc80-mt-gd-1_41.lib for lack of <pbin.v2\libs\python\build\msvc-8.0\debug\address-model-64\threading-multi>boost_python-vc80-mt-gd-1_41.lib...
...skipped <pstage\lib>boost_python-vc80-mt-gd.lib for lack of <pstage\lib>boost_python-vc80-mt-gd-1_41.lib...
...failed updating 3 targets...
...skipped 3 targets...


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net