Attention is currently required from: laforge, pespin. msuraev has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/30301 )
Change subject: osmo-stat-dummy: add rate counters and statsd tester ......................................................................
Patch Set 24:
(1 comment)
File utils/osmo-stat-dummy/Makefile.am:
https://gerrit.osmocom.org/c/libosmocore/+/30301/comment/1b42d89f_f047ac30 PS23, Line 6: osmo_stat_dummy_CFLAGS = -I../../.. $(TALLOC_CFLAGS) $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMOCTRL_CFLAGS)
$(top_builddir) instead of ../../.. […]
Because it's located in it's own subfolder (as you suggested) so it needs to go one level higher to reach for the libraries to link against.
However, if you check gcc invocation right before failure it has several "-I../.." which is wrong - and I have no idea where this comes from.