Re: GARNOME 0.28.3



On Sun, 2003-12-14 at 11:49, Jeff Waugh wrote:
> Please use the new GARNOME, 0.28.3, and tell me if it generally works. The
> Desktop stuff should build, apart from Gnomemeeting, which needs incredibly
> recent pwlib/openh323, and no one has made nice garballs for those yet.

Scrollkeeper doesn't compile under gcc 2.96 without the attached patch.
Any idea where to report this, as scrollkeeper doesn't seem to be in
GNOME bugzilla?

Lee
-- 
Lee Willis                                lee leewillis co uk
--- libs/install.c.orig	Sun Dec 14 14:56:54 2003
+++ libs/install.c	Sun Dec 14 14:57:07 2003
@@ -517,10 +517,10 @@
     /* these should all be <sect> nodes */	    
     for(node = sect_node; node != NULL; node = node->next)
     {
+	xmlChar *categorycode;
+	
     	if (xmlStrcmp(node->name, (xmlChar *)"sect"))
 	    continue;
-	
-	xmlChar *categorycode;
 	
 	categorycode = xmlGetProp(node, (xmlChar *)"categorycode");
 	if (categorycode == NULL)


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