Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Created September 21, 2012 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjunichi/3759075 to your computer and use it in GitHub Desktop.
Save kjunichi/3759075 to your computer and use it in GitHub Desktop.
gobject-introspection on Python3

gobject-introspectionの最新版と思われるソースを

./configure

すると、

print sys...

の様にPython3でのprint(sys...)という書き方になっていないので、 こける。

されらに

vi configure

で修正しても今度はソースがコンパイルできない。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment