Patch for panel compilation and linking



The panel doesn't compile anymore. To compile it needs the fix in attachment
#1.

Also, it doesn't link without libgnorbagtk. To make it link I had to update
gnome-config (fix in attachment #2)
 
I hope this is the right way to do it.

Otherwise The Gnome is growing up nicely. Keep up the good work.

Cheers,
        Luca
--- gnome-core/panel/applet-widget.c~	Sat Apr  3 18:55:28 1999
+++ gnome-core/panel/applet-widget.c	Sun Apr  4 10:50:19 1999
@@ -8,6 +8,7 @@
 
 #include <applet-widget.h>
 #include <libgnorba/gnorba.h>
+#include <libgnorba/gnome-factory.h>
 
 #include "gnome-panel.h"
 
--- gnome-libs/gnome-config.in~	Tue Feb 16 19:19:44 1999
+++ gnome-libs/gnome-config.in	Sun Apr  4 11:05:46 1999
@@ -165,7 +165,7 @@
 	the_libs="$the_libs @GNOME_LIBDIR@ @GTKXMHTML_LIBS@"
 	;;
     gnorba)
-        the_libs="$the_libs @GNOME_LIBDIR@ -lgnorba @ORBIT_LIBS@"
+        the_libs="$the_libs @GNOME_LIBDIR@ -lgnorba -lgnorbagtk @ORBIT_LIBS@"
 	the_flags="$the_flags @GNOME_INCLUDEDIR@ @ORBIT_CFLAGS@"
         ;;
     idl)


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