Boost logo

Boost Users :

From: tweety (mitea_at_[hidden])
Date: 2004-07-15 11:37:16


i first compiled (succesfully) stlport 4.6.2.
then i ran "bjam "-sTOOLS=vc7.1-stlport" install" and it failed compiling
the regex library.
then i manually went to the libs\regex\build folder and ran "nmake /f
vc7.1-stlport clean install" and it compiled the first thing ok and the 2nd
time around threw a LOT of linker errors (well, only ~49, but they're
stl-style-long :D). I set correctly the STLPORT_VERSION and the STLPORT_PATH
env vars, the tools were loaded ok, the INCLUDE env var had stlport's
include dir first... AND IT COMPILED OK the first one... here's a screenshot
of the last page of errors. please help me...
 
winstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport
) public: __thiscall _STL::basic_string<wchar_t,class
_STL::char_traits<wchar_t>
,class _STL::allocator<wchar_t> >::basic_string<wchar_t,class
_STL::char_traits<
wchar_t>,class _STL::allocator<wchar_t> >(wchar_t const *,unsigned int,class
_ST
L::allocator<wchar_t> const &)"
(__imp_??0?$basic_string@_WV?$char_traits@_W@_ST
L@@V?$allocator@_W_at_2@@_STL@@QAE_at_PB_WIABV?$allocator@_W_at_1@@Z) referenced in
funct
ion "public: class _STL::basic_string<wchar_t,class
_STL::char_traits<wchar_t>,c
lass _STL::allocator<wchar_t> > __fastcall
boost::reg_expression<wchar_t,class b
oost::regex_traits<wchar_t>,class _STL::allocator<wchar_t> >::str(void)const
" (
?str@?$reg_expression@_WV?$regex_traits@_W_at_boost@@V?$allocator@_W@_STL@@@boo
st@@
QBI?AV?$basic_string@_WV?$char_traits@_W@_STL@@V?$allocator@_W_at_2@@_STL@@XZ)
winstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport
) public: int __thiscall _STL::basic_string<wchar_t,class
_STL::char_traits<wcha
r_t>,class _STL::allocator<wchar_t> >::compare(class
_STL::basic_string<wchar_t,
class _STL::char_traits<wchar_t>,class _STL::allocator<wchar_t> > const
&)const
"
(__imp_?compare@?$basic_string@_WV?$char_traits@_W@_STL@@V?$allocator@_W_at_2@@
_S
TL@@QBEHABV12@@Z) referenced in function "public: int __fastcall
boost::reg_expr
ession<wchar_t,class boost::regex_traits<wchar_t>,class
_STL::allocator<wchar_t>
>::compare(class boost::reg_expression<wchar_t,class
boost::regex_traits<wchar_
t>,class _STL::allocator<wchar_t> > const &)const "
(?compare@?$reg_expression@_
WV?$regex_traits@_W_at_boost@@V?$allocator@_W@_STL@@@boost@@QBIHABV12@@Z)
winstances.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport
) public: class _STL::basic_string<wchar_t,class
_STL::char_traits<wchar_t>,clas
s _STL::allocator<wchar_t> > & __thiscall _STL::basic_string<wchar_t,class
_STL:
:char_traits<wchar_t>,class _STL::allocator<wchar_t> >::assign(unsigned
int,wcha
r_t)"
(__imp_?assign@?$basic_string@_WV?$char_traits@_W@_STL@@V?$allocator@_W_at_2@
@_STL@@QAEAAV12_at_I_W_at_Z) referenced in function "private: struct
boost::re_detail:
:re_syntax_base * __fastcall boost::reg_expression<wchar_t,class
boost::regex_tr
aits<wchar_t>,class _STL::allocator<wchar_t> >::compile_set_aux(class
boost::re_
detail::jstack<class _STL::basic_string<wchar_t,class
_STL::char_traits<wchar_t>
,class _STL::allocator<wchar_t> >,class _STL::allocator<wchar_t> > &,class
boost
::re_detail::jstack<class _STL::basic_string<wchar_t,class
_STL::char_traits<wch
ar_t>,class _STL::allocator<wchar_t> >,class _STL::allocator<wchar_t> >
&,class
boost::re_detail::jstack<unsigned long,class _STL::allocator<wchar_t> >
&,class
boost::re_detail::jstack<class _STL::basic_string<wchar_t,class
_STL::char_trait
s<wchar_t>,class _STL::allocator<wchar_t> >,class _STL::allocator<wchar_t> >
&,b
ool,struct boost::re_detail::_narrow_type const &)"
(?compile_set_aux@?$reg_expr
ession@_WV?$regex_traits@_W_at_boost@@V?$allocator@_W@_STL@@@boost@@AAIPAUre_sy
ntax
_base_at_re_detail_at_2@AAV?$jstack_at_V?$basic_string@_WV?$char_traits@_W@_STL@@V?$a
lloc
ator@_W_at_2@@_STL@@V?$allocator@_W_at_2@@42_at_0AAV?$jstack_at_KV?$allocator@_W@_STL@@@
42_at_0
_NABU_narrow_type_at_42@@Z)
vc71-stlport/boost_regex-vc71-mt-p-1_31.dll : fatal error LNK1120: 49
unresolved
 externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.
 
----------------------------------
Peace and love,
Tweety
mitea_at_[hidden] - tweety_04_01_at_[hidden]
YahooID: tweety_04_01



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