[Nautilus-list] Pacth for split Bonobo...



Hi Guys,

	Since bonobo is now split into gui / non-gui libraries, someone
needs to apply this patch to nautilus to get it to build again with HEAD
bonobo; I havn't test compiled, but the generated Makefile's look sane.

	Apologies for the ugliness, but doing a s/BONOBO_/BONOBOX_/ in the
Makefiles seemed pointless.

	Regards,

		Michael.

Index: configure.in
===================================================================
RCS file: /cvs/gnome/nautilus/configure.in,v
retrieving revision 1.124
diff -u -r1.124 configure.in
--- configure.in	2000/08/01 01:49:58	1.124
+++ configure.in	2000/08/03 01:31:50
@@ -219,13 +219,17 @@
 *** GLIB 1.2.0 or better is required. The latest version of GLIB
 *** is always available from ftp://ftp.gtk.org/.]))
 
-AM_PATH_GNOME(1.0.0,,AC_MSG_ERROR([*** GNOME 1.0.0 or better is
required.]), gnomecanvaspixbuf bonobo vfs idl)
+AM_PATH_GNOME(1.0.0,,AC_MSG_ERROR([*** GNOME 1.0.0 or better is
required.]), gnomecanvaspixbuf bonobox vfs idl)
 AC_SUBST(GNOMECANVASPIXBUF_LIBS)
 AC_SUBST(GNOMECANVASPIXBUF_INCLUDEDIR)
 AC_SUBST(GNORBA_CFLAGS)
 AC_SUBST(GNORBA_LIBS)
+
+BONOBO_CFLAGS=$BONOBOX_CFLAGS
 AC_SUBST(BONOBO_CFLAGS)
+BONOBO_LIBS=$BONOBOX_LIBS
 AC_SUBST(BONOBO_LIBS)
+
 AC_SUBST(VFS_CFLAGS)
 AC_SUBST(VFS_LIBS)
 AC_SUBST(IDL_CFLAGS)

-- 
 mmeeks gnu org  <><, Pseudo Engineer, itinerant idiot






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