Hi Jon, Sorry about that.
The files that get copied to /usr/include/bla/bla are specified in vnet.am in nobase_include_HEADERS+=<header>.h IIRC in that commit I removed vnet/rewirte.h from that set. Which was evidently a mistake. https://gerrit.fd.io/r/#/c/5963/ regards, neale From: Jon Loeliger <j...@netgate.com> Date: Thursday, 30 March 2017 at 22:25 To: vpp-dev <vpp-dev@lists.fd.io>, "Neale Ranns (nranns)" <nra...@cisco.com> Subject: Out of Tree Build Failure on vnet/rewrite.h Neale, Looks like we have that situation of either: 1) An include file shouldn't be #including another one, and perhaps the latter might be needed directly in a set of .c files, or 2) The install target isn't picking up and installing one of the now-needed include files. Actual error: CC <some C file of mine>.c In file included from /usr/include/vnet/ip/ip.h:51:0, from af_packet.c:12: /usr/include/vnet/ip/lookup.h:58:26: fatal error: vnet/rewrite.h: No such file or directory #include <vnet/rewrite.h> And 'git praise' suggests: 2e7fbcc0 src/vnet/ip/lookup.h (Neale Ranns 2017-03-15 04:22:25 -0700 58) #include <vnet/rewrite.h> Any insight here? Thanks, jdl
_______________________________________________ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev