Re: cvs build



Hi,

I think I found the problem (after going down lots of dead ends).
Patch appended. One of those high effort-to-lines-changed 
ratio kind of patches.

"cpp -I -D__Bonobo_COMPILATION foo.c" seems to fail silently, without
defining -D__Bonobo_COMPILATION. Thus pragma inhibit around all of
Bonobo.idl, thus broken Bonobo.h. However, cpp did output stuff and
appear to work.

Havoc

Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/libbonobo/idl/Makefile.am,v
retrieving revision 1.50
diff -u -p -u -r1.50 Makefile.am
--- Makefile.am 7 Apr 2003 09:43:03 -0000       1.50
+++ Makefile.am 11 Apr 2003 23:55:41 -0000
@@ -42,7 +42,6 @@ IMODULE_SOURCE =      \
  
 idl_flags = \
        -I$(top_srcdir)/idl \
-       -I $(BONOBO_ACTIVATION_IDL_DIR) \
        -D__Bonobo_COMPILATION \
        -D__Bonobo_Unknown_COMPILATION \
        -D__Bonobo_GenericFactory_COMPILATION \



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