#1838 closed Patches (fixed)
test/impl/execution_monitor.ipp doesn't compile under FreeBSD
Reported by: | Owned by: | Gennadiy Rozental | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | test |
Version: | Boost 1.35.0 | Severity: | Showstopper |
Keywords: | FreeBSD | Cc: |
Description
./boost/test/impl/execution_monitor.ipp:281: error: `ILL_ILLOPC' was not declared in this scope
Also for: ILL_ILLOPN, ILL_ILLADR, ILL_ILLTRP, ILL_PRVOPC, ILL_PRVREG, ILL_COPROC, ILL_BADSTK, SEGV_MAPERR, SEGV_ACCERR, BUS_ADRALN, BUS_ADRERR, BUS_OBJERR, CLD_EXITED, CLD_KILLED, CLD_DUMPED, CLD_TRAPPED, CLD_STOPPED, CLD_CONTINUED, SIGPOLL, POLL_IN, POLL_OUT, POLL_MSG, POLL_ERR, POLL_PRI, POLL_HUP.
Same for both FreeBSD 6.2 and 7.0.
This failure prevents the regression test from making further progress.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Changes required to execution_monitor.ipp to build under FreeBSD