Re: Issue with submodules on macOS & meson

2020-08-26 Thread Emmanuel Blot
On 26 Aug 2020, at 15:50, Marc-André Lureau wrote: H Marc-André, >> You need to run 'make' (at least once - but still by preference for now). > Submodule handling is done by Makefile. Ok, thanks a lot for this tip.

Re: Issue with submodules on macOS & meson

2020-08-26 Thread Marc-André Lureau
Hi On Wed, Aug 26, 2020 at 5:40 PM Emmanuel Blot wrote: > Hi, > > Using current master 78dca230 w/ Meson/ninja, build fails with capstone > dependency. > > * ../configure --target-list=riscv64-softmmu && ninja > You need to run 'make' (at least once - but still by preference for now). Submodule

Issue with submodules on macOS & meson

2020-08-26 Thread Emmanuel Blot
Hi, Using current master 78dca230 w/ Meson/ninja, build fails with capstone dependency. * ../configure --target-list=riscv64-softmmu && ninja fails because capstone is automatically enabled @ configure stage, but capstone is not installed on the host, and the local capstone/ submodule is n