
16 Nov
2009
16 Nov
'09
4:25 p.m.
Alastair Rankine
The root cause seems to be system headers not matching the libraries, and the fix is to rebuild with -D_GLIBCXX_FULLY_DYNAMIC_STRING.
Not quite.
It's actually the debug variant of boost in MacPorts.
This silently enables _GLIBCXX_DEBUG for the build, but which is also required in your own applications.
More info in the ticket here: http://trac.macports.org/ticket/22112#comment:2
Does this mean that the issue is resolved? Thx, Gennadiy