Activity log for bug #1958909

Date Who What changed Old value New value Message
2022-01-24 17:48:11 Amos Jeffries bug added bug
2022-01-24 19:24:06 Alex Rousskov ecap: status New Incomplete
2022-01-24 22:26:36 Alex Rousskov ecap: status Incomplete Triaged
2022-01-24 22:27:43 Alex Rousskov summary Missing include in libecap/common/registry.h Libecap relies on HAVE_CONFIG_H too much
2022-01-24 22:30:25 Alex Rousskov description libecap/common/registry.h makes use of types defined in libecap/common/autoconf.h but does not automatically add that file. When building a host application or an adapter without using autotools: /usr/include/libecap/common/registry.h:15:75: error: ‘LIBECAP_VERSION’ was not declared in this scope extern bool RegisterVersionedService(adapter::Service *s, const char *v = LIBECAP_VERSION); ---- Original description: libecap/common/registry.h makes use of types defined in libecap/common/autoconf.h but does not automatically add that file.