Boost logo

Boost Users :

Subject: Re: [Boost-users] Linker error
From: vikas chandra (vikaschandra083_at_[hidden])
Date: 2009-08-18 08:01:16


Ya, problem was with that only.Thanks.

But now it is giving some liner errors.And it is loo big to understand.
One of them is :
"Error 1542 error LNK2019: unresolved external symbol "public: bool __cdecl
boost::re_detail::perl_matcher<class std::_String_const_iterator<char,struct
std::char_traits<char>,class std::allocator<char> >,class
std::allocator<struct boost::sub_match<class
std::_String_const_iterator<char,struct std::char_traits<char>,class
std::allocator<char> > > >,struct boost::regex_traits<char,class
boost::w32_regex_traits<char> > >::match(void)" (
?match@?$perl_matcher_at_V?$_String_const_iterator_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@V?$allocator_at_U?$sub_match_at_V?$_String_const_iterator_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@@boost@@@2_at_U?$regex_traits_at_DV?$w32_regex_traits_at_D@boost@@@boost@@@re_detail_at_boost@@QEAA_NXZ)
referenced in function "bool __cdecl boost::regex_match<class
std::_String_const_iterator<char,struct std::char_traits<char>,class
std::allocator<char> >,class std::allocator<struct boost::sub_match<class
std::_String_const_iterator<char,struct std::char_traits<char>,class
std::allocator<char> > > >,char,struct boost::regex_traits<char,class
boost::w32_regex_traits<char> > >(class
std::_String_const_iterator<char,struct std::char_traits<char>,class
std::allocator<char> >,class std::_String_const_iterator<char,struct
std::char_traits<char>,class std::allocator<char> >,class
boost::match_results<class std::_String_const_iterator<char,struct
std::char_traits<char>,class std::allocator<char> >,class
std::allocator<struct boost::sub_match<class
std::_String_const_iterator<char,struct std::char_traits<char>,class
std::allocator<char> > > > > &,class boost::basic_regex<char,struct
boost::regex_traits<char,class boost::w32_regex_traits<char> > > const
&,enum boost::regex_constants::_match_flags)" (
??$regex_match_at_V?$_String_const_iterator_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@V?$allocator_at_U?$sub_match_at_V?$_String_const_iterator_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@@boost@@@2_at_DU?$regex_traits_at_DV?$w32_regex_traits_at_D@boost@@@boost@@@boost@@YA_NV?$_String_const_iterator_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@0AEAV?$match_results_at_V?$_String_const_iterator_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@V?$allocator_at_U?$sub_match_at_V?$_String_const_iterator_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@@boost@@@2@@0_at_AEBV?$basic_regex_at_DU?$regex_traits_at_DV?$w32_regex_traits_at_D@boost@@@boost@@@0_at_W4_match_flags_at_regex_constants_at_0@@Z
) MatchFinder.obj"

I cannt understand this error.
This error comes when I build the app for 64 bit, not with 32 bit.
I have separately built the boost with 64 bit configuration, then also.
Can anyone help?

On Mon, Aug 17, 2009 at 9:30 PM, Neil Groves <neil_at_[hidden]>wrote:

> Hi!
>
> On Mon, Aug 17, 2009 at 1:32 PM, vikas chandra <
> vikaschandra083_at_[hidden]> wrote:
>
>> Hi, I was using boost version 1.33.1 earlier.
>> Recently I have downloaded the src file of boost_1.39.
>> Built the regx library and replaced the old libs and header files in my
>> project.
>> But while linking it gives the error: "fatal error LNK1104: cannot open
>> file 'libboost_regex-vc80-mt-sgd-1_33_1.lib'".
>> I dont understand why it is still looking for old 1_33_1.lib.
>> I tried to rebuild the project also but doesnt work.
>> Can anyone help me out?
>>
>
> If you have performed a full rebuild, I can only imagine that the include
> directories are still pointing to the 1.33.1 version before or instead of
> the 1.39 version.
>
> Try renaming the Boost 1.33.1 installation to ensure if cannot be found and
> do a rebuild.
>
>
>>
>>
>> --
>> Thank You.
>> Regards,
>> Vikas Chandra
>>
>
> I hope this helps.
>
> Neil Groves
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>

-- 
Thank You.
Regards,
Vikas Chandra


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