
29 Oct
2007
29 Oct
'07
12:10 p.m.
John Maddock wrote:
Gennadiy,
Boost.Test is failing on Darwin with: http://tinyurl.com/37983b
I'm attaching a message from the Boost-testing list that explains a workaround. I'm guessing that maybe sigemptyset is a macro on this platform, and that conflicts with the :: qualifier? You are correct. I put this change into the trunk to fix Darwin:
http://svn.boost.org/trac/boost/changeset/40365 However, Gennadiy reverted part of that change as part of a fix for Sun's compiler shortly thereafter: http://svn.boost.org/trac/boost/changeset/40449 Isn't portability *fun*? - Doug