Advertisement
Guest User

PyFTGL link errors

a guest
May 12th, 2011
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.34 KB | None | 0 0
  1. running build
  2. running build_ext
  3. building 'FTGL' extension
  4. c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IC:/omxBuildDependencies/ftgl-2.1.3~rc5/src -IC:/omxBuildDependencies/freetype-2.4.4/include -IC:/omxBuildDependencies/boost_1_46_1 -IC:\Python27x64\include -IC:\Python27x64\PC /Tpftgl.cpp /Fobuild\temp.win-amd64-2.7\Release\ftgl.obj
  5. ftgl.cpp
  6. c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\xlocale(342) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
  7. C:/omxBuildDependencies/boost_1_46_1\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data
  8. c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Python27x64\libs /LIBPATH:C:\Python27x64\PCbuild\amd64 C:/omxBuildDependencies/freetype-2.4.4/objs/win32/vc2008\freetype244MT.lib C:/omxBuildDependencies/ftgl-2.1.3~rc5/msvc/Build\ftgl.lib C:/omxBuildDependencies/boost_1_46_1/stage/lib\boost_python-vc90-mt-1_46_1.lib /EXPORT:initFTGL build\temp.win-amd64-2.7\Release\ftgl.obj /OUT:build\lib.win-amd64-2.7\FTGL.pyd /IMPLIB:build\temp.win-amd64-2.7\Release\FTGL.lib /MANIFESTFILE:build\temp.win-amd64-2.7\Release\FTGL.pyd.manifest
  9. ftgl.obj : warning LNK4197: export 'initFTGL' specified multiple times; using first specification
  10. Creating library build\temp.win-amd64-2.7\Release\FTGL.lib and object build\temp.win-amd64-2.7\Release\FTGL.exp
  11. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: __cdecl boost::python::detail::tuple_base::tuple_base(struct boost::python::detail::new_reference_t *)" (__imp_??0tuple_base@detail@python@boost@@IEAA@PEAUnew_reference_t@123@@Z) referenced in function "public: __cdecl boost::python::tuple::tuple(struct boost::python::detail::new_reference_t *)" (??0tuple@python@boost@@QEAA@PEAUnew_reference_t@detail@12@@Z)
  12. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl boost::python::detail::tuple_base::~tuple_base(void)" (__imp_??1tuple_base@detail@python@boost@@QEAA@XZ) referenced in function "public: __cdecl boost::python::tuple::~tuple(void)" (??1tuple@python@boost@@QEAA@XZ)
  13. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl boost::python::objects::enum_base::~enum_base(void)" (__imp_??1enum_base@objects@python@boost@@QEAA@XZ) referenced in function "public: __cdecl boost::python::enum_<enum FT_Encoding_>::~enum_<enum FT_Encoding_>(void)" (??1?$enum_@W4FT_Encoding_@@@python@boost@@QEAA@XZ)
  14. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl boost::python::throw_error_already_set(void)" (__imp_?throw_error_already_set@python@boost@@YAXXZ) referenced in function "struct _object * __cdecl boost::python::expect_non_null<struct _object>(struct _object *)" (??$expect_non_null@U_object@@@python@boost@@YAPEAU_object@@PEAU2@@Z)
  15. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: void __cdecl boost::python::objects::enum_base::add_value(char const *,long)" (__imp_?add_value@enum_base@objects@python@boost@@IEAAXPEBDJ@Z) referenced in function "public: struct boost::python::enum_<enum FT_Encoding_> & __cdecl boost::python::enum_<enum FT_Encoding_>::value(char const *,enum FT_Encoding_)" (?value@?$enum_@W4FT_Encoding_@@@python@boost@@QEAAAEAU123@PEBDW4FT_Encoding_@@@Z)
  16. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl boost::python::detail::tuple_base::tuple_base(struct boost::python::detail::tuple_base const &)" (__imp_??0tuple_base@detail@python@boost@@QEAA@AEBU0123@@Z) referenced in function "public: __cdecl boost::python::tuple::tuple(class boost::python::tuple const &)" (??0tuple@python@boost@@QEAA@AEBV012@@Z)
  17. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl boost::python::objects::class_base::~class_base(void)" (__imp_??1class_base@objects@python@boost@@QEAA@XZ) referenced in function "public: __cdecl boost::python::class_<class FontWrapper<class FTOutlineFont>,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified>::~class_<class FontWrapper<class FTOutlineFont>,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified>(void)" (??1?$class_@V?$FontWrapper@VFTOutlineFont@@@@Unot_specified@detail@python@boost@@U2345@U2345@@python@boost@@QEAA@XZ)
  18. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: static struct _object * __cdecl boost::python::objects::enum_base::to_python(struct _typeobject *,long)" (__imp_?to_python@enum_base@objects@python@boost@@KAPEAU_object@@PEAU_typeobject@@J@Z) referenced in function "private: static struct _object * __cdecl boost::python::enum_<enum FT_Encoding_>::to_python(void const *)" (?to_python@?$enum_@W4FT_Encoding_@@@python@boost@@CAPEAU_object@@PEBX@Z)
  19. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl boost::python::handle<struct _object>::~handle<struct _object>(void)" (__imp_??1?$handle@U_object@@@python@boost@@QEAA@XZ) referenced in function "public: __cdecl boost::python::converter::arg_to_python<float>::~arg_to_python<float>(void)" (??1?$arg_to_python@M@converter@python@boost@@QEAA@XZ)
  20. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void * __cdecl boost::python::converter::get_lvalue_from_python(struct _object *,struct boost::python::converter::registration const &)" (__imp_?get_lvalue_from_python@converter@python@boost@@YAPEAXPEAU_object@@AEBUregistration@123@@Z) referenced in function "private: static void * __cdecl boost::python::converter::shared_ptr_from_python<class FontWrapper<class FTOutlineFont> >::convertible(struct _object *)" (?convertible@?$shared_ptr_from_python@V?$FontWrapper@VFTOutlineFont@@@@@converter@python@boost@@CAPEAXPEAU_object@@@Z)
  21. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct _typeobject const * __cdecl boost::python::converter::registration::expected_from_python_type(void)const " (__imp_?expected_from_python_type@registration@converter@python@boost@@QEBAPEBU_typeobject@@XZ) referenced in function "public: static struct _typeobject const * __cdecl boost::python::converter::expected_from_python_type_direct<class FontWrapper<class FTOutlineFont> >::get_pytype(void)" (?get_pytype@?$expected_from_python_type_direct@V?$FontWrapper@VFTOutlineFont@@@@@converter@python@boost@@SAPEBU_typeobject@@XZ)
  22. ftgl.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __cdecl boost::python::objects::py_function_impl_base::max_arity(void)const " (?max_arity@py_function_impl_base@objects@python@boost@@UEBAIXZ)
  23. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __cdecl boost::python::objects::py_function_impl_base::~py_function_impl_base(void)" (__imp_??1py_function_impl_base@objects@python@boost@@UEAA@XZ) referenced in function "public: virtual __cdecl boost::python::objects::caller_py_function_impl<struct boost::python::detail::caller<bool (__cdecl FontWrapper<class FTOutlineFont>::*)(unsigned int),struct boost::python::default_call_policies,struct boost::mpl::vector3<bool,class FontWrapper<class FTOutlineFont> &,unsigned int> > >::~caller_py_function_impl<struct boost::python::detail::caller<bool (__cdecl FontWrapper<class FTOutlineFont>::*)(unsigned int),struct boost::python::default_call_policies,struct boost::mpl::vector3<bool,class FontWrapper<class FTOutlineFont> &,unsigned int> > >(void)" (??1?$caller_py_function_impl@U?$caller@P8?$FontWrapper@VFTOutlineFont@@@@EAA_NI@ZUdefault_call_policies@python@boost@@U?$vector3@_NAEAV?$FontWrapper@VFTOutlineFont@@@@I@mpl@4@@detail@python@boost@@@objects@python@boost@@UEAA@XZ)
  24. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) struct boost::python::converter::registration const * __cdecl boost::python::converter::registry::query(struct boost::python::type_info)" (__imp_?query@registry@converter@python@boost@@YAPEBUregistration@234@Utype_info@34@@Z) referenced in function "public: static struct _typeobject const * __cdecl boost::python::converter::expected_pytype_for_arg<void>::get_pytype(void)" (?get_pytype@?$expected_pytype_for_arg@X@converter@python@boost@@SAPEBU_typeobject@@XZ)
  25. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl boost::python::converter::shared_ptr_deleter::~shared_ptr_deleter(void)" (__imp_??1shared_ptr_deleter@converter@python@boost@@QEAA@XZ) referenced in function "public: __cdecl boost::detail::sp_counted_impl_pd<void *,struct boost::python::converter::shared_ptr_deleter>::sp_counted_impl_pd<void *,struct boost::python::converter::shared_ptr_deleter>(void *,struct boost::python::converter::shared_ptr_deleter)" (??0?$sp_counted_impl_pd@PEAXUshared_ptr_deleter@converter@python@boost@@@detail@boost@@QEAA@PEAXUshared_ptr_deleter@converter@python@2@@Z)
  26. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl boost::python::converter::shared_ptr_deleter::shared_ptr_deleter(struct boost::python::converter::shared_ptr_deleter const &)" (__imp_??0shared_ptr_deleter@converter@python@boost@@QEAA@AEBU0123@@Z) referenced in function "public: __cdecl boost::detail::sp_counted_impl_pd<void *,struct boost::python::converter::shared_ptr_deleter>::sp_counted_impl_pd<void *,struct boost::python::converter::shared_ptr_deleter>(void *,struct boost::python::converter::shared_ptr_deleter)" (??0?$sp_counted_impl_pd@PEAXUshared_ptr_deleter@converter@python@boost@@@detail@boost@@QEAA@PEAXUshared_ptr_deleter@converter@python@2@@Z)
  27. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __cdecl boost::python::converter::shared_ptr_deleter::operator()(void const *)" (__imp_??Rshared_ptr_deleter@converter@python@boost@@QEAAXPEBX@Z) referenced in function "public: virtual void __cdecl boost::detail::sp_counted_impl_pd<void *,struct boost::python::converter::shared_ptr_deleter>::dispose(void)" (?dispose@?$sp_counted_impl_pd@PEAXUshared_ptr_deleter@converter@python@boost@@@detail@boost@@UEAAXXZ)
  28. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct _typeobject * __cdecl boost::python::converter::registration::get_class_object(void)const " (__imp_?get_class_object@registration@converter@python@boost@@QEBAPEAU_typeobject@@XZ) referenced in function "public: static struct _typeobject * __cdecl boost::python::objects::make_instance<class FontWrapper<class FTOutlineFont>,struct boost::python::objects::value_holder<class FontWrapper<class FTOutlineFont> > >::get_class_object<class boost::reference_wrapper<class FontWrapper<class FTOutlineFont> const > const >(class boost::reference_wrapper<class FontWrapper<class FTOutlineFont> const > const &)" (??$get_class_object@$$CBV?$reference_wrapper@$$CBV?$FontWrapper@VFTOutlineFont@@@@@boost@@@?$make_instance@V?$FontWrapper@VFTOutlineFont@@@@U?$value_holder@V?$FontWrapper@VFTOutlineFont@@@@@objects@python@boost@@@objects@python@boost@@SAPEAU_typeobject@@AEBV?$reference_wrapper@$$CBV?$FontWrapper@VFTOutlineFont@@@@@3@@Z)
  29. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) struct boost::python::converter::registration const & __cdecl boost::python::converter::registry::lookup(struct boost::python::type_info)" (__imp_?lookup@registry@converter@python@boost@@YAAEBUregistration@234@Utype_info@34@@Z) referenced in function "struct boost::python::converter::registration const & __cdecl boost::python::converter::detail::registry_lookup2<class FontWrapper<class FTOutlineFont> >(class FontWrapper<class FTOutlineFont> & (__cdecl*)(void))" (??$registry_lookup2@V?$FontWrapper@VFTOutlineFont@@@@@detail@converter@python@boost@@YAAEBUregistration@123@P6AAEAV?$FontWrapper@VFTOutlineFont@@@@XZ@Z)
  30. ftgl.obj : error LNK2019: unresolved external symbol "void __cdecl boost::throw_exception(class std::exception const &)" (?throw_exception@boost@@YAXAEBVexception@std@@@Z) referenced in function "public: __cdecl boost::detail::shared_count::shared_count<void *,struct boost::python::converter::shared_ptr_deleter>(void *,struct boost::python::converter::shared_ptr_deleter)" (??$?0PEAXUshared_ptr_deleter@converter@python@boost@@@shared_count@detail@boost@@QEAA@PEAXUshared_ptr_deleter@converter@python@2@@Z)
  31. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl boost::python::instance_holder::instance_holder(void)" (__imp_??0instance_holder@python@boost@@QEAA@XZ) referenced in function "public: __cdecl boost::python::objects::value_holder<class FontWrapper<class FTOutlineFont> >::value_holder<class FontWrapper<class FTOutlineFont> ><char const *>(struct _object *,char const *)" (??$?0PEBD@?$value_holder@V?$FontWrapper@VFTOutlineFont@@@@@objects@python@boost@@QEAA@PEAU_object@@PEBD@Z)
  32. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __cdecl boost::python::instance_holder::~instance_holder(void)" (__imp_??1instance_holder@python@boost@@UEAA@XZ) referenced in function "public: virtual __cdecl boost::python::objects::value_holder<class FontWrapper<class FTOutlineFont> >::~value_holder<class FontWrapper<class FTOutlineFont> >(void)" (??1?$value_holder@V?$FontWrapper@VFTOutlineFont@@@@@objects@python@boost@@UEAA@XZ)
  33. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void * __cdecl boost::python::objects::find_static_type(void *,struct boost::python::type_info,struct boost::python::type_info)" (__imp_?find_static_type@objects@python@boost@@YAPEAXPEAXUtype_info@23@1@Z) referenced in function "private: virtual void * __cdecl boost::python::objects::value_holder<class FontWrapper<class FTOutlineFont> >::holds(struct boost::python::type_info,bool)" (?holds@?$value_holder@V?$FontWrapper@VFTOutlineFont@@@@@objects@python@boost@@EEAAPEAXUtype_info@34@_N@Z)
  34. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl boost::python::instance_holder::deallocate(struct _object *,void *)" (__imp_?deallocate@instance_holder@python@boost@@SAXPEAU_object@@PEAX@Z) referenced in function "int `public: static void __cdecl boost::python::objects::make_holder<1>::apply<struct boost::python::objects::value_holder<class FontWrapper<class FTOutlineFont> >,struct boost::mpl::vector1<char const *> >::execute(struct _object *,char const *)'::`1'::catch$0" (?catch$0@?0??execute@?$apply@U?$value_holder@V?$FontWrapper@VFTOutlineFont@@@@@objects@python@boost@@U?$vector1@PEBD@mpl@4@@?$make_holder@$00@objects@python@boost@@SAXPEAU_object@@PEBD@Z@4HA)
  35. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __cdecl boost::python::instance_holder::install(struct _object *)" (__imp_?install@instance_holder@python@boost@@QEAAXPEAU_object@@@Z) referenced in function "public: static void __cdecl boost::python::objects::make_holder<1>::apply<struct boost::python::objects::value_holder<class FontWrapper<class FTOutlineFont> >,struct boost::mpl::vector1<char const *> >::execute(struct _object *,char const *)" (?execute@?$apply@U?$value_holder@V?$FontWrapper@VFTOutlineFont@@@@@objects@python@boost@@U?$vector1@PEBD@mpl@4@@?$make_holder@$00@objects@python@boost@@SAXPEAU_object@@PEBD@Z)
  36. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void * __cdecl boost::python::instance_holder::allocate(struct _object *,unsigned __int64,unsigned __int64)" (__imp_?allocate@instance_holder@python@boost@@SAPEAXPEAU_object@@_K1@Z) referenced in function "public: static void __cdecl boost::python::objects::make_holder<1>::apply<struct boost::python::objects::value_holder<class FontWrapper<class FTOutlineFont> >,struct boost::mpl::vector1<char const *> >::execute(struct _object *,char const *)" (?execute@?$apply@U?$value_holder@V?$FontWrapper@VFTOutlineFont@@@@@objects@python@boost@@U?$vector1@PEBD@mpl@4@@?$make_holder@$00@objects@python@boost@@SAXPEAU_object@@PEBD@Z)
  37. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl boost::python::objects::add_to_namespace(class boost::python::api::object const &,char const *,class boost::python::api::object const &,char const *)" (__imp_?add_to_namespace@objects@python@boost@@YAXAEBVobject@api@23@PEBD01@Z) referenced in function "private: void __cdecl boost::python::api::object_operators<class boost::python::api::object>::visit<class boost::python::class_<class FontWrapper<class FTOutlineFont>,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified>,char const *>(class boost::python::class_<class FontWrapper<class FTOutlineFont>,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified> &,char const *,struct boost::python::detail::def_helper<char const *,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified> const &)const " (??$visit@V?$class_@V?$FontWrapper@VFTOutlineFont@@@@Unot_specified@detail@python@boost@@U2345@U2345@@python@boost@@PEBD@?$object_operators@Vobject@api@python@boost@@@api@python@boost@@AEBAXAEAV?$class_@V?$FontWrapper@VFTOutlineFont@@@@Unot_specified@detail@python@boost@@U2345@U2345@@23@PEBDAEBU?$def_helper@PEBDUnot_specified@detail@python@boost@@U1234@U1234@@detail@23@@Z)
  38. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl boost::python::objects::register_dynamic_id_aux(struct boost::python::type_info,struct std::pair<void *,struct boost::python::type_info> (__cdecl*)(void *))" (__imp_?register_dynamic_id_aux@objects@python@boost@@YAXUtype_info@23@P6A?AU?$pair@PEAXUtype_info@python@boost@@@std@@PEAX@Z@Z) referenced in function "void __cdecl boost::python::objects::register_dynamic_id<class FontWrapper<class FTOutlineFont> >(class FontWrapper<class FTOutlineFont> *)" (??$register_dynamic_id@V?$FontWrapper@VFTOutlineFont@@@@@objects@python@boost@@YAXPEAV?$FontWrapper@VFTOutlineFont@@@@@Z)
  39. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) struct boost::python::converter::rvalue_from_python_stage1_data __cdecl boost::python::converter::rvalue_from_python_stage1(struct _object *,struct boost::python::converter::registration const &)" (__imp_?rvalue_from_python_stage1@converter@python@boost@@YA?AUrvalue_from_python_stage1_data@123@PEAU_object@@AEBUregistration@123@@Z) referenced in function "public: __cdecl boost::python::converter::arg_rvalue_from_python<unsigned int>::arg_rvalue_from_python<unsigned int>(struct _object *)" (??0?$arg_rvalue_from_python@I@converter@python@boost@@QEAA@PEAU_object@@@Z)
  40. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class boost::python::api::object __cdecl boost::python::objects::function_object(struct boost::python::objects::py_function const &,struct std::pair<struct boost::python::detail::keyword const *,struct boost::python::detail::keyword const *> const &)" (__imp_?function_object@objects@python@boost@@YA?AVobject@api@23@AEBUpy_function@123@AEBU?$pair@PEBUkeyword@detail@python@boost@@PEBU1234@@std@@@Z) referenced in function "class boost::python::api::object __cdecl boost::python::detail::make_function_aux<bool (__cdecl FontWrapper<class FTOutlineFont>::*)(unsigned int),struct boost::python::default_call_policies,struct boost::mpl::vector3<bool,class FontWrapper<class FTOutlineFont> &,unsigned int>,struct boost::mpl::int_<0> >(bool (__cdecl FontWrapper<class FTOutlineFont>::*)(unsigned int),struct boost::python::default_call_policies const &,struct boost::mpl::vector3<bool,class FontWrapper<class FTOutlineFont> &,unsigned int> const &,struct std::pair<struct boost::python::detail::keyword const *,struct boost::python::detail::keyword const *> const &,struct boost::mpl::int_<0>)" (??$make_function_aux@P8?$FontWrapper@VFTOutlineFont@@@@EAA_NI@ZUdefault_call_policies@python@boost@@U?$vector3@_NAEAV?$FontWrapper@VFTOutlineFont@@@@I@mpl@4@U?$int_@$0A@@64@@detail@python@boost@@YA?AVobject@api@12@P8?$FontWrapper@VFTOutlineFont@@@@EAA_NI@ZAEBUdefault_call_policies@12@AEBU?$vector3@_NAEAV?$FontWrapper@VFTOutlineFont@@@@I@mpl@2@AEBU?$pair@PEBUkeyword@detail@python@boost@@PEBU1234@@std@@U?$int_@$0A@@82@@Z)
  41. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct _object * __cdecl boost::python::handle<struct _object>::get(void)const " (__imp_?get@?$handle@U_object@@@python@boost@@QEBAPEAU_object@@XZ) referenced in function "public: static struct _object * __cdecl boost::python::api::object_initializer_impl<0,0>::get<float>(float const &,struct boost::mpl::bool_<0>)" (??$get@M@?$object_initializer_impl@$0A@$0A@@api@python@boost@@SAPEAU_object@@AEBMU?$bool_@$0A@@mpl@3@@Z)
  42. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) class boost::python::api::object __cdecl boost::python::objects::function_object(struct boost::python::objects::py_function const &)" (__imp_?function_object@objects@python@boost@@YA?AVobject@api@23@AEBUpy_function@123@@Z) referenced in function "class boost::python::api::object __cdecl boost::python::detail::make_function_aux<float (__cdecl FontWrapper<class FTOutlineFont>::*)(void)const ,struct boost::python::default_call_policies,struct boost::mpl::vector2<float,class FontWrapper<class FTOutlineFont> &> >(float (__cdecl FontWrapper<class FTOutlineFont>::*)(void)const ,struct boost::python::default_call_policies const &,struct boost::mpl::vector2<float,class FontWrapper<class FTOutlineFont> &> const &)" (??$make_function_aux@P8?$FontWrapper@VFTOutlineFont@@@@EBAMXZUdefault_call_policies@python@boost@@U?$vector2@MAEAV?$FontWrapper@VFTOutlineFont@@@@@mpl@4@@detail@python@boost@@YA?AVobject@api@12@P8?$FontWrapper@VFTOutlineFont@@@@EBAMXZAEBUdefault_call_policies@12@AEBU?$vector2@MAEAV?$FontWrapper@VFTOutlineFont@@@@@mpl@2@@Z)
  43. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl boost::python::converter::shared_ptr_deleter::shared_ptr_deleter(class boost::python::handle<struct _object>)" (__imp_??0shared_ptr_deleter@converter@python@boost@@QEAA@V?$handle@U_object@@@23@@Z) referenced in function "private: static void __cdecl boost::python::converter::shared_ptr_from_python<class FontWrapper<class FTOutlineFont> >::construct(struct _object *,struct boost::python::converter::rvalue_from_python_stage1_data *)" (?construct@?$shared_ptr_from_python@V?$FontWrapper@VFTOutlineFont@@@@@converter@python@boost@@CAXPEAU_object@@PEAUrvalue_from_python_stage1_data@234@@Z)
  44. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: __cdecl boost::python::objects::enum_base::enum_base(char const *,struct _object * (__cdecl*)(void const *),void * (__cdecl*)(struct _object *),void (__cdecl*)(struct _object *,struct boost::python::converter::rvalue_from_python_stage1_data *),struct boost::python::type_info,char const *)" (__imp_??0enum_base@objects@python@boost@@IEAA@PEBDP6APEAU_object@@PEBX@ZP6APEAXPEAU4@@ZP6AX3PEAUrvalue_from_python_stage1_data@converter@23@@ZUtype_info@23@0@Z) referenced in function "public: __cdecl boost::python::enum_<enum FT_Encoding_>::enum_<enum FT_Encoding_>(char const *,char const *)" (??0?$enum_@W4FT_Encoding_@@@python@boost@@QEAA@PEBD0@Z)
  45. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl boost::python::converter::registry::insert(void * (__cdecl*)(struct _object *),void (__cdecl*)(struct _object *,struct boost::python::converter::rvalue_from_python_stage1_data *),struct boost::python::type_info,struct _typeobject const * (__cdecl*)(void))" (__imp_?insert@registry@converter@python@boost@@YAXP6APEAXPEAU_object@@@ZP6AX0PEAUrvalue_from_python_stage1_data@234@@ZUtype_info@34@P6APEBU_typeobject@@XZ@Z) referenced in function "public: __cdecl boost::python::converter::shared_ptr_from_python<class FontWrapper<class FTOutlineFont> >::shared_ptr_from_python<class FontWrapper<class FTOutlineFont> >(void)" (??0?$shared_ptr_from_python@V?$FontWrapper@VFTOutlineFont@@@@@converter@python@boost@@QEAA@XZ)
  46. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl boost::python::converter::registry::insert(struct _object * (__cdecl*)(void const *),struct boost::python::type_info,struct _typeobject const * (__cdecl*)(void))" (__imp_?insert@registry@converter@python@boost@@YAXP6APEAU_object@@PEBX@ZUtype_info@34@P6APEBU_typeobject@@XZ@Z) referenced in function "public: __cdecl boost::python::to_python_converter<class FontWrapper<class FTOutlineFont>,struct boost::python::objects::class_cref_wrapper<class FontWrapper<class FTOutlineFont>,struct boost::python::objects::make_instance<class FontWrapper<class FTOutlineFont>,struct boost::python::objects::value_holder<class FontWrapper<class FTOutlineFont> > > >,1>::to_python_converter<class FontWrapper<class FTOutlineFont>,struct boost::python::objects::class_cref_wrapper<class FontWrapper<class FTOutlineFont>,struct boost::python::objects::make_instance<class FontWrapper<class FTOutlineFont>,struct boost::python::objects::value_holder<class FontWrapper<class FTOutlineFont> > > >,1>(void)" (??0?$to_python_converter@V?$FontWrapper@VFTOutlineFont@@@@U?$class_cref_wrapper@V?$FontWrapper@VFTOutlineFont@@@@U?$make_instance@V?$FontWrapper@VFTOutlineFont@@@@U?$value_holder@V?$FontWrapper@VFTOutlineFont@@@@@objects@python@boost@@@objects@python@boost@@@objects@python@boost@@$00@python@boost@@QEAA@XZ)
  47. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: void __cdecl boost::python::objects::class_base::add_property(char const *,class boost::python::api::object const &,char const *)" (__imp_?add_property@class_base@objects@python@boost@@IEAAXPEBDAEBVobject@api@34@0@Z) referenced in function "public: class boost::python::class_<class FontWrapper<class FTOutlineFont>,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified> & __cdecl boost::python::class_<class FontWrapper<class FTOutlineFont>,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified>::add_property<float (__cdecl FontWrapper<class FTOutlineFont>::*)(void)const >(char const *,float (__cdecl FontWrapper<class FTOutlineFont>::*)(void)const ,char const *)" (??$add_property@P8?$FontWrapper@VFTOutlineFont@@@@EBAMXZ@?$class_@V?$FontWrapper@VFTOutlineFont@@@@Unot_specified@detail@python@boost@@U2345@U2345@@python@boost@@QEAAAEAV012@PEBDP8?$FontWrapper@VFTOutlineFont@@@@EBAMXZ0@Z)
  48. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl boost::python::objects::copy_class_object(struct boost::python::type_info const &,struct boost::python::type_info const &)" (__imp_?copy_class_object@objects@python@boost@@YAXAEBUtype_info@23@0@Z) referenced in function "private: static void __cdecl boost::python::objects::class_metadata<class FontWrapper<class FTOutlineFont>,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified>::maybe_register_class_to_python<class FontWrapper<class FTOutlineFont> >(class FontWrapper<class FTOutlineFont> *,struct boost::mpl::bool_<0>)" (??$maybe_register_class_to_python@V?$FontWrapper@VFTOutlineFont@@@@@?$class_metadata@V?$FontWrapper@VFTOutlineFont@@@@Unot_specified@detail@python@boost@@U2345@U2345@@objects@python@boost@@CAXPEAV?$FontWrapper@VFTOutlineFont@@@@U?$bool_@$0A@@mpl@3@@Z)
  49. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: void __cdecl boost::python::objects::class_base::set_instance_size(unsigned __int64)" (__imp_?set_instance_size@class_base@objects@python@boost@@IEAAX_K@Z) referenced in function "private: void __cdecl boost::python::class_<class FontWrapper<class FTOutlineFont>,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified>::initialize<struct boost::python::init_base<class boost::python::init<char const *,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_> > >(struct boost::python::init_base<class boost::python::init<char const *,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_> > const &)" (??$initialize@U?$init_base@V?$init@PEBDUvoid_@mpl@boost@@U123@U123@U123@U123@U123@U123@U123@U123@U123@U123@U123@U123@U123@@python@boost@@@python@boost@@@?$class_@V?$FontWrapper@VFTOutlineFont@@@@Unot_specified@detail@python@boost@@U2345@U2345@@python@boost@@AEAAXAEBU?$init_base@V?$init@PEBDUvoid_@mpl@boost@@U123@U123@U123@U123@U123@U123@U123@U123@U123@U123@U123@U123@U123@@python@boost@@@12@@Z)
  50. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl boost::python::objects::class_base::class_base(char const *,unsigned __int64,struct boost::python::type_info const * const,char const *)" (__imp_??0class_base@objects@python@boost@@QEAA@PEBD_KQEBUtype_info@23@0@Z) referenced in function "public: __cdecl boost::python::class_<class FontWrapper<class FTOutlineFont>,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified>::class_<class FontWrapper<class FTOutlineFont>,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified,struct boost::python::detail::not_specified><class boost::python::init<char const *,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_> >(char const *,struct boost::python::init_base<class boost::python::init<char const *,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_,struct boost::mpl::void_> > const &)" (??$?0V?$init@PEBDUvoid_@mpl@boost@@U123@U123@U123@U123@U123@U123@U123@U123@U123@U123@U123@U123@U123@@python@boost@@@?$class_@V?$FontWrapper@VFTOutlineFont@@@@Unot_specified@detail@python@boost@@U2345@U2345@@python@boost@@QEAA@PEBDAEBU?$init_base@V?$init@PEBDUvoid_@mpl@boost@@U123@U123@U123@U123@U123@U123@U123@U123@U123@U123@U123@U123@U123@@python@boost@@@12@@Z)
  51. ftgl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) struct _object * __cdecl boost::python::detail::init_module(char const *,void (__cdecl*)(void))" (__imp_?init_module@detail@python@boost@@YAPEAU_object@@PEBDP6AXXZ@Z) referenced in function initFTGL
  52. build\lib.win-amd64-2.7\FTGL.pyd : fatal error LNK1120: 41 unresolved externals
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement