Hi all,<br>  I am new to Boost.Python. Following the instruction in the help, I try to compile the quickstart example but there are lots of error<br><br>I am using MSVC++ 2010, python 3.1 and Boost.Python 1.46.1<br><br>As stated in the help, I first install the boost.build and set the user-config.jam so the path of my python are visible to the builder<br>
<br>using python : 3.1 : D:/Applications/Python : D:/Applications/Python/include : D:/Applications/Python/libs ;<br><br><br>Then, by running the command <br><br>bjam toolset=msvc --verbose-test test<br><br>Some issues are pop out<br>
<br><br>D:\Programs\BOOSTS\BoostPython\libs\python\example\MyProject\GetStatistics&gt;bjam<br>toolset=msvc --verbose-test test<br>...patience...<br>...patience...<br>...found 1572 targets...<br>...updating 21 targets...<br>
common.mkdir bin\test_ext.test<br>common.mkdir bin\test_ext.test\msvc-10.0<br>common.mkdir bin\test_ext.test\msvc-10.0\debug<br>common.mkdir bin\test_ext.test\msvc-10.0\debug\threading-multi<br>copy test_extending.py<br>Invalid Command<br>
<br>    copy /b  + this-file-does-not-exist-A698EE7806899E69 &quot;test_extending.py&quot; &quot;bi<br>n\test_ext.test\msvc-10.0\debug\threading-multi\test_extending.py&quot;<br><br>...failed copy test_extending.py bin\test_ext.test\msvc-10.0\debug\threading-mul<br>
ti\test_extending.py...<br>...removing test_extending.py<br><br><br>function.obj : error LNK2019: unresolved external symbol __imp__PyObject_SetAttr<br> referenced in function &quot;public: static void __cdecl boost::python::objects::fun<br>
ction::add_to_namespace(class boost::python::api::object const &amp;,char const *,cl<br>ass boost::python::api::object const &amp;,char const *)&quot; (?add_to_namespace@functio<br>n@objects@python@boost@@SAXABVobject@api@34@PBD01@Z)<br>
object_protocol.obj : error LNK2001: unresolved external symbol __imp__PyObject_<br>SetAttr<br>function.obj : error LNK2001: unresolved external symbol __imp__PyStaticMethod_T<br>ype<br>function.obj : error LNK2019: unresolved external symbol __imp__PyObject_GetItem<br>
 referenced in function &quot;public: static void __cdecl boost::python::objects::fun<br>ction::add_to_namespace(class boost::python::api::object const &amp;,char const *,cl<br>ass boost::python::api::object const &amp;,char const *)&quot; (?add_to_namespace@functio<br>
n@objects@python@boost@@SAXABVobject@api@34@PBD01@Z)<br>object_protocol.obj : error LNK2001: unresolved external symbol __imp__PyObject_<br>GetItem<br>function.obj : error LNK2019: unresolved external symbol __imp__PyMethod_New ref<br>
erenced in function _function_descr_get<br>function.obj : error LNK2019: unresolved external symbol __imp__PyUnicode_Intern<br>FromString referenced in function _function_get_name<br>function.obj : error LNK2001: unresolved external symbol __imp__PyCFunction_Type<br>
<br>life_support.obj : error LNK2019: unresolved external symbol __imp__PyWeakref_Ne<br>wRef referenced in function &quot;struct _object * __cdecl boost::python::objects::ma<br>ke_nurse_and_patient(struct _object *,struct _object *)&quot; (?make_nurse_and_patien<br>
t@objects@python@boost@@YAPAU_object@@PAU4@0@Z)<br>life_support.obj : error LNK2019: unresolved external symbol __imp___PyObject_Ne<br>w referenced in function &quot;struct _object * __cdecl boost::python::objects::make_<br>
nurse_and_patient(struct _object *,struct _object *)&quot; (?make_nurse_and_patient@o<br>bjects@python@boost@@YAPAU_object@@PAU4@0@Z)<br>errors.obj : error LNK2001: unresolved external symbol __imp__PyExc_ValueError<br>errors.obj : error LNK2001: unresolved external symbol __imp__PyExc_IndexError<br>
errors.obj : error LNK2001: unresolved external symbol __imp__PyExc_OverflowErro<br>r<br>errors.obj : error LNK2019: unresolved external symbol __imp__PyErr_NoMemory ref<br>erenced in function __catch$?handle_exception_impl@python@boost@@YA_NV?$function<br>
0@X@2@@Z$0<br>module.obj : error LNK2019: unresolved external symbol __imp__PyModule_Create2 r<br>eferenced in function &quot;struct _object * __cdecl boost::python::detail::init_modu<br>le(struct PyModuleDef &amp;,void (__cdecl*)(void))&quot; (?init_module@detail@python@boos<br>
t@@YAPAU_object@@AAUPyModuleDef@@P6AXXZ@Z)<br>builtin_converters.obj : error LNK2019: unresolved external symbol __imp___PyUni<br>code_AsString referenced in function &quot;void * __cdecl boost::python::converter::`<br>anonymous namespace&#39;::convert_to_cstring(struct _object *)&quot; (?convert_to_cstring<br>
@?A0x05677deb@converter@python@boost@@YAPAXPAU_object@@@Z)<br>builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyUnic<br>odeUCS2_FromEncodedObject referenced in function _encode_string_unaryfunc<br>
builtin_converters.obj : error LNK2001: unresolved external symbol __imp__PyBool<br>_Type<br>builtin_converters.obj : error LNK2001: unresolved external symbol __imp__PyFloa<br>t_Type<br>builtin_converters.obj : error LNK2001: unresolved external symbol __imp__PyComp<br>
lex_Type<br>builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyLong<br>_AsLongLong referenced in function &quot;public: static __int64 __cdecl boost::python<br>::converter::`anonymous namespace&#39;::long_long_rvalue_from_python::extract(struct<br>
 _object *)&quot; (?extract@long_long_rvalue_from_python@?A0x05677deb@converter@pytho<br>n@boost@@SA_JPAU_object@@@Z)<br>builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyLong<br>_AsUnsignedLongLong referenced in function &quot;public: static unsigned __int64 __cd<br>
ecl boost::python::converter::`anonymous namespace&#39;::unsigned_long_long_rvalue_f<br>rom_python::extract(struct _object *)&quot; (?extract@unsigned_long_long_rvalue_from_<br>python@?A0x05677deb@converter@python@boost@@SA_KPAU_object@@@Z)<br>
builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyComp<br>lex_RealAsDouble referenced in function &quot;public: static class std::complex&lt;doubl<br>e&gt; __cdecl boost::python::converter::`anonymous namespace&#39;::complex_rvalue_from_<br>
python::extract(struct _object *)&quot; (?extract@complex_rvalue_from_python@?A0x0567<br>7deb@converter@python@boost@@SA?AV?$complex@N@std@@PAU_object@@@Z)<br>builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyComp<br>
lex_ImagAsDouble referenced in function &quot;public: static class std::complex&lt;doubl<br>e&gt; __cdecl boost::python::converter::`anonymous namespace&#39;::complex_rvalue_from_<br>python::extract(struct _object *)&quot; (?extract@complex_rvalue_from_python@?A0x0567<br>
7deb@converter@python@boost@@SA?AV?$complex@N@std@@PAU_object@@@Z)<br>builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyUnic<br>odeUCS2_AsWideChar referenced in function &quot;public: static class std::basic_strin<br>
g&lt;wchar_t,struct std::char_traits&lt;wchar_t&gt;,class std::allocator&lt;wchar_t&gt; &gt; __cde<br>cl boost::python::converter::`anonymous namespace&#39;::wstring_rvalue_from_python::<br>extract(struct _object *)&quot; (?extract@wstring_rvalue_from_python@?A0x05677deb@con<br>
verter@python@boost@@SA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_<br>W@2@@std@@PAU_object@@@Z)<br>builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyByte<br>s_AsString referenced in function &quot;public: static class std::basic_string&lt;char,s<br>
truct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt; __cdecl boost::python:<br>:converter::`anonymous namespace&#39;::string_rvalue_from_python::extract(struct _ob<br>ject *)&quot; (?extract@string_rvalue_from_python@?A0x05677deb@converter@python@boost<br>
@@SA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAU_object@@<br>@Z)<br>builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyByte<br>s_Size referenced in function &quot;public: static class std::basic_string&lt;char,struc<br>
t std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt; __cdecl boost::python::con<br>verter::`anonymous namespace&#39;::string_rvalue_from_python::extract(struct _object<br> *)&quot; (?extract@string_rvalue_from_python@?A0x05677deb@converter@python@boost@@SA<br>
?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAU_object@@@Z)<br>builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyLong<br>_AsUnsignedLong referenced in function &quot;public: static unsigned char __cdecl boo<br>
st::python::converter::`anonymous namespace&#39;::unsigned_int_rvalue_from_python&lt;un<br>signed char&gt;::extract(struct _object *)&quot; (?extract@?$unsigned_int_rvalue_from_py<br>thon@E@?A0x05677deb@converter@python@boost@@SAEPAU_object@@@Z)<br>
builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyUnic<br>odeUCS2_AsUTF8String referenced in function &quot;void __cdecl boost::python::convert<br>er::`anonymous namespace&#39;::`dynamic initializer for &#39;py_unicode_as_string_unaryf<br>
unc&#39;&#39;(void)&quot; (??__Epy_unicode_as_string_unaryfunc@?A0x05677deb@converter@python@<br>boost@@YAXXZ)<br>iterator.obj : error LNK2001: unresolved external symbol __imp__PyExc_StopIterat<br>ion<br>stl_iterator.obj : error LNK2019: unresolved external symbol __imp__PyIter_Next<br>
referenced in function &quot;public: void __thiscall boost::python::objects::stl_inpu<br>t_iterator_impl::increment(void)&quot; (?increment@stl_input_iterator_impl@objects@py<br>thon@boost@@QAEXXZ)<br>object_protocol.obj : error LNK2019: unresolved external symbol __imp__PyObject_<br>
GetAttr referenced in function &quot;class boost::python::api::object __cdecl boost::<br>python::api::getattr(class boost::python::api::object const &amp;,class boost::pytho<br>n::api::object const &amp;)&quot; (?getattr@api@python@boost@@YA?AVobject@123@ABV4123@0@Z<br>
)<br>object_protocol.obj : error LNK2019: unresolved external symbol __imp__PyErr_Exc<br>eptionMatches referenced in function &quot;class boost::python::api::object __cdecl b<br>oost::python::api::getattr(class boost::python::api::object const &amp;,class boost:<br>
:python::api::object const &amp;,class boost::python::api::object const &amp;)&quot; (?getatt<br>r@api@python@boost@@YA?AVobject@123@ABV4123@00@Z)<br>object_protocol.obj : error LNK2019: unresolved external symbol __imp__PyObject_<br>
SetItem referenced in function &quot;void __cdecl boost::python::api::setitem(class b<br>oost::python::api::object const &amp;,class boost::python::api::object const &amp;,class<br> boost::python::api::object const &amp;)&quot; (?setitem@api@python@boost@@YAXABVobject@1<br>
23@00@Z)<br>object_protocol.obj : error LNK2019: unresolved external symbol __imp__PyObject_<br>DelItem referenced in function &quot;void __cdecl boost::python::api::delitem(class b<br>oost::python::api::object const &amp;,class boost::python::api::object const &amp;)&quot; (?d<br>
elitem@api@python@boost@@YAXABVobject@123@0@Z)<br>object_operators.obj : error LNK2019: unresolved external symbol __imp__PyObject<br>_RichCompare referenced in function &quot;class boost::python::api::object __cdecl bo<br>
ost::python::api::operator&gt;(class boost::python::api::object const &amp;,class boost<br>::python::api::object const &amp;)&quot; (??Oapi@python@boost@@YA?AVobject@012@ABV3012@0@<br>Z)<br>object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>
_Add referenced in function &quot;class boost::python::api::object __cdecl boost::pyt<br>hon::api::operator+(class boost::python::api::object const &amp;,class boost::python<br>::api::object const &amp;)&quot; (??Hapi@python@boost@@YA?AVobject@012@ABV3012@0@Z)<br>
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>_Subtract referenced in function &quot;class boost::python::api::object __cdecl boost<br>::python::api::operator-(class boost::python::api::object const &amp;,class boost::p<br>
ython::api::object const &amp;)&quot; (??Gapi@python@boost@@YA?AVobject@012@ABV3012@0@Z)<br>object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>_Multiply referenced in function &quot;class boost::python::api::object __cdecl boost<br>
::python::api::operator*(class boost::python::api::object const &amp;,class boost::p<br>ython::api::object const &amp;)&quot; (??Dapi@python@boost@@YA?AVobject@012@ABV3012@0@Z)<br>object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>
_FloorDivide referenced in function &quot;class boost::python::api::object __cdecl bo<br>ost::python::api::operator/(class boost::python::api::object const &amp;,class boost<br>::python::api::object const &amp;)&quot; (??Kapi@python@boost@@YA?AVobject@012@ABV3012@0@<br>
Z)<br>object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>_Remainder referenced in function &quot;class boost::python::api::object __cdecl boos<br>t::python::api::operator%(class boost::python::api::object const &amp;,class boost::<br>
python::api::object const &amp;)&quot; (??Lapi@python@boost@@YA?AVobject@012@ABV3012@0@Z)<br><br>object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>_Lshift referenced in function &quot;class boost::python::api::object __cdecl boost::<br>
python::api::operator&lt;&lt;(class boost::python::api::object const &amp;,class boost::py<br>thon::api::object const &amp;)&quot; (??6api@python@boost@@YA?AVobject@012@ABV3012@0@Z)<br>object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>
_Rshift referenced in function &quot;class boost::python::api::object __cdecl boost::<br>python::api::operator&gt;&gt;(class boost::python::api::object const &amp;,class boost::py<br>thon::api::object const &amp;)&quot; (??5api@python@boost@@YA?AVobject@012@ABV3012@0@Z)<br>
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>_And referenced in function &quot;class boost::python::api::object __cdecl boost::pyt<br>hon::api::operator&amp;(class boost::python::api::object const &amp;,class boost::python<br>
::api::object const &amp;)&quot; (??Iapi@python@boost@@YA?AVobject@012@ABV3012@0@Z)<br>object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>_Xor referenced in function &quot;class boost::python::api::object __cdecl boost::pyt<br>
hon::api::operator^(class boost::python::api::object const &amp;,class boost::python<br>::api::object const &amp;)&quot; (??Tapi@python@boost@@YA?AVobject@012@ABV3012@0@Z)<br>object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>
_Or referenced in function &quot;class boost::python::api::object __cdecl boost::pyth<br>on::api::operator|(class boost::python::api::object const &amp;,class boost::python:<br>:api::object const &amp;)&quot; (??Uapi@python@boost@@YA?AVobject@012@ABV3012@0@Z)<br>
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>_InPlaceAdd referenced in function &quot;class boost::python::api::object &amp; __cdecl b<br>oost::python::api::operator+=(class boost::python::api::object &amp;,class boost::py<br>
thon::api::object const &amp;)&quot; (??Yapi@python@boost@@YAAAVobject@012@AAV3012@ABV301<br>2@@Z)<br>object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>_InPlaceSubtract referenced in function &quot;class boost::python::api::object &amp; __cd<br>
ecl boost::python::api::operator-=(class boost::python::api::object &amp;,class boos<br>t::python::api::object const &amp;)&quot; (??Zapi@python@boost@@YAAAVobject@012@AAV3012@A<br>BV3012@@Z)<br>object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>
_InPlaceMultiply referenced in function &quot;class boost::python::api::object &amp; __cd<br>ecl boost::python::api::operator*=(class boost::python::api::object &amp;,class boos<br>t::python::api::object const &amp;)&quot; (??Xapi@python@boost@@YAAAVobject@012@AAV3012@A<br>
BV3012@@Z)<br>object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>_InPlaceFloorDivide referenced in function &quot;class boost::python::api::object &amp; _<br>_cdecl boost::python::api::operator/=(class boost::python::api::object &amp;,class b<br>
oost::python::api::object const &amp;)&quot; (??_0api@python@boost@@YAAAVobject@012@AAV30<br>12@ABV3012@@Z)<br>object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>_InPlaceRemainder referenced in function &quot;class boost::python::api::object &amp; __c<br>
decl boost::python::api::operator%=(class boost::python::api::object &amp;,class boo<br>st::python::api::object const &amp;)&quot; (??_1api@python@boost@@YAAAVobject@012@AAV3012<br>@ABV3012@@Z)<br>object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>
_InPlaceLshift referenced in function &quot;class boost::python::api::object &amp; __cdec<br>l boost::python::api::operator&lt;&lt;=(class boost::python::api::object &amp;,class boost<br>::python::api::object const &amp;)&quot; (??_3api@python@boost@@YAAAVobject@012@AAV3012@A<br>
BV3012@@Z)<br>object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>_InPlaceRshift referenced in function &quot;class boost::python::api::object &amp; __cdec<br>l boost::python::api::operator&gt;&gt;=(class boost::python::api::object &amp;,class boost<br>
::python::api::object const &amp;)&quot; (??_2api@python@boost@@YAAAVobject@012@AAV3012@A<br>BV3012@@Z)<br>object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>_InPlaceAnd referenced in function &quot;class boost::python::api::object &amp; __cdecl b<br>
oost::python::api::operator&amp;=(class boost::python::api::object &amp;,class boost::py<br>thon::api::object const &amp;)&quot; (??_4api@python@boost@@YAAAVobject@012@AAV3012@ABV30<br>12@@Z)<br>object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>
_InPlaceXor referenced in function &quot;class boost::python::api::object &amp; __cdecl b<br>oost::python::api::operator^=(class boost::python::api::object &amp;,class boost::py<br>thon::api::object const &amp;)&quot; (??_6api@python@boost@@YAAAVobject@012@AAV3012@ABV30<br>
12@@Z)<br>object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber<br>_InPlaceOr referenced in function &quot;class boost::python::api::object &amp; __cdecl bo<br>ost::python::api::operator|=(class boost::python::api::object &amp;,class boost::pyt<br>
hon::api::object const &amp;)&quot; (??_5api@python@boost@@YAAAVobject@012@AAV3012@ABV301<br>2@@Z)<br>wrapper.obj : error LNK2019: unresolved external symbol __imp__PyDict_GetItemStr<br>ing referenced in function &quot;protected: class boost::python::override __thiscall<br>
boost::python::detail::wrapper_base::get_override(char const *,struct _typeobjec<br>t *)const &quot; (?get_override@wrapper_base@detail@python@boost@@IBE?AVoverride@34@P<br>BDPAU_typeobject@@@Z)<br>wrapper.obj : error LNK2001: unresolved external symbol __imp__PyMethod_Type<br>
import.obj : error LNK2019: unresolved external symbol __imp__PyImport_ImportMod<br>ule referenced in function &quot;class boost::python::api::object __cdecl boost::pyth<br>on::import(class boost::python::str)&quot; (?import@python@boost@@YA?AVobject@api@12@<br>
Vstr@12@@Z)<br>exec.obj : error LNK2019: unresolved external symbol __imp__PyRun_StringFlags re<br>ferenced in function &quot;class boost::python::api::object __cdecl boost::python::ev<br>al(class boost::python::str,class boost::python::api::object,class boost::python<br>
::api::object)&quot; (?eval@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@1@Z)<br>exec.obj : error LNK2019: unresolved external symbol __imp__PyEval_GetGlobals re<br>ferenced in function &quot;class boost::python::api::object __cdecl boost::python::ev<br>
al(class boost::python::str,class boost::python::api::object,class boost::python<br>::api::object)&quot; (?eval@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@1@Z)<br>exec.obj : error LNK2019: unresolved external symbol __imp__PyRun_FileExFlags re<br>
ferenced in function &quot;class boost::python::api::object __cdecl boost::python::ex<br>ec_file(class boost::python::str,class boost::python::api::object,class boost::p<br>ython::api::object)&quot; (?exec_file@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@<br>
1@Z)<br>D:\Programs\BOOSTS\BoostPython\bin.v2\libs\python\build\msvc-10.0\debug\threadin<br>g-multi\boost_python-vc100-mt-gd-1_46_1.dll : fatal error LNK1120: 130 unresolve<br>d externals<br><br>        call &quot;d:\Applications\MSVC\VC\vcvarsall.bat&quot; x86 &gt;nul<br>
link /NOLOGO /INCREMENTAL:NO /DLL /DEBUG /MACHINE:X86 /subsystem:console /out:&quot;D<br>:\Programs\BOOSTS\BoostPython\bin.v2\libs\python\build\msvc-10.0\debug\threading<br>-multi\boost_python-vc100-mt-gd-1_46_1.dll&quot; /IMPLIB:&quot;D:\Programs\BOOSTS\BoostPyt<br>
hon\bin.v2\libs\python\build\msvc-10.0\debug\threading-multi\boost_python-vc100-<br>mt-gd-1_46_1.lib&quot; /LIBPATH:&quot;D:\Applications\Python\libs&quot;   @&quot;D:\Programs\BOOSTS\<br>BoostPython\bin.v2\libs\python\build\msvc-10.0\debug\threading-multi\boost_pytho<br>
n-vc100-mt-gd-1_46_1.dll.rsp&quot;<br>        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%<br><br>...failed msvc.link.dll D:\Programs\BOOSTS\BoostPython\bin.v2\libs\python\build\<br>msvc-10.0\debug\threading-multi\boost_python-vc100-mt-gd-1_46_1.dll D:\Programs\<br>
BOOSTS\BoostPython\bin.v2\libs\python\build\msvc-10.0\debug\threading-multi\boos<br>t_python-vc100-mt-gd-1_46_1.lib D:\Programs\BOOSTS\BoostPython\bin.v2\libs\pytho<br>n\build\msvc-10.0\debug\threading-multi\boost_python-vc100-mt-gd-1_46_1.pdb...<br>
...removing D:\Programs\BOOSTS\BoostPython\bin.v2\libs\python\build\msvc-10.0\de<br>bug\threading-multi\boost_python-vc100-mt-gd-1_46_1.lib<br>...removing D:\Programs\BOOSTS\BoostPython\bin.v2\libs\python\build\msvc-10.0\de<br>
bug\threading-multi\boost_python-vc100-mt-gd-1_46_1.pdb<br>...skipped &lt;pbin\msvc-10.0\debug\threading-multi&gt;extending.pyd for lack of &lt;pD:\<br>Programs\BOOSTS\BoostPython\bin.v2\libs\python\build\msvc-10.0\debug\threading-m<br>
ulti&gt;boost_python-vc100-mt-gd-1_46_1.lib...<br>...skipped &lt;pbin\msvc-10.0\debug\threading-multi&gt;extending.lib for lack of &lt;pD:\<br>Programs\BOOSTS\BoostPython\bin.v2\libs\python\build\msvc-10.0\debug\threading-m<br>
ulti&gt;boost_python-vc100-mt-gd-1_46_1.lib...<br>...skipped &lt;pbin\msvc-10.0\debug\threading-multi&gt;extending.pdb for lack of &lt;pD:\<br>Programs\BOOSTS\BoostPython\bin.v2\libs\python\build\msvc-10.0\debug\threading-m<br>
ulti&gt;boost_python-vc100-mt-gd-1_46_1.lib...<br>...skipped &lt;pbin\test_ext.test\msvc-10.0\debug\threading-multi&gt;test_ext for lack<br> of &lt;pbin\test_ext.test\msvc-10.0\debug\threading-multi&gt;test_extending.py...<br>
common.mkdir bin\test_embed.test<br>common.mkdir bin\test_embed.test\msvc-10.0<br>common.mkdir bin\test_embed.test\msvc-10.0\debug<br>common.mkdir bin\test_embed.test\msvc-10.0\debug\threading-multi<br>...skipped &lt;pbin\test_embed.test\msvc-10.0\debug\threading-multi&gt;test_embed.exe<br>
for lack of &lt;pD:\Programs\BOOSTS\BoostPython\bin.v2\libs\python\build\msvc-10.0\<br>debug\threading-multi&gt;boost_python-vc100-mt-gd-1_46_1.lib...<br>...skipped &lt;pbin\test_embed.test\msvc-10.0\debug\threading-multi&gt;test_embed.pdb<br>
for lack of &lt;pD:\Programs\BOOSTS\BoostPython\bin.v2\libs\python\build\msvc-10.0\<br>debug\threading-multi&gt;boost_python-vc100-mt-gd-1_46_1.lib...<br>...skipped &lt;pbin\test_embed.test\msvc-10.0\debug\threading-multi&gt;test_embed.run<br>
for lack of &lt;pbin\test_embed.test\msvc-10.0\debug\threading-multi&gt;test_embed.exe<br>...<br>...failed updating 4 targets...<br>...skipped 9 targets...<br>...updated 8 targets...<br><br><br><br><br><br>