After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 734289 - Fix the python libs check
Fix the python libs check
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
unspecified
Other Windows
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2014-08-05 13:37 UTC by Ignacio Casal Quinteiro (nacho)
Modified: 2014-08-06 01:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use python-config for libs when available (1006 bytes, patch)
2014-08-06 01:47 UTC, Simon Feltman
committed Details | Review

Description Ignacio Casal Quinteiro (nacho) 2014-08-05 13:37:12 UTC
The current way used in python.m4 is not enought for windows. Here is a possible patch:
https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-pygobject/0004-python-m4.patch

gobject-introspection also provides a different version of python.m4 pygobject could get some inspiration on.
Comment 1 Simon Feltman 2014-08-06 01:47:43 UTC
The following fix has been pushed:
5737a9e Use python-config for libs when available
Comment 2 Simon Feltman 2014-08-06 01:47:46 UTC
Created attachment 282617 [details] [review]
Use python-config for libs when available