I encountered build error for PyGObject3 (3.32.1) with meson (0.50.1). After I executed the following command, meson reported that "PyCairo" (1.18.1) was not found and the build process stopped:
meson --prefix=/usr -Dpython=python3 After I did some checking, I found that the install procedure of "PyCairo" did not install any pkgconfig file and showed the following message: Skipping install_pkgconfig, not supported with bdist_egg So, how do I fix this problem? Can I use "setuptool" method to build PyGObject3 ? (As same as what I did for PyCairo) Thanks for your suggestion. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
