Source qui semble être la dernière version de gobject-introspection
gobject-introspection-1.33.14.tar.xz
Je veux compiler, mais ça ne marche pas
./configure
Puis
print sys...
Puisqu'il n'est pas écrit comme print (sys ...) en Python 3 comme Je peux m'en débarrasser.
À
vi configure
Même si je le corrige avec, la source ne peut pas être compilée cette fois. ..
Apparemment, à partir de la série 1.35 environ, même avec Python3, ./configure ne provoque plus d'erreur. Mais je peux le faire
python
Making all in .
CCLD libcmph.la
CCLD libgirepository-gthash.la
CCLD libgirepository-1.0.la
CCLD libgirepository-internals.la
CCLD libgiscanner.la
CC _giscanner_la-giscannermodule.lo
giscanner/giscannermodule.c:43: warning: return type defaults to 'int'
giscanner/giscannermodule.c:43: warning: no previous prototype for 'DL_EXPORT'
giscanner/giscannermodule.c: In function 'DL_EXPORT':
giscanner/giscannermodule.c:43: error: expected declaration specifiers before 'init_giscanner'
Recommended Posts