[Evolution-hackers] EPlugin newbie query

2008-03-14 Thread Johan Jonathan Nugraha
Hi,

I've read the EPlugin manual docs and I've written my own code and XML
files. I tried to compile but It seems my plugin is not working.
After searching more I found out that i need to use --*enable*-*plugins*=*
all* .
May I know how to use this option?

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


Re: [Evolution-hackers] EPlugin newbie query

2008-03-14 Thread Andre Klapper
Am Freitag, den 14.03.2008, 17:09 +0800 schrieb Johan Jonathan Nugraha:
 I've read the EPlugin manual docs and I've written my own code and XML
 files. I tried to compile but It seems my plugin is not working.

what does is not working mean? what does tried to compile mean?

 After searching more I found out that i need to use
 --enable-plugins=all . 
 May I know how to use this option?

when you run configure/autogen.sh, you add --enable-plugins=all to the
command.

andre
-- 
 mailto:[EMAIL PROTECTED] | failed
 http://www.iomc.de/  | http://blogs.gnome.org/aklapper


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] EPlugin newbie query

2008-03-14 Thread Sankar P
On Fri, 2008-03-14 at 17:09 +0800, Johan Jonathan Nugraha wrote:
 Hi, 
 
 I've read the EPlugin manual docs and I've written my own code and XML
 files. I tried to compile but It seems my plugin is not working.
 After searching more I found out that i need to use
 --enable-plugins=all . 

Add your plugin sources to evolution/plugins/plugin-name folder.

I assume evolution is the folder where you have your evolution sources
built. 

Your plugin need to have its Makefile.am and follow autotools' logic.

1) Open the file configure.in your evolution source directory.
2) Search for plugins_standard and add your plugin-name to the list of
already existing plugin names. (like 
3) Search for plugins/external-editor/Makefile and add your plugin
name as plugins/your-plugin-name/Makefile

4) Now run autogen with the argument --enable-plugins=all along with
all other arguments that you have used earlier.

5) Run make install from your plugin directory. You should have your
plugin installed.

 May I know how to use this option?
 
 Johan J.N
 ___
 Evolution-hackers mailing list
 Evolution-hackers@gnome.org
 http://mail.gnome.org/mailman/listinfo/evolution-hackers
-- 
Sankar P

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