smadaminov / ovs-dpdk-meson-issues

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

dpdk windows: missing queue.h #46

Closed williamtu closed 3 years ago

williamtu commented 3 years ago

In file included from ../lib/dpdk.c:27: C:\temp\dpdk\include\rte_log.h:24:10: fatal error: 'sys/queue.h' file not found

include <sys/queue.h>

     ^~~~~~~~~~~~~

1 warning and 1 error generated.

vipinpv85 commented 3 years ago

For DPDK version 21.05 windows deployment the file sys/queue.h is present in DPDK root folder\lib\eal\windows\include\

williamtu commented 3 years ago

yes! thanks. I'm submitting a patch to fix it. See discussion here: http://inbox.dpdk.org/dev/20210823130343.87247-1-u9012063@gmail.com/