On 29/05/2019 14:55, Pierre Labastie wrote:
On 29/05/2019 10:27, hykwok1--- via blfs-dev wrote:
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.
Hi, You are using SVN version after revision 21613, aren't you? I've
inadvertently removed some installation instructions at revision
21614, sorry. You should add after "python2 setup.py install
--optimize=1":
python2 setup.py install_pycairo_header &&
python2 setup.py install_pkgconfig
and same with python3.
Ooops, forgot to tell, those commands are to be run for PyCairo... BTW,
you cannot use setuptools with pygobject.
Pierre
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page