diff options
Diffstat (limited to 'mailinglist/output_launchpad/1903712')
| -rw-r--r-- | mailinglist/output_launchpad/1903712 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/mailinglist/output_launchpad/1903712 b/mailinglist/output_launchpad/1903712 new file mode 100644 index 00000000..3b4f25dc --- /dev/null +++ b/mailinglist/output_launchpad/1903712 @@ -0,0 +1,34 @@ +when ../configure, cannot find Ninjia + +On unbuntu18.04, after finishing + +wget https://download.qemu.org/qemu-5.2.0-rc0.tar.xz +tar xvJf qemu-5.2.0-rc0.tar.xz +cd qemu-5.2.0-rc0 + +when I input + +wget https://download.qemu.org/qemu-5.2.0-rc0.tar.xz +tar xvJf qemu-5.2.0-rc0.tar.xz +cd qemu-5.2.0-rc0 + +Return Error: +cannot find Ninjia + +Can you confirm whether you have installed the "ninja-build" package ? It is a new build requirement for QEMU in 5.2.0 + +[Expired for QEMU because there has been no activity for 60 days.] + +1、install re2c。[url:http://re2c.org/index.html] +tar -xvzf re2c-1.0.3.tar.gz + cd re2c-1.0.3/ + autoreconf -i -W all + ./configure + make&&make install +2、git clone git://github.com/ninja-build/ninja.git && cd ninja + ./configure.py --bootstrap + cp ninja /usr/bin/ + +[root@aix7 ~]# ninja --version +1.10.2.git + |