The Bonobo package contains a set of language and system independent CORBA interfaces for creating reusable components, controls and compound documents.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/bonobo/1.0/bonobo-1.0.22.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/bonobo/1.0/bonobo-1.0.22.tar.bz2
Download MD5 sum: 7718c374ed82911b24d95fa3ab55dda5
Download size: 1.2 MB
Estimated disk space required: 48 MB
Estimated build time: 1.5 SBU
OAF-0.6.10 and GNOME Print-0.37
GTK-Doc-1.6 and DocBook-utils-0.6.14
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/bonobo14
Install Bonobo by running the following commands:
sed -i 's/static \(const struct CORBA\)/\1/' tests/test-any.c && ./configure --prefix=/opt/gnome-1.4 && make
To test the results, issue: make check.
Now, as the root user:
make install && install -v -m755 -d /opt/gnome-1.4/share/doc/bonobo-1.0.22 && install -v -m644 doc/{FAQ,Monikers,*.txt} \ /opt/gnome-1.4/share/doc/bonobo-1.0.22
sed -i '...' tests/test-any.c: This command fixes a problem if the package is compiled using GCC-4.0.x.
--prefix=/opt/gnome-1.4: Installs Bonobo in the GNOME 1.4 directory structure.
Last updated on 2006-06-21 11:26:07 -0500