Ubuntu compiled QEMU error: ' Error:pixman >= 0.21.8 not present. '

Source: Internet
Author: User
Tags cairo



When installing QEMU with source code in ubuntu14.04, perform the/configure step prompt error:


./configure  
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


So, with Apt-cache, we looked for a dependency package on Pixman.


apt-cache search pixman
libpixman-1-0 - pixel-manipulation library for X and cairo
libpixman-1-0-dbg - pixel-manipulation library for X and cairo (debugging symbols)
libpixman-1-dev - pixel-manipulation library for X and cairo (development files)


Select the package that installs the Libpixman-1-dev


apt-get install libpixman-1-dev
…………
(Reading database ... 4754 files and directories currently installed.)
Preparing to unpack .../libpixman-1-dev_0.30.2-2ubuntu1.1_amd64.deb ...
Unpacking libpixman-1-dev (0.30.2-2ubuntu1.1) ...
Setting up libpixman-1-dev (0.30.2-2ubuntu1.1) ...





This article is from the "Youth Memory" blog, please be sure to keep this source http://mltyrone.blog.51cto.com/6204409/1833903



Ubuntu compiled QEMU error: ' Error:pixman >= 0.21.8 not present. '


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.