Source that seems to be the latest version of gobject-introspection
gobject-introspection-1.33.14.tar.xz
I want to compile, but it doesn't work
./configure
Then
print sys...
Since it is not written as print (sys ...) in Python 3 like I can get rid of it.
To
vi configure
Even if I fix it with, the source cannot be compiled this time. ..
Apparently, from around 1.35 series, even with Python3, ./configure no longer causes an error. But I can make it
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