Hi, Thanks for your help. I was using 1.32 version of boost. Configure script did not give me any error. I have now migerated to 1.39 version of boost and this problem is resolved.
There is another error coming now: "EvolutionContactSource.cpp: In member function `virtual void EvolutionContactSource::listAllItems(std::map<std::string, std::string, std::less<std::string>, std::allocator<std::pair<const std::string, std::string> > >&)': EvolutionContactSource.cpp:218: error: `E_CONTACT_REV' undeclared (first use this function)" Rgds, Shefali -----Original Message----- From: Patrick Ohly [mailto:[email protected]] Sent: Friday, June 26, 2009 5:44 PM To: Shefali Dutta Cc: Lukas Zeller; [email protected] Subject: RE: [os-libsynthesis] [os-libsythesis] How to run asampleapplication On Fri, 2009-06-26 at 04:33 -0700, Shefali Dutta wrote: > SyncEvolutionUtil.h:41: error: `ilexicographical_compare' is not a > member of `boost' Which version of Boost are you using? SyncEvolution 0.9 beta 2 was tested with Boost >= 1.34, which is the minimum required version because of BOOST_FOREACH(). The configure script should complain if your Boost is older. My first guess was a missing header include, but <boost/algorithm/string/predicate.hpp> is included. -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. "DISCLAIMER: This message is proprietary to Aricent and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or used for any purpose other than for what it is intended. If you have received this message in error,please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly prohibited from using, copying, altering, or disclosing the contents of this message. Aricent accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus." _______________________________________________ os-libsynthesis mailing list [email protected] http://lists.synthesis.ch/mailman/listinfo/os-libsynthesis
