[Evolution] Installing e-plugin 'remove duplicate mail' (was Re: plugin remove duplicated mail not visible)

2007-07-09 Thread Alec Clews
On Mon, 2007-06-25 at 15:45 +0200, J.L. Blom wrote:
 Hi,
 I have the plugin remove duplicated mails in my plugin Manager.

Does anyone know the easiest way to install this plugin on Ubuntu Feisty
(Evo 2.10.1)? I have downloaded the 0.3 plug-in source but I get the
message

checking for REMOVE_DUPLICATES_PLUGIN... configure: error: Package
requirements (
  evolution-plugin-2.10 = 2.3.2
  ) were not met:

No package 'evolution-plugin-2.10' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables
REMOVE_DUPLICATES_PLUGIN_CFLAGS
and REMOVE_DUPLICATES_PLUGIN_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

when I run ./configure. I can't find a package called
evolution-plugin-2.10

I can't find any pre-build deb files either.

Thanks
-- 
Alec Clews [EMAIL PROTECTED]   Principal Consultant
Jabber: [EMAIL PROTECTED]   Voga Consulting Services
skype: alecclews  Voice: +61(425)770-886http://www.voga.com.au
PGPKey ID: 0x9BBBFC7C Melbourne, Australia
blog:http://alecthegeek.wordpress.com/

___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Installing e-plugin 'remove duplicate mail' (was Re: plugin remove duplicated mail not visible)

2007-07-09 Thread Alec Clews
On Mon, 2007-06-25 at 15:45 +0200, J.L. Blom wrote:
 Hi,
 I have the plugin remove duplicated mails in my plugin Manager.

Does anyone know the easiest way to install this plugin on Ubuntu Feisty
(Evo 2.10.1)? I have downloaded the 0.3 plug-in source but I get the
message

checking for REMOVE_DUPLICATES_PLUGIN... configure: error: Package
requirements (
  evolution-plugin-2.10 = 2.3.2
  ) were not met:

No package 'evolution-plugin-2.10' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables
REMOVE_DUPLICATES_PLUGIN_CFLAGS
and REMOVE_DUPLICATES_PLUGIN_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

when I run ./configure. I can't find a package called
evolution-plugin-2.10

I can't find any pre-build deb files either.

Thanks

-- 
Alec Clews [EMAIL PROTECTED] Melbourne, Australia.
Jabber:  [EMAIL PROTECTED] PGPKey ID: 0x9BBBFC7C
blog:http://alecthegeek.wordpress.com/

___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Installing e-plugin 'remove duplicate mail' (was Re: plugin remove duplicated mail not visible)

2007-07-09 Thread Reid Thompson
Alec Clews wrote:
 On Mon, 2007-06-25 at 15:45 +0200, J.L. Blom wrote:
   
 Hi,
 I have the plugin remove duplicated mails in my plugin Manager.
 

 Does anyone know the easiest way to install this plugin on Ubuntu Feisty
 (Evo 2.10.1)? I have downloaded the 0.3 plug-in source but I get the
 message

 checking for REMOVE_DUPLICATES_PLUGIN... configure: error: Package
 requirements (
   evolution-plugin-2.10 = 2.3.2
   ) were not met:

 No package 'evolution-plugin-2.10' found

 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 installed software in a non-standard prefix.

 Alternatively, you may set the environment variables
 REMOVE_DUPLICATES_PLUGIN_CFLAGS
 and REMOVE_DUPLICATES_PLUGIN_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.

 when I run ./configure. I can't find a package called
 evolution-plugin-2.10

 I can't find any pre-build deb files either.

 Thanks
   
Try this...
mkdir src
cd src

sudo apt-get build-dep evolution 
sudo apt-get -b source evolution 

you might have to add evolution-data-server evolution-exchange to the apt-get 
build-dep request... not sure..
after building evolution, then try to build the plugin


___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list