On Mon, Feb 3, 2020 at 2:08 PM Dmitry Kozlyuk <dmitry.kozl...@gmail.com> wrote: > > Hi, > > > Thanks for your help. "meson -v" only shows meson's version. > > Am I doing it wrong? > > It'm my mistake, pardon me. Ninja has '-v' option, Meson doesn't. > > > A full log can be found at > > [1mC:\dpdk-draft-windows\build\meson-logs\meson-log.txt [0m > > Please post C:\dpdk-draft-windows\build\meson-logs\meson-log.txt. > > --
Hi Dmitry, Thanks! I uninstalled my Visual Studio 2017, and use 2019. The problem disappeared, but now I hit Jeremy's issue https://github.com/mesonbuild/meson/pull/6483 >From the step in https://mesonbuild.com/Quick-guide.html#installation-from-source I tried to compile meson by doing: $ git clone https://github.com/mesonbuild/meson.git $ cd meson $ meson builddir ERROR: Neither directory contains a build file meson.build. How do I generate a meson.build file? Thanks William