Hi Mathias, Not sure what the netiquette is on this list for providing large amounts of output, so I'll play safe and post a link to the full build output and files containing what Boost build options I've tried and my XCode project configuration. https://dl.dropbox.com/u/29578720/Boost%20serialisation%20and%20XCode.zip My naive interpretation would be that, if my binaries were built using the wrong options, I'd expect all of them to throw up errors, since the project also uses FileSystem, IOStream and System, but this isn't the case. Best wishes. Tim Burgess -----Original Message----- From: Boost [mailto:boost-bounces@lists.boost.org] On Behalf Of Mathias Gaunard Sent: 23 March 2013 22:59 To: boost@lists.boost.org Subject: Re: [boost] Serialise on Mac OSX 10.8, XCode and GCC On 22/03/13 18:27, Tim Burgess wrote:
Unfortunately, my project no longer links correctly. The linker complains that it can't find symbols for my architecture (x86_64)
You're probably linking against a binary built with different settings that the ones you're using.
- the messages are in the the form:
"boost::archive::basic_xml_iarchiveboost::archive::xml_wiarchive::load_sta
rt(char const*)", referenced from:
"boost::archive::basic_xml_iarchiveboost::archive::xml_wiarchive::load_ove
rride(boost::archive::version_type&, int)", referenced from:
"boost::archive::basic_xml_iarchiveboost::archive::xml_wiarchive::load_ove
rride(boost::archive::class_id_type&, int)", referenced from:
(I've truncated the output here for brevity).
Unfortunately, you removed the relevant bits. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost