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 448173 - use python-config to get python includes
use python-config to get python includes
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
2.13.x
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-16 11:44 UTC by Sebastien Bacher
Modified: 2008-07-14 21:57 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
use python-config to get python includes (784 bytes, patch)
2007-06-16 11:45 UTC, Sebastien Bacher
committed Details | Review
patch (514 bytes, patch)
2008-02-27 13:34 UTC, Matthias Klose
accepted-commit_now Details | Review

Description Sebastien Bacher 2007-06-16 11:44:40 UTC
This patch is shipped with the Ubuntu package and required to do a build using python-dbg
Comment 1 Sebastien Bacher 2007-06-16 11:45:16 UTC
Created attachment 90053 [details] [review]
use python-config to get python includes
Comment 2 Sebastien Bacher 2007-06-17 09:17:00 UTC
2007-06-17  Sebastien Bacher  <seb128@ubuntu.com>

	* m4/python.m4: use python-config to get python includes
          (Closes #448173)
Comment 3 Matthias Klose 2008-02-27 13:34:29 UTC
Created attachment 106066 [details] [review]
patch

m4/python.m4 was removed, the test is now in configure.ac, but wasn't applied there. updated patch attached.
Comment 4 Sebastien Bacher 2008-02-27 13:37:17 UTC
reopening the bug
Comment 5 Gustavo Carneiro 2008-02-27 13:45:18 UTC
Patch looks ok to commit.
Comment 6 Johan (not receiving bugmail) Dahlin 2008-07-14 21:57:01 UTC
2008-07-14  Johan Dahlin  <johan@gnome.org>

        Bug 448173 – use python-config to get python includes   

        * configure.ac:
        Really close the by, patch by Matthias Klose