$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: rflaperuta_at_[hidden]
Date: 2004-08-03 16:12:39
Did that and compiled OK.......
BUT, when trying to use it in VC71 got the same link errors you did......
Does it have something related to precompiled heades?
[]'s
Rodrigo Falcetta Laperuta
___________________________________
Consultor - BRQ - SP
Tel.: (11) 2126-7001
rflaperuta_at_[hidden] - www.brq.com
boost-users-bounces_at_[hidden] gravou em 03/08/2004 00:30:16:
> i meant nmake /f vc7.1-stlport
> didn't sleep that well last night :(
> 
> ----------------------------------
> Peace and love,
> Tweety
> mitea_at_[hidden] - tweety_04_01_at_[hidden]
> YahooID: tweety_04_01
> 
> 
> 
> ________________________________
> 
>    From: boost-users-bounces_at_[hidden]
> [mailto:boost-users-bounces_at_[hidden]] On Behalf Of tweety
>    Sent: August 2, 2004 8:01 PM
>    To: boost-users_at_[hidden]
>    Subject: RE: [Boost-users] Error compiling REGEX under vc7.1 +
> stlport
> 
> 
>    name /f vc7.1-stlport is enough
>    no more link errors.
> 
>       ----------------------------------
>    Peace and love,
>    Tweety
>    mitea_at_[hidden] - tweety_04_01_at_[hidden]
>    YahooID: tweety_04_01
> 
> 
> 
> ________________________________
> 
>       From: boost-users-bounces_at_[hidden]
> [mailto:boost-users-bounces_at_[hidden]] On Behalf Of 
rflaperuta_at_[hidden]
>       Sent: August 2, 2004 2:42 PM
>       To: boost-users_at_[hidden]
>       Subject: RE: [Boost-users] Error compiling REGEX under vc7.1
> + stlport
> 
> 
> 
>       Any special command line options or just nmake /f .......
> ??? 
> 
>       How have you solved the problem of the unresolved symbols,
> while integrating regex with your project? 
>       Oh, can I compile through nmake and still benefit from
> stlport? 
> 
>       Thanks a lot....... 
>       Rodrigo 
> 
>       boost-users-bounces_at_[hidden] gravou em 02/08/2004
> 14:56:58:
> 
>       > yeah i know. the 1.31 build is useless with vc7.1 and
> stlport. 
>       > upgrade to the latest cvs build and use the MAKEFILE not
> bjam. it 
>       > will work then. 
>       > 
>       > ----------------------------------
>       > Peace and love,
>       > Tweety
>       > mitea_at_[hidden] - tweety_04_01_at_[hidden]
>       > YahooID: tweety_04_01 
>       > 
>       > From: boost-users-bounces_at_[hidden]
> [mailto:boost-users-
>       > bounces_at_[hidden]] On Behalf Of rflaperuta_at_[hidden]
>       > Sent: August 2, 2004 11:56 AM
>       > To: boost-users_at_[hidden]
>       > Subject: RE: [Boost-users] Error compiling REGEX under
> vc7.1 + stlport
> 
>       > 
>       > I did, and got errors in date_time also, then switched
> back to 1.31,
>       > twisted some things on the boost::regex code and finally
> got it 
>       > compiled ok......
>       > 
>       > But another errors appeared, when I try to link it in my
> project I 
>       > got errors about unresolved symbols, soh I put the
> #define's I found
>       > in your discussion, and got nowhere.....
>       > 
>       > Any ideas? I can post the error codes, even the linker
> output here.......
>       > 
>       > Regards,
>       > RFL 
>       > 
>       > boost-users-bounces_at_[hidden] gravou em 02/08/2004
> 11:14:56:
>       > 
>       > > we just had this talk. 
>       > > update to the latest cvs build and use the makefile to
> compile it. 
>       > > 
>       > > ----------------------------------
>       > > Peace and love,
>       > > Tweety
>       > > mitea_at_[hidden] - tweety_04_01_at_[hidden]
>       > > YahooID: tweety_04_01 
>       > > 
>       > > From: boost-users-bounces_at_[hidden]
> [mailto:boost-users-
>       > > bounces_at_[hidden]] On Behalf Of rflaperuta_at_[hidden]
>       > > Sent: August 2, 2004 9:11 AM
>       > > To: boost-users_at_[hidden]
>       > > Subject: [Boost-users] Error compiling REGEX under vc7.1
> + stlport
>       > 
>       > > 
>       > > People, 
>       > > 
>       > > this is one of the errors I got when compiling boost
> regex with vc7.
>       > > 1 + stlport: 
>       > > 
>       > > 
>       > > 
>       > > vc-Link
> bin\boost\libs\regex\build\boost_regex.dll\vc7.1-
>       > > stlport\release\boost_regex-vc71-mt-p-1_31.dll 
>       > > bin\boost\libs\regex\build\boost_regex.dll\vc7.1-
>       > > stlport\release\boost_regex-vc71-mt-p-1_31.lib 
>       > >    Creating library
> bin\boost\libs\regex\build\boost_regex.dll\vc7.
>       > > 1-stlport\release\boost_regex-vc71-mt-p-1_31.lib and
> object 
>       > > bin\boost\libs\regex\build\boost_regex.dll\vc7.1-
>       > > stlport\release\boost_regex-vc71-mt-p-1_31.exp 
>       > > winstances.obj : error LNK2001: unresolved external
> symbol "private:
>       > > unsigned int __fastcall
> boost::cpp_regex_traits<wchar_t>::
>       > > do_syntax_type(unsigned int)const " (?do_syntax_type@?
>       > > $cpp_regex_traits@_W_at_boost@@ABIII_at_Z) 
>       > > regex.obj : error LNK2001: unresolved external symbol
> "private: 
>       > > unsigned int __fastcall
> boost::cpp_regex_traits<wchar_t>::
>       > > do_syntax_type(unsigned int)const " (?do_syntax_type@?
>       > > $cpp_regex_traits@_W_at_boost@@ABIII_at_Z) 
>       > > w32_regex_traits.obj : error LNK2001: unresolved
> external symbol 
>       > > "private: unsigned int __fastcall
> boost::cpp_regex_traits<wchar_t>::
>       > > do_syntax_type(unsigned int)const " (?do_syntax_type@?
>       > > $cpp_regex_traits@_W_at_boost@@ABIII_at_Z) 
>       > > wide_posix_api.obj : error LNK2001: unresolved external
> symbol 
>       > > "private: unsigned int __fastcall
> boost::cpp_regex_traits<wchar_t>::
>       > > do_syntax_type(unsigned int)const " (?do_syntax_type@?
>       > > $cpp_regex_traits@_W_at_boost@@ABIII_at_Z) 
>       > > instances.obj : error LNK2001: unresolved external
> symbol "private: 
>       > > unsigned int __fastcall
> boost::cpp_regex_traits<wchar_t>::
>       > > do_syntax_type(unsigned int)const " (?do_syntax_type@?
>       > > $cpp_regex_traits@_W_at_boost@@ABIII_at_Z) 
>       > > c_regex_traits.obj : error LNK2019: unresolved external
> symbol 
>       > > "private: unsigned int __fastcall
> boost::cpp_regex_traits<wchar_t>::
>       > > do_syntax_type(unsigned int)const " (?do_syntax_type@?
>       > > $cpp_regex_traits@_W_at_boost@@ABIII_at_Z) referenced in
> function "public:
>       > > unsigned int __fastcall
> boost::cpp_regex_traits<wchar_t>::
>       > > syntax_type(unsigned int)const " (?syntax_type@?
>       > > $cpp_regex_traits@_W_at_boost@@QBIII_at_Z) 
>       > > c_regex_traits_common.obj : error LNK2001: unresolved
> external 
>       > > symbol "private: unsigned int __fastcall boost::
>       > > cpp_regex_traits<wchar_t>::do_syntax_type(unsigned
> int)const " (?
>       > > do_syntax_type@?$cpp_regex_traits@_W_at_boost@@ABIII_at_Z) 
>       > > cregex.obj : error LNK2001: unresolved external symbol
> "private: 
>       > > unsigned int __fastcall
> boost::cpp_regex_traits<wchar_t>::
>       > > do_syntax_type(unsigned int)const " (?do_syntax_type@?
>       > > $cpp_regex_traits@_W_at_boost@@ABIII_at_Z) 
>       > > posix_api.obj : error LNK2001: unresolved external
> symbol "private: 
>       > > unsigned int __fastcall
> boost::cpp_regex_traits<wchar_t>::
>       > > do_syntax_type(unsigned int)const " (?do_syntax_type@?
>       > > $cpp_regex_traits@_W_at_boost@@ABIII_at_Z) 
>       > > bin\boost\libs\regex\build\boost_regex.dll\vc7.1-
>       > > stlport\release\boost_regex-vc71-mt-p-1_31.dll : fatal
> error 
>       > > LNK1120: 1 unresolved externals 
>       > > 
>       > > 
>       > > The odd thing is that when i compile boost withou
> stlport included 
>       > > it does not generate this erros, but it would be perfect
> to have 
>       > stlport+boost
>       > > Any ideas? 
>       > > 
>       > > 
>       > > Thanks in advance, 
>       > > Rodrigo_______________________________________________
>       > > Boost-users mailing list
>       > > Boost-users_at_[hidden]
>       > > http://listarchives.boost.org/mailman/listinfo.cgi/boost-users
>       > _______________________________________________
>       > Boost-users mailing list
>       > Boost-users_at_[hidden]
>       > http://listarchives.boost.org/mailman/listinfo.cgi/boost-users
> 
> 
> 
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://listarchives.boost.org/mailman/listinfo.cgi/boost-users