14

After ./configure it's showing this error:

ERROR: pixman >= 0.21.8 not present. Your options:
         (1) Preferred: Install the pixman devel package (any recent
             distro should have packages as Xorg needs pixman too).
         (2) Fetch the pixman submodule, using:
             git submodule update --init pixman
Mateusz Piotrowski
  • 8,029
  • 10
  • 53
  • 79
Nagur Basha Shaik
  • 187
  • 1
  • 1
  • 7
  • 2
    `sudo apt-get install libpixman-1.0-dev` – Majora320 Jun 17 '16 at 18:06
  • 1
    @KenWhite "install the pixman devel package" -> "libpixman-1.0-dev" is a near impossible translation. "Package" doesn't imply "library", "dev" or "devel" is generally ambiguous in packages, and there would be no way to guess 1.0 is needed in there as well – Brydon Gibson Jul 29 '19 at 18:16
  • https://wiki.qemu.org/Hosts/Linux#Building_QEMU_for_Linux – blaze9 Dec 21 '20 at 12:42

1 Answers1

38

I am using Ubuntu 14.04. For me helped installation below component:

sudo apt-get install libpixman-1-dev
N0dGrand87
  • 727
  • 1
  • 9
  • 16