I installed Miro 1.0 last weekend successfully on Slackware 12.0 (thank you Dukeman).
Lazy as I am I took sqlite-3.5.2-i486-1sl.tgz, pysqlite-2.3.5-i486-2sl.tgz, pyrex-0.9.6.1-i486-1as.tgz from
http://www.slacky.eu/ and boost-1.34.1-i486-1gds.tgz from
http://www.linuxpackages.net/
Then I compiled xulrunner-1.8.0.4 like Dukeman described.
I needed pygtk-2.12.0 (dependency: pygobject-2.14.0) too.
gnome-python-2.20.0 requires libgnome-2.20.1, which has a lot of dependencies:
- GConf-2.20.1 (dependency: ORBit2-2.14.10)
- gnome-vfs-2.20.1 (dependency: gnome-mime-data-2.18.0)
- libbonobo-2.20.1 (dependency: pyorbit-2.14.3)
To successfully compile gnome-python you have to make a symbolic link from
/usr/include/libbonobo-2.0/bonobo/Bonobo.h to
/usr/include/bonobo-activation-2.0/bonobo.h
gnome-python-extras-2.19.1 compiled without any problems.
I downloaded the Gnome sources from
http://ftp.gnome.org/pub/GNOME/sources/
Sorry for my bad english and good night!