#158 closed defect (fixed)
./configure --without-zephyr && make fails with undefined reference to `error_message'
Reported by: | jgross@mit.edu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | internals | Keywords: | |
Cc: |
Description
When barnowl is configured --without-zephyr, com_err.h is not included, so the call to error_message in owl_function_zwrite in functions.c is undefined. The relevant code is:
if (ret != 0) { owl_function_makemsg("Error sending zephyr: %s", error_message(ret)); return; }
Change History (2)
comment:1 follow-up: ↓ 2 Changed 12 years ago by jgross@mit.edu
- Resolution set to fixed
- Status changed from new to closed
comment:2 in reply to: ↑ 1 Changed 12 years ago by jgross@mit.edu
Actually fixed by commit c23f67814f244a5bd52e5c7dc63d2aa89dd1b938
Note: See
TracTickets for help on using
tickets.
Fixed by commit f85278b8943b3c38ffc7ed08dfb9869f6cb7f1b9