Hi, On Wed, 2007-02-07 at 21:52 +0400, George Sherwood wrote: > /FilterScribus.cs ./FilterOle.cs ./FilterPPT.cs ./FilterDOC.cs > - -r:/usr/lib/mono/gmime-sharp/gmime-sharp.dll > - -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll > - -r:/usr/lib/mono/gtk-sharp/gsf-sharp.dll -r:ICSharpCode.SharpZipLib > - -r:Mono.Posix -r:System.Web -r:../Util/Util.dll > - -r:../BeagleClient/Beagle.dll > - -r:../beagled/BeagleDaemonPlugins.dll ./FilterArchive.cs(183,8): > warning CS0219: The variable `broken_count' is assigned but its value > is never used ./FilterOpenOffice.cs(486,12): error CS0023: The `+' > operator cannot be applied to operand of type `string' Compilation > failed: 1 error(s), 1 warnings make[2]: *** [Filters.dll] Error 1 > make[2]: Leaving directory `/usr/src/beagle-0.2.16/Filters' make[1]: > *** [all-recursive] Error 1 make[1]: Leaving directory > `/usr/src/beagle-0.2.16' make: *** [all] Error 2 > > Any ideas?
Yeah, it's a syntax error that the Mono compiler didn't pick up until recently. Remove the plus sign from that line in the file and it'll compile. I'll check a fix into svn. Joe _______________________________________________ Dashboard-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dashboard-hackers
