Hi all,
I've devoted some time today to update my local libkarma tree
with the latest libkarma patches and I've done some testing (just
in case something had gone broken ... ;)

As far as I can tell, everything looks good and improved; I've 
also noticed the incipient man pages.

Only one problem: lkarmafs fails to compile: 

  lkarmafs.c:1301: error: too many arguments to function 
  'lk_properties_cache_obsolete'

After looking at the patches, this is caused by the latest patch
(hg142): "removed the argument of lk_properties_cache_obsolete()"

Is there any good reason for this change?  There are a baunch of
other libkarma function arguments which seem useless.  If this
one is cleared, should'nt we do the same systematically with
other functions?

Assuming this change is definitively adopted, below is a oneliner 
patch needed for lkarmafs.c to compile with the latest libkarma:

Best,
EV.

###############################################################
--- lkarmafs.c-old      2007-04-21 22:00:45.000000000 +0000
+++ lkarmafs.c  2007-04-21 21:27:50.000000000 +0000
@@ -1298,7 +1298,7 @@
     return -1;
   }
 
-  dbChanged = lk_properties_cache_obsolete(settings);
+  dbChanged = lk_properties_cache_obsolete();
   if(dbChanged) {
     printf("Downloading Rio database... ");
     fflush(stdout);
###############################################################



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
linux-karma-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-karma-devel

Reply via email to