Folks,
I get the following compilation error with current (ie,
commit af3d9771dbf89087d3e8bed11aca0a2efa5d7bc8
Author: Marek Gradzki <[email protected]>
Date: Fri Aug 18 08:47:48 2017 +0200
) top-of-tree builds:
CC tap_inject.c
In file included from /usr/include/vpp/api/vpe_all_api_h.h:25:0,
from /usr/include/vpp/api/vpe_msg_enum.h:24,
from api_setup.c:11:
/usr/include/vnet/vnet_all_api_h.h:61:30: fatal error:
vnet/tcp/tcp.api.h: No such file or directory
#include <vnet/tcp/tcp.api.h>
The install only supplies these /usr/include/vnet/tcp files:
$ ll /usr/include/vnet/tcp
total 68K
0K drwxr-xr-x 2 bin bin 73 Aug 23 11:19 .
4K drwxr-xr-x 46 bin bin 4096 Aug 23 11:19 ..
24K -rw-r--r-- 1 bin bin 23207 Aug 23 11:16 tcp_debug.h
28K -rw-r--r-- 1 bin bin 28574 Aug 23 11:16 tcp.h
8K -rw-r--r-- 1 bin bin 5961 Aug 23 11:16 tcp_packet.h
4K -rw-r--r-- 1 bin bin 922 Aug 23 11:16 tcp_timer.h
So, either the tcp.api.h should be installed, or it should not
be referenced. Again, I don't know which will be the correct
and intended solution, so someone upstream from me will
need to fix this.
Thanks,
jdl
_______________________________________________
vpp-dev mailing list
[email protected]
https://lists.fd.io/mailman/listinfo/vpp-dev