GNOME Bugzilla – Bug 658914
Build system is broken for 64bit
Last modified: 2015-02-07 17:01:34 UTC
This is basically the same problem as discussed with J5 wrt PyGObject, see bug #658856. So I seem to have broken gobject-introspection's build for 64bit systems (lib64) with the python.m4 improvements done some time ago, notably AM_CHECK_PYTHON_LIBS. Looking further into this: - AM_CHECK_PYTHON_LIBS doesn't work for 64bit systems (lib64) - Python extension modules do not need to be linked against libpython on linux anyway, but it it needed on Windows So only run AM_CHECK_PYTHON_LIBS in configure.ac for the windows case and make it clear in Makefile-giscanner.am that linking against libpython is a windows only thing.
Created attachment 196366 [details] [review] Fix linking against libpython
Review of attachment 196366 [details] [review]: Looks good
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]