GNOME Bugzilla – Bug 631074
evolution plugin does not build
Last modified: 2010-10-04 08:23:29 UTC
This is with tracker 0.9.23 and e-d-s 2.32.0: CC tracker-evolution-plugin.lo tracker-evolution-plugin.c: In function 'name_owner_changed_cb': tracker-evolution-plugin.c:2192:5: error: too few arguments to function 'tracker_sparql_connection_get' ../../../src/libtracker-sparql/tracker-sparql.h:200:26: note: declared here tracker-evolution-plugin.c: In function 'miner_started': tracker-evolution-plugin.c:2409:3: error: too few arguments to function 'tracker_sparql_connection_get' ../../../src/libtracker-sparql/tracker-sparql.h:200:26: note: declared here tracker-evolution-plugin.c: In function 'miner_resumed': tracker-evolution-plugin.c:2508:3: error: too few arguments to function 'tracker_sparql_connection_get' ../../../src/libtracker-sparql/tracker-sparql.h:200:26: note: declared here make[5]: *** [tracker-evolution-plugin.lo] Error 1
Created attachment 171525 [details] [review] Simple patch That should fix it.
It does, thanks.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report. Thanks Vincent, someone else mentioned it on Friday but I didn't get around to fixing it. Silly me, I added the changes to that API but didn't have the evolution plugin configured to build. Thanks for the patch. Will do a release shortly to fix things.