Gtk3/GObject introspection along old glib, ubuntu 10.04.4



Hi, I need to run software which uses Gtk3 through Python GI on old Ubuntu 10.04.4
I'm compiling and installing every library in /usr/future dir, and now have only problem with gobject-introspection package.
Compilation is success but "make install" trying to get file from system glib library:
  /usr/include/glib-2.0/gobject/glib-types.h
It should look here instead
  /usr/future/include/glib-2.0/gobject/glib-types.h

Anybody has a clue which configure option I need to use?

Versions:
  glib-2.34.3
  gobject-introspection-1.34.2

make  install-recursive
make[1]: Entering directory `/home/tom/gobject-introspection-1.34.2'
Making install in .
make[2]: Entering directory `/home/tom/gobject-introspection-1.34.2'
make[2]: *** No rule to make target `/usr/include/glib-2.0/gobject/glib-types.h', needed by `GLib-2.0.gir'.  Stop.
make[2]: Leaving directory `/home/tom/gobject-introspection-1.34.2'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/tom/gobject-introspection-1.34.2'
make: *** [install] Error 2

Attachment: config.log
Description: Binary data



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]