On Fri, Apr 19, 2013 at 01:22:25PM +0300, ty wrote:
Hi folks
Hi again,
due the little context (e.g the head of config.log to see how one has
configured OpenBSC, some output of git reflog to see what was the old
HEAD) given in this email I didn't notice the problem when reading the
make output.
make[3]: Entering directory
`/home/tyrus/openbsc/openbsc/src/libcommon'
CC common_vty.o
In file included from common_vty.c:30:0:
../../include/openbsc/bsc_nat.h:35:37: fatal error:
osmocom/sccp/sccp_types.h: No such file or directory
compilation terminated.
bsc_nat.h is including sccp_types.h and it started doing it in
git revision 462b7d7158937b51fbb833ea3066e01fe8322f37. I have
moved the new struct into a new header file and common_vty.c should
compile without the SCCP header installed.
holger