I haven't built the TPP on OS X recently, but the build system contains its own copy of the boost libraries. Can you tell if the TPP build is using the TPP version of boost or the system library?
(I'd try to debug but my machines are on 10.7 and 10.8) -Natalie On Mon, Oct 1, 2012 at 4:24 PM, philipp (Overall Lab / UBC Vancouver) <[email protected]> wrote: > Hi, > > I am having some trouble installing 4.6 or 4.6.1 on Mac OS X 10.6.6 > While compiling I get the following error: > >> ../extern/ProteoWizard/pwiz/pwiz/data/msdata/IO.cpp:2598: error: >> conversion from ‘boost::filesystem::path’ to non-scalar type >> ‘std::basic_string<char, std::char_traits<char>, std::allocator<char> >’ >> requested > > > If I read that error massage correctly it is having trouble while reading > the path using boost.filename and the reason seems to be that the function > used is now deprecated. I tried to work around that issue by > 1: using the boost compatibility mode that is supposed to add depricated > functions back > 2: hard linking an older boost version that should be working fine > > none of this helped. While changing the source code of IO.cpp helps, > compilation will proceed only to throw the same error for another file. > > As I would like to avoid patching the entire code I would be interested if > anybody else encountered the same problem and probably found a solution or > has an idea what I might be doing wrong. > > Thanks, > Philipp > > -- > You received this message because you are subscribed to the Google Groups > "spctools-discuss" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/spctools-discuss/-/AEcp6kmo-EIJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/spctools-discuss?hl=en. -- You received this message because you are subscribed to the Google Groups "spctools-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spctools-discuss?hl=en.
