Re: [evolution-patches] patch to get experimental plugins compiling again
- From: Harish Krishnaswamy <kharish novell com>
- To: Iain Buchanan <iaindb netspace net au>
- Cc: evolution-patches gnome org
- Subject: Re: [evolution-patches] patch to get experimental plugins compiling again
- Date: Fri, 02 Jun 2006 12:19:06 +0530
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
> Evolution-patches gnome org
> http://mail.gnome.org/mailman/listinfo/evolution-patches
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]