smadaminov / ovs-dpdk-meson-issues

VMware Summer 2021
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

need to generate odp-netlink.h #16

Closed williamtu closed 2 years ago

williamtu commented 3 years ago

cc -Iofproto/libofproto.a.p -Iofproto -I../ofproto -I. -I.. -Iinclude/openflow -I../include/openflow -Iinclude/openvswitch -I../include/openvswitch -Ilib -I../lib -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -g -fPIC -MD -MQ ofproto/libofproto.a.p/bond.c.o -MF ofproto/libofproto.a.p/bond.c.o.d -o ofproto/libofproto.a.p/bond.c.o -c ../ofproto/bond.c In file included from ../lib/cfm.h:23, from ../ofproto/ofproto-provider.h:36, from ../ofproto/bond.h:22, from ../ofproto/bond.c:19: ../lib/packets.h:29:10: fatal error: odp-netlink.h: No such file or directory 29 | #include "odp-netlink.h" | ^~~~~~~ compilation terminated.

williamtu commented 3 years ago

using custom_target has issues below when doing stdout redirect to a file https://github.com/mesonbuild/meson/issues/512

smadaminov commented 2 years ago

it is generated now (quite a while ago actually) in include\meson.build so closing