I\'m trying to get pygobject-2.28.6 to compile in cygwin (version in repository is 2.28.4 which has some issues). Here is the tail of ./configure:
checking f
You're probably missing the development package. The package name varies by distribution, but it's the one containing /usr/lib/pkgconfig/gobject-introspection-1.0.pc
(or /usr/lib64/pkgconfig/gobject-introspection-1.0.pc
for some 64-bit distros):
I don't have enough rep to comment, so this is really meant to be an addendum to nemequ's answer:
I got this to compile on cygwin. The package you need is: libgirepository1.0-devel
.
In Ubuntu it's called libgirepository1.0-dev