Build problem (+ patch)



Unless I'm missing something obvious, it appears that the patch below is
required to build libbonobo (HEAD). At the moment, it tries to rebuild
orbit-idl, but that is an executable that already exists elsewhere on
the system, so things go a bit wrong. Removing the dependency from the
Makefile fixes things.

Comments? Can somebody bless this?

Cheers,
Malcolm

-- 
If you think nobody cares, try missing a couple of payments.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/libbonobo/ChangeLog,v
retrieving revision 1.39
diff -u -u -r1.39 ChangeLog
--- ChangeLog	2001/05/19 17:04:18	1.39
+++ ChangeLog	2001/05/20 15:01:18
@@ -1,3 +1,8 @@
+2001-05-20  Malcolm Tredinnick <malcolm commsecure com au>
+
+	* bonobo/Makefile.am: Prevent make from trying to rebuild
+	  orbit-idl, since that is handled by another module.
+
 2001-05-19  Martin Baulig  <baulig suse de>
 
 	* bonobo/bonobo-generic-factory.h
Index: bonobo/Makefile.am
===================================================================
RCS file: /cvs/gnome/libbonobo/bonobo/Makefile.am,v
retrieving revision 1.21
diff -u -u -r1.21 Makefile.am
--- bonobo/Makefile.am	2001/05/15 20:18:15	1.21
+++ bonobo/Makefile.am	2001/05/20 15:01:19
@@ -49,7 +49,7 @@
 
 idl_flags = `$(GNOME_CONFIG) --cflags idl` -D__BONOBO_COMPILATION
 
-$(CORBA_SOURCE): $(idls) $(ORBIT_IDL)
+$(CORBA_SOURCE): $(idls)
 	$(ORBIT_IDL) $(top_srcdir)/idl/Bonobo.idl -I$(top_srcdir)/idl $(idl_flags)
 
 lib_LTLIBRARIES = libbonobo-2.la


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