Hello Dmitry, That works, thanks!
Is there an issue open for this? If not, should I create one? \Rob On 29/06/2021, 22:49, "Dmitry Kozlyuk" <[email protected]> wrote: 2021-06-22 15:39 (UTC+0000), Rob Scheepens: > Hello All, > > I’ve been trying to get the helloworld app built on Windows following instructions on https://urldefense.proofpoint.com/v2/url?u=https-3A__doc.dpdk.org_guides_windows-5Fgsg_build-5Fdpdk.html&d=DwIFaQ&c=s883GpUCOChKOHiocYtGcg&r=OMged-t_5I_fmfpUaT3vaA06lgLL_alYnDQJxHmXz64&m=bT-u34VRwfJXMWgvDg5dY_tdrVi2o7heSEOmmBp6nBo&s=JIqAR1lwhyW9xH5McZIJpbJ_EBi__53LaVMuaXtSI0g&e= , using option 1. It fails however and output ends with “doc\meson.build:14:0: ERROR: Program 'echo' not found”. Looking in the log I also see file not found errors for various header files under linux\*.h, for example: > > Compiler stderr: > C:\git\dpdk\build\meson-private\tmpdf9qrjqg\testfile.c:2:18: fatal error: 'linux/tc_act/tc_bpf.h' file not found > #include <linux/tc_act/tc_bpf.h> > ^~~~~~~~~~~~~~~~~~~~~~~ > 1 error generated. > > I came across the thread on https://urldefense.proofpoint.com/v2/url?u=https-3A__www.mail-2Darchive.com_dev-40dpdk.org_msg156490.html&d=DwIFaQ&c=s883GpUCOChKOHiocYtGcg&r=OMged-t_5I_fmfpUaT3vaA06lgLL_alYnDQJxHmXz64&m=bT-u34VRwfJXMWgvDg5dY_tdrVi2o7heSEOmmBp6nBo&s=hRh7Im-aP4eik7aOIzuGgJtI1u5FdOeKksZN35crSEI&e= , but it’s not exactly the same as far as I can see. Full log is attached. What am I missing? > > \Rob > -------------- next part -------------- > An embedded and charset-unspecified text was scrubbed... > Name: meson-log.txt > URL: <https://urldefense.proofpoint.com/v2/url?u=http-3A__mails.dpdk.org_archives_users_attachments_20210622_dd4ad611_attachment.txt&d=DwIFaQ&c=s883GpUCOChKOHiocYtGcg&r=OMged-t_5I_fmfpUaT3vaA06lgLL_alYnDQJxHmXz64&m=bT-u34VRwfJXMWgvDg5dY_tdrVi2o7heSEOmmBp6nBo&s=iz5tcZanZItkPmAK2nXfWNO8zEWWqgtzfU6FLiwSuok&e= > Hello, Rob! Try using Meson 0.53.2. There seems to be an issue with Meson 0.58.1 on Windows.
