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

Reply via email to