You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On our Ubuntu-20.04-LTS system we facing below error while building the code.
ERROR: glib-2.22 gthread-2.0 is required to compile QEMU'
We already have installed the following libglib2.0-dev and libpixman-1-dev packages.
Also have complied using below method. However no luck, still encountering the same issue.
1. https://download.gnome.org/sources/glib/2.22/glib-2.22.0.tar.gz
2. tar -xvf glib-2.22.0.tar.gz
3. cd glib-2.22.0
4. sudo ./configure --prefix=/usr/glibc-2.22 && sudo make && sudo make install
On our Ubuntu-20.04-LTS system we facing below error while building the code.
ERROR: glib-2.22 gthread-2.0 is required to compile QEMU'
We already have installed the following
libglib2.0-dev
andlibpixman-1-dev
packages.Also have complied using below method. However no luck, still encountering the same issue.
Could see glib in
usr
location.Need help to fix this issue. Thanks.
The text was updated successfully, but these errors were encountered: