Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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: 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.