talamar wrote:
I had the same problem. Just download the latest version of boost::interprocess from main CVS repository.
ok Alex ... thanks a lot...
Thanks, Alex Markelov.
----- Original Message ----- From: "Andrea Carbone"
Newsgroups: gmane.comp.lib.boost.user Sent: Tuesday, October 10, 2006 10:28 PM Subject: Re: boost::interprocess linking on vc-7_1 Actually the problem is another ... it is the first time that this happen to me with boost.
------ Build started: Project: bumblebee_grabber, Configuration: Release Win32 ------
Linking... Starting pass 1 Processed /DEFAULTLIB:msvcprt Processed /DEFAULTLIB:libboost_date_time-vc71-mt-1_33_1.lib Processed /DEFAULTLIB:uuid.lib Processed /DEFAULTLIB:libboost_thread-vc71-mt-1_33_1.lib Processed /DEFAULTLIB:MSVCRT Processed /DEFAULTLIB:OLDNAMES main.obj : error LNK2005: "void __cdecl boost::interprocess::fill_system_message(int,class std::basic_string
&)" (?fill_system_message@interprocess@boost@@YAXHAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) already defined in bumblebee_ipc_t.obj Andrea Carbone wrote:
The linker complains about not founding
libboost_date_time-vc71-mt-s-1_33_1.lib
by far, I don't have a clue about what option to pass to bjam in order to build such configuration
I have data_time library in al fashion exept the required one ..
Does anybody has some advice?