Opened 15 years ago

Closed 14 years ago

Last modified 14 years ago

#1838 closed Patches (fixed)

test/impl/execution_monitor.ipp doesn't compile under FreeBSD

Reported by: Jim Bell <jim@…> 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)

diff.exe_mon.ipp (1.5 KB ) - added by Jim Bell <jim@…> 15 years ago.
Changes required to execution_monitor.ipp to build under FreeBSD

Download all attachments as: .zip

Change History (3)

by Jim Bell <jim@…>, 15 years ago

Attachment: diff.exe_mon.ipp added

Changes required to execution_monitor.ipp to build under FreeBSD

comment:1 by Gennadiy Rozental, 14 years ago

Resolution: fixed
Status: newclosed

should be fixed by now

comment:2 by jim@…, 14 years ago

Confirmed.

Note: See TracTickets for help on using tickets.