Re: patch to get experimental plugins compiling again
Harish Krishnaswamy <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <[email protected]> |
Added ChangeLog and committed the change in your name on both the trunk and the gnome-2-14 branch. Looks to me to be a typo arising from http://cvs.gnome.org/viewcvs/evolution/configure.in?r1=1.861&r2=1.862 Thanks for the patch. --Harish On Wed, 2006-05-31 at 16:50 +0930, Iain Buchanan wrote: > Hi, > > I noticed that I couldn't compile "prefer-plain" because configure > complained: > > configure: error: the specified plugin prefer-plain does not exist > > So I had a look at the configure scripts, and I can fix it with this > patch to configure.in (the plugin does in fact exist, it appears to just > not be in the list of plugin names that configure looks at) > > I don't know if this patch is the "right" way to do it - I couldn't > quite figure out what the author was trying to do with all those > > > plugins_base_always =blah > plugins_base ="$plugins_base_always $SA_JUNK_PLUGIN... > all_plugins_base ="$plugins_base_always sa-junk-plugin... > > plugins_standard_always ="blah... > plugins_standard ="$plugins_standard_always" > all_plugins_standard ="$plugins_standard" > > plugins_experimental_always ="blah... > plugins_experimental ="$plugins_experimental_always $IPOD_SYNC" > all_plugins_experimental ="$plugins_experimental_always ipod-sync" > > > so my patch may be the wrong way of doing it, but it compiles :) It > works against 2.6.2 and 2.6.1. > > Comments welcome, thanks. > _______________________________________________ > Evolution-patches mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/evolution-patches