> -----Original Message----- > From: Andy Green [mailto:a...@warmcat.com] > Sent: Friday, May 11, 2018 12:13 PM > To: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4 15/18] app: can't find include > > > > On 05/11/2018 07:04 PM, De Lara Guarch, Pablo wrote: > > > > > >> -----Original Message----- > >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Andy Green > >> Sent: Friday, May 11, 2018 2:47 AM > >> To: dev@dpdk.org > >> Subject: [dpdk-dev] [PATCH v4 15/18] app: can't find include > >> > >> /home/agreen/projects/dpdk/app/test-pmd/cmdline.c:64:10: > >> fatal error: rte_pmd_dpaa.h: No such file or directory #include > >> <rte_pmd_dpaa.h> > >> ^~~~~~~~~~~~~~~~ > >> > >> Signed-off-by: Andy Green <a...@warmcat.com> > > > > As I said in the v3, I think this patch is not needed. > > > > Do you have an idea why the actual error pasted in the patch is coming without > this patch?
Without this patch, do you see the file in ./build/include? The file should be copied in there. If it is not there, it wasn't built and that won't fix the issue. DPDK builds ok for me on Fedora 28/gcc 8 without this patch. > > -Andy