Bonjour,

Je rencontre des difficultées lors de l'installation de Boost.Python.

Je suis le tutorial suivant : http://www.boost.org/doc/libs/1_48_0...tml/index.html

Arrivé au building de Hello world, je rencontre des erreurs.

Donc voici tout ce que j'ai fais :

1) Téléchargement de boost ici

2) Dezip dans C:\boost_1_48_0

3) Ensuite, via l'invite de commande windows, à coups de cd, je me retrouve dans le dossier c:\boost_1_48_0\boost_1_48_0

4) Je tape successivement les commandes boostrap et .\b2 toolset=gcc stage
Tout s'installe sans erreur

5) Je copie le fichier bjam.exe qui se trouve à la racine de boost dans C:\Windows\System32

6) Dans le dossier spécifié avec la commande ECHO %HOMEDRIVE%%HOMEPATH%, je créer le fichier user-config.jam

7) Dans ce fichier, j'insère :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
#**MSVC*configuration
using msvc : 8.0 ;
 
#**Python*configuration
using python : 2.7 : C:/Python27 ;
J'ai aussi éssayé avec msvc 9.0

8) Retour dans l'invite de commande, je vais dans le dossier c:\boost_1_48_0\boost_1_48_0\libs\python\example\tutorial

9) Je tape bjam -a, voici ce que me sors la console :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
function.obj : error LNK2019: unresolved external symbol __imp__PyObject_GetItem
 referenced in function "public: static void __cdecl boost::python::objects::fun
ction::add_to_namespace(class boost::python::api::object const &,char const *,cl
ass boost::python::api::object const &,char const *)" (?add_to_namespace@functio
n@objects@python@boost@@SAXABVobject@api@34@PBD01@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 ref
erenced in function _function_descr_get
function.obj : error LNK2019: unresolved external symbol __imp__PyString_InternF
romString 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_Ne
wRef referenced in function "struct _object * __cdecl boost::python::objects::ma
ke_nurse_and_patient(struct _object *,struct _object *)" (?make_nurse_and_patien
t@objects@python@boost@@YAPAU_object@@PAU4@0@Z)
life_support.obj : error LNK2019: unresolved external symbol __imp___PyObject_Ne
w referenced in function "struct _object * __cdecl boost::python::objects::make_
nurse_and_patient(struct _object *,struct _object *)" (?make_nurse_and_patient@o
bjects@python@boost@@YAPAU_object@@PAU4@0@Z)
errors.obj : error LNK2001: unresolved external symbol __imp__PyExc_ValueError
errors.obj : error LNK2001: unresolved external symbol __imp__PyExc_IndexError
errors.obj : error LNK2001: unresolved external symbol __imp__PyExc_OverflowErro
r
builtin_converters.obj : error LNK2001: unresolved external symbol __imp__PyExc_
OverflowError
errors.obj : error LNK2019: unresolved external symbol __imp__PyErr_NoMemory ref
erenced in function __catch$?handle_exception_impl@python@boost@@YA_NV?$function
0@X@2@@Z$0
module.obj : error LNK2019: unresolved external symbol __imp__Py_InitModule4 ref
erenced in function "struct _object * __cdecl boost::python::detail::init_module
(char const *,void (__cdecl*)(void))" (?init_module@detail@python@boost@@YAPAU_o
bject@@PBDP6AXXZ@Z)
builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyUnic
odeUCS2_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__PyFloa
t_Type
builtin_converters.obj : error LNK2001: unresolved external symbol __imp__PyComp
lex_Type
builtin_converters.obj : error LNK2001: unresolved external symbol __imp__PyUnic
ode_Type
builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyLong
_AsLongLong referenced in function "public: static __int64 __cdecl boost::python
::converter::`anonymous namespace'::long_long_rvalue_from_python::extract(struct
 _object *)" (?extract@long_long_rvalue_from_python@?A0x9c9898f1@converter@pytho
n@boost@@SA_JPAU_object@@@Z)
builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyLong
_AsUnsignedLongLong referenced in function "public: static unsigned __int64 __cd
ecl boost::python::converter::`anonymous namespace'::unsigned_long_long_rvalue_f
rom_python::extract(struct _object *)" (?extract@unsigned_long_long_rvalue_from_
python@?A0x9c9898f1@converter@python@boost@@SA_KPAU_object@@@Z)
builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyComp
lex_RealAsDouble referenced in function "public: static class std::complex<doubl
e> __cdecl boost::python::converter::`anonymous namespace'::complex_rvalue_from_
python::extract(struct _object *)" (?extract@complex_rvalue_from_python@?A0x9c98
98f1@converter@python@boost@@SA?AV?$complex@N@std@@PAU_object@@@Z)
builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyComp
lex_ImagAsDouble referenced in function "public: static class std::complex<doubl
e> __cdecl boost::python::converter::`anonymous namespace'::complex_rvalue_from_
python::extract(struct _object *)" (?extract@complex_rvalue_from_python@?A0x9c98
98f1@converter@python@boost@@SA?AV?$complex@N@std@@PAU_object@@@Z)
builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyUnic
odeUCS2_AsWideChar referenced in function "public: static class std::basic_strin
g<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cde
cl boost::python::converter::`anonymous namespace'::wstring_rvalue_from_python::
extract(struct _object *)" (?extract@wstring_rvalue_from_python@?A0x9c9898f1@con
verter@python@boost@@SA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_
W@2@@std@@PAU_object@@@Z)
builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyStri
ng_Size referenced in function "public: static class std::basic_string<char,stru
ct std::char_traits<char>,class std::allocator<char> > __cdecl boost::python::co
nverter::`anonymous namespace'::string_rvalue_from_python::extract(struct _objec
t *)" (?extract@string_rvalue_from_python@?A0x9c9898f1@converter@python@boost@@S
A?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAU_object@@@Z)
 
builtin_converters.obj : error LNK2019: unresolved external symbol __imp__PyLong
_AsUnsignedLong referenced in function "public: static unsigned char __cdecl boo
st::python::converter::`anonymous namespace'::unsigned_int_rvalue_from_python<un
signed char>::extract(struct _object *)" (?extract@?$unsigned_int_rvalue_from_py
thon@E@?A0x9c9898f1@converter@python@boost@@SAEPAU_object@@@Z)
iterator.obj : error LNK2001: unresolved external symbol __imp__PyExc_StopIterat
ion
stl_iterator.obj : error LNK2019: unresolved external symbol __imp__PyIter_Next
referenced in function "public: void __thiscall boost::python::objects::stl_inpu
t_iterator_impl::increment(void)" (?increment@stl_input_iterator_impl@objects@py
thon@boost@@QAEXXZ)
object_protocol.obj : error LNK2019: unresolved external symbol __imp__PyObject_
GetAttr referenced in function "class boost::python::api::object __cdecl boost::
python::api::getattr(class boost::python::api::object const &,class boost::pytho
n::api::object const &)" (?getattr@api@python@boost@@YA?AVobject@123@ABV4123@0@Z
)
object_protocol.obj : error LNK2019: unresolved external symbol __imp__PyErr_Exc
eptionMatches referenced in function "class boost::python::api::object __cdecl b
oost::python::api::getattr(class boost::python::api::object const &,class boost:
:python::api::object const &,class boost::python::api::object const &)" (?getatt
r@api@python@boost@@YA?AVobject@123@ABV4123@00@Z)
object_protocol.obj : error LNK2019: unresolved external symbol __imp__PyObject_
SetItem referenced in function "void __cdecl boost::python::api::setitem(class b
oost::python::api::object const &,class boost::python::api::object const &,class
 boost::python::api::object const &)" (?setitem@api@python@boost@@YAXABVobject@1
23@00@Z)
object_protocol.obj : error LNK2019: unresolved external symbol __imp__PyObject_
DelItem referenced in function "void __cdecl boost::python::api::delitem(class b
oost::python::api::object const &,class boost::python::api::object const &)" (?d
elitem@api@python@boost@@YAXABVobject@123@0@Z)
object_protocol.obj : error LNK2019: unresolved external symbol __imp__PySequenc
e_GetSlice referenced in function "struct _object * __cdecl boost::python::api::
`anonymous namespace'::apply_slice(struct _object *,struct _object *,struct _obj
ect *)" (?apply_slice@?A0x20caff35@api@python@boost@@YAPAU_object@@PAU5@00@Z)
object_protocol.obj : error LNK2019: unresolved external symbol __imp___PyEval_S
liceIndex referenced in function "struct _object * __cdecl boost::python::api::`
anonymous namespace'::apply_slice(struct _object *,struct _object *,struct _obje
ct *)" (?apply_slice@?A0x20caff35@api@python@boost@@YAPAU_object@@PAU5@00@Z)
object_protocol.obj : error LNK2019: unresolved external symbol __imp__PySequenc
e_SetSlice referenced in function "int __cdecl boost::python::api::`anonymous na
mespace'::assign_slice(struct _object *,struct _object *,struct _object *,struct
 _object *)" (?assign_slice@?A0x20caff35@api@python@boost@@YAHPAU_object@@000@Z)
 
object_protocol.obj : error LNK2019: unresolved external symbol __imp__PySequenc
e_DelSlice referenced in function "int __cdecl boost::python::api::`anonymous na
mespace'::assign_slice(struct _object *,struct _object *,struct _object *,struct
 _object *)" (?assign_slice@?A0x20caff35@api@python@boost@@YAHPAU_object@@000@Z)
 
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyObject
_RichCompare referenced in function "class boost::python::api::object __cdecl bo
ost::python::api::operator>(class boost::python::api::object const &,class boost
::python::api::object const &)" (??Oapi@python@boost@@YA?AVobject@012@ABV3012@0@
Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber
_Add referenced in function "class boost::python::api::object __cdecl boost::pyt
hon::api::operator+(class boost::python::api::object const &,class boost::python
::api::object const &)" (??Hapi@python@boost@@YA?AVobject@012@ABV3012@0@Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber
_Subtract referenced in function "class boost::python::api::object __cdecl boost
::python::api::operator-(class boost::python::api::object const &,class boost::p
ython::api::object const &)" (??Gapi@python@boost@@YA?AVobject@012@ABV3012@0@Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber
_Multiply referenced in function "class boost::python::api::object __cdecl boost
::python::api::operator*(class boost::python::api::object const &,class boost::p
ython::api::object const &)" (??Dapi@python@boost@@YA?AVobject@012@ABV3012@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::pyt
hon::api::object const &)" (??Kapi@python@boost@@YA?AVobject@012@ABV3012@0@Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber
_Remainder referenced in function "class boost::python::api::object __cdecl boos
t::python::api::operator%(class boost::python::api::object const &,class boost::
python::api::object const &)" (??Lapi@python@boost@@YA?AVobject@012@ABV3012@0@Z)
 
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber
_Lshift referenced in function "class boost::python::api::object __cdecl boost::
python::api::operator<<(class boost::python::api::object const &,class boost::py
thon::api::object const &)" (??6api@python@boost@@YA?AVobject@012@ABV3012@0@Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber
_Rshift referenced in function "class boost::python::api::object __cdecl boost::
python::api::operator>>(class boost::python::api::object const &,class boost::py
thon::api::object const &)" (??5api@python@boost@@YA?AVobject@012@ABV3012@0@Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber
_And referenced in function "class boost::python::api::object __cdecl boost::pyt
hon::api::operator&(class boost::python::api::object const &,class boost::python
::api::object const &)" (??Iapi@python@boost@@YA?AVobject@012@ABV3012@0@Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber
_Xor referenced in function "class boost::python::api::object __cdecl boost::pyt
hon::api::operator^(class boost::python::api::object const &,class boost::python
::api::object const &)" (??Tapi@python@boost@@YA?AVobject@012@ABV3012@0@Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber
_Or referenced in function "class boost::python::api::object __cdecl boost::pyth
on::api::operator|(class boost::python::api::object const &,class boost::python:
:api::object const &)" (??Uapi@python@boost@@YA?AVobject@012@ABV3012@0@Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber
_InPlaceAdd referenced in function "class boost::python::api::object & __cdecl b
oost::python::api::operator+=(class boost::python::api::object &,class boost::py
thon::api::object const &)" (??Yapi@python@boost@@YAAAVobject@012@AAV3012@ABV301
2@@Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber
_InPlaceSubtract referenced in function "class boost::python::api::object & __cd
ecl boost::python::api::operator-=(class boost::python::api::object &,class boos
t::python::api::object const &)" (??Zapi@python@boost@@YAAAVobject@012@AAV3012@A
BV3012@@Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber
_InPlaceMultiply referenced in function "class boost::python::api::object & __cd
ecl boost::python::api::operator*=(class boost::python::api::object &,class boos
t::python::api::object const &)" (??Xapi@python@boost@@YAAAVobject@012@AAV3012@A
BV3012@@Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber
_InPlaceDivide referenced in function "class boost::python::api::object & __cdec
l boost::python::api::operator/=(class boost::python::api::object &,class boost:
:python::api::object const &)" (??_0api@python@boost@@YAAAVobject@012@AAV3012@AB
V3012@@Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber
_InPlaceRemainder referenced in function "class boost::python::api::object & __c
decl boost::python::api::operator%=(class boost::python::api::object &,class boo
st::python::api::object const &)" (??_1api@python@boost@@YAAAVobject@012@AAV3012
@ABV3012@@Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber
_InPlaceLshift referenced in function "class boost::python::api::object & __cdec
l boost::python::api::operator<<=(class boost::python::api::object &,class boost
::python::api::object const &)" (??_3api@python@boost@@YAAAVobject@012@AAV3012@A
BV3012@@Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber
_InPlaceRshift referenced in function "class boost::python::api::object & __cdec
l boost::python::api::operator>>=(class boost::python::api::object &,class boost
::python::api::object const &)" (??_2api@python@boost@@YAAAVobject@012@AAV3012@A
BV3012@@Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber
_InPlaceAnd referenced in function "class boost::python::api::object & __cdecl b
oost::python::api::operator&=(class boost::python::api::object &,class boost::py
thon::api::object const &)" (??_4api@python@boost@@YAAAVobject@012@AAV3012@ABV30
12@@Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber
_InPlaceXor referenced in function "class boost::python::api::object & __cdecl b
oost::python::api::operator^=(class boost::python::api::object &,class boost::py
thon::api::object const &)" (??_6api@python@boost@@YAAAVobject@012@AAV3012@ABV30
12@@Z)
object_operators.obj : error LNK2019: unresolved external symbol __imp__PyNumber
_InPlaceOr referenced in function "class boost::python::api::object & __cdecl bo
ost::python::api::operator|=(class boost::python::api::object &,class boost::pyt
hon::api::object const &)" (??_5api@python@boost@@YAAAVobject@012@AAV3012@ABV301
2@@Z)
wrapper.obj : error LNK2019: unresolved external symbol __imp__PyDict_GetItemStr
ing referenced in function "protected: class boost::python::override __thiscall
boost::python::detail::wrapper_base::get_override(char const *,struct _typeobjec
t *)const " (?get_override@wrapper_base@detail@python@boost@@IBE?AVoverride@34@P
BDPAU_typeobject@@@Z)
wrapper.obj : error LNK2001: unresolved external symbol __imp__PyMethod_Type
import.obj : error LNK2019: unresolved external symbol __imp__PyImport_ImportMod
ule referenced in function "class boost::python::api::object __cdecl boost::pyth
on::import(class boost::python::str)" (?import@python@boost@@YA?AVobject@api@12@
Vstr@12@@Z)
exec.obj : error LNK2019: unresolved external symbol __imp__PyRun_StringFlags re
ferenced in function "class boost::python::api::object __cdecl boost::python::ev
al(class boost::python::str,class boost::python::api::object,class boost::python
::api::object)" (?eval@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@1@Z)
exec.obj : error LNK2019: unresolved external symbol __imp__PyEval_GetGlobals re
ferenced in function "class boost::python::api::object __cdecl boost::python::ev
al(class boost::python::str,class boost::python::api::object,class boost::python
::api::object)" (?eval@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@1@Z)
exec.obj : error LNK2019: unresolved external symbol __imp__PyRun_FileExFlags re
ferenced in function "class boost::python::api::object __cdecl boost::python::ex
ec_file(class boost::python::str,class boost::python::api::object,class boost::p
ython::api::object)" (?exec_file@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@
1@Z)
exec.obj : error LNK2019: unresolved external symbol __imp__PyFile_AsFile refere
nced in function "class boost::python::api::object __cdecl boost::python::exec_f
ile(class boost::python::str,class boost::python::api::object,class boost::pytho
n::api::object)" (?exec_file@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@1@Z)
 
exec.obj : error LNK2019: unresolved external symbol __imp__PyFile_FromString re
ferenced in function "class boost::python::api::object __cdecl boost::python::ex
ec_file(class boost::python::str,class boost::python::api::object,class boost::p
ython::api::object)" (?exec_file@python@boost@@YA?AVobject@api@12@Vstr@12@V3412@
1@Z)
..\..\..\..\bin.v2\libs\python\build\msvc-9.0\debug\threading-multi\boost_python
-vc90-mt-gd-1_48.dll : fatal error LNK1120: 135 unresolved externals
 
        call "c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.ba
t" x86 >nul
link /NOLOGO /INCREMENTAL:NO /DLL /DEBUG /MACHINE:X86 /subsystem:console /out:".
.\..\..\..\bin.v2\libs\python\build\msvc-9.0\debug\threading-multi\boost_python-
vc90-mt-gd-1_48.dll" /IMPLIB:"..\..\..\..\bin.v2\libs\python\build\msvc-9.0\debu
g\threading-multi\boost_python-vc90-mt-gd-1_48.lib" /LIBPATH:"C:\Python27\libs"
  @"..\..\..\..\bin.v2\libs\python\build\msvc-9.0\debug\threading-multi\boost_py
thon-vc90-mt-gd-1_48.dll.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%
 
...failed msvc.link.dll ..\..\..\..\bin.v2\libs\python\build\msvc-9.0\debug\thre
ading-multi\boost_python-vc90-mt-gd-1_48.dll ..\..\..\..\bin.v2\libs\python\buil
d\msvc-9.0\debug\threading-multi\boost_python-vc90-mt-gd-1_48.lib ..\..\..\..\bi
n.v2\libs\python\build\msvc-9.0\debug\threading-multi\boost_python-vc90-mt-gd-1_
48.pdb...
...removing ..\..\..\..\bin.v2\libs\python\build\msvc-9.0\debug\threading-multi\
boost_python-vc90-mt-gd-1_48.lib
...removing ..\..\..\..\bin.v2\libs\python\build\msvc-9.0\debug\threading-multi\
boost_python-vc90-mt-gd-1_48.pdb
...skipped <pbin\msvc-9.0\debug\threading-multi>hello_ext.pyd for lack of <p..\.
.\..\..\bin.v2\libs\python\build\msvc-9.0\debug\threading-multi>boost_python-vc9
0-mt-gd-1_48.lib...
...skipped <pbin\msvc-9.0\debug\threading-multi>hello_ext.lib for lack of <p..\.
.\..\..\bin.v2\libs\python\build\msvc-9.0\debug\threading-multi>boost_python-vc9
0-mt-gd-1_48.lib...
...skipped <pbin\msvc-9.0\debug\threading-multi>hello_ext.pdb for lack of <p..\.
.\..\..\bin.v2\libs\python\build\msvc-9.0\debug\threading-multi>boost_python-vc9
0-mt-gd-1_48.lib...
...skipped <p.>boost_python-vc90-mt-gd-1_48.dll for lack of <p..\..\..\..\bin.v2
\libs\python\build\msvc-9.0\debug\threading-multi>boost_python-vc90-mt-gd-1_48.d
ll...
...skipped <p.>hello_ext.pyd for lack of <pbin\msvc-9.0\debug\threading-multi>he
llo_ext.pyd...
...skipped <pbin\hello.test\msvc-9.0\debug\threading-multi>hello for lack of <pb
in\msvc-9.0\debug\threading-multi>hello_ext.pyd...
...removing outdated bin\hello.test\msvc-9.0\debug\threading-multi\hello.test
...failed updating 3 targets...
...skipped 7 targets...
...updated 29 targets...
 
C:\boost_1_48_0\boost_1_48_0\libs\python\example\tutorial>bjam -a
Je ne comprends pas où se situe mon erreur

J'ai éssayé de détailler au maximum ma manoeuvre, mais il se peut que j'ai omis certaines informations, n'hésitez pas à demander.

Merci d'avance,
Cordialement,