Boost logo

Boost :

From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2007-10-27 05:12:36


Boris Gubenko escribió:
> The header interprocess/sync/posix/interprocess_recursive_mutex.hpp uses
> inteprocess_exception which is not defined:
>
> bash-2.03$ find boost -name "*.hpp" -exec grep inteprocess_exception {} \;
> throw inteprocess_exception(system_error_code());
> bash-2.03$
>
> Because of this, some interprocess library tests fail to compile on HP-UX.
>
> Whether the fact that the offending code in the header is "visible" on
> HP-UX indicates some configuration problem on this platform, is a
> different question.

I saw these errors yesterday and I added the needed include to
inteprocess_recursive_mutex and inteprocess_mutex. I'm waiting to see if
that has fixed something.

Regards,

Ion


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk