Re: Cannot compile qemu

2021-01-03 Thread tomas
On Sat, Jan 02, 2021 at 07:57:02PM +0100, Kamil Jońca wrote: > > I tried to compile qemu by myself (this is not the first time). > I issued > %sudo apt-get build-dep qemu > %apt-get source qemu > and then > in qemu directory > %debuild -us -uc -b > claims about header files: [...] >

Re: Cannot compile qemu

2021-01-03 Thread deloptes
Kamil Jońca wrote: > cc -fPIE -DPIE -std=gnu99 -Wall -m64 -mcx16 -D_GNU_SOURCE > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes > -Wredundant-decls -Wundef -Wwrite-strings -Wmissing-prototypes > -fno-strict-aliasing -fno-common -fwrapv -g -O2 >

Cannot compile qemu

2021-01-02 Thread Kamil Jońca
I tried to compile qemu by myself (this is not the first time). I issued %sudo apt-get build-dep qemu %apt-get source qemu and then in qemu directory %debuild -us -uc -b claims about header files: [...] cc -fPIE -DPIE -std=gnu99 -Wall -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64