Re: [Evolution-hackers] [Evolution] Current issues with Evolution 2.12 / Exchange

2007-10-07 Thread Jacob Johnny
Using HTML mails not recommended ! ;-)

- Johnny

On Fri, 2007-09-21 at 06:33 +0530, Suman wrote:
 Hi Paul..
 
 On 20/09/2007, Paul Smith [EMAIL PROTECTED] wrote:
 Hi all;
 
 This seemed useful to some people last time, so I'm doing it
 again now.  I've been using Evolution from SVN for a few
 months now tracking the latest changes and overall I've been
 REALLY happy: so many things are much better, especially with
 Exchange integration, than in 2.10 or any previous release.
 Applause and cheers for everyone's hard work over the last 6
 months!!
 
 However, there are still some issues.  I hope now is a good
 time to point them out so maybe we can concentrate on these
 for 2.12.1 or 2.12.2.  Others might have a different list of
 issues, but these are mine (links to bugzilla entries).  I've
 updated the bugzilla entries with the latest info I have. 
 
 As I said, I'm building Evo and all components (libsoup,
 gtkhtml, e-d-s, evo, evo-exchange, evo-webcal) locally with
 debugging enabled and running them with full logging, each
 instance in its own directory.  I stand ready and willing to
 help anyone who wants to, to work on these issues!  I've tried
 to order them in order of precedence (how much I want them
 fixed), most pain to lesser pain.
 
 478090: Tried to create a meeting on the Exchange server, and
 Evo crashed when adding an address
 This is a big one for me, because I need to schedule
 meetings through this mailing list.  Because of this
 problem I have to create my meetings through Exchange
 webmail rather than Evolution!  Luckily (in all senses
 of the word) I don't have to create meetings very
 often.
 the link: http://bugzilla.gnome.org/show_bug.cgi?id=478038
 
 
 478090: Meeting acceptances for attendees who weren#39;t
 listed are lost
 This isn't a huge deal, but it's pretty annoying.
 Thanks for the input !! 
 
 -Suman
 
 
 -- 
 
 -
  Paul D. Smith 
 [EMAIL PROTECTED] http://make.mad-scientist.u
  Please remain calm--I may be mad, but I am a professional.--Mad 
 Scientist
 ___
 Evolution-hackers mailing list
 Evolution-hackers@gnome.org
 http://mail.gnome.org/mailman/listinfo/evolution-hackers

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


Re: [Evolution-hackers] Evolution.Contact.Set(ContactField field, IntPtr value)

2007-10-04 Thread Jacob Johnny
Hi Marcus,

On Sat, 2007-09-29 at 10:03 +0200, Marcus Krantz wrote:
 Hi all,
 I'm playing around a little bit Evolution-sharp. Since .NET is all new
 to me I have some problems setting fields of contact instances. I
 would really like to use the Set function but when I try I get
 compilation errors all the time. Consider the following snippet: 
 
 Contact c = new Contact();
 ContactAddress addr = new ContactAddress();

IntPtr i = Marshal.AllocHGlobal(Marshal.SizeOf(addr));

 
 addr.Country = Sweden;
 addr.Street = Test;
 addr.Code = SE-123 23;
 addr.Region = Gothenburg;
 
 c.Set(ContactField.AddressWork, addr);// CS1503
 c.Set(ContactField.Email, [EMAIL PROTECTED]);//CS1503
 

Marshal.StructureToPtr (addr ,i, false);
c.Set(ContactField.AddressWork, i); 

You need to free the allocated memory.

This may help :
http://www.mono-project.com/Interop_with_Native_Libraries

Regards,
Johnny

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


Re: [Evolution-hackers] Evolution plugin with Mono

2007-08-20 Thread Jacob Johnny
On Sun, 2007-08-19 at 23:49 -0600, Sankar P wrote:
 On Sun, 2007-08-19 at 20:10 +0200, Manuel de la Pena wrote:
  Hi guys,
  
  I'm currently developing and application that I want to interact with  
  evolution, specially with the contacts storage. I'm using Mono to  
  develop the application and I was wondering there has been some work  
  done regarding a mono and evolution integration in some way or I  
  should use c as explained in http://www.gnome.org/projects/evolution/ 
  developer-doc/eplugin/
 
 At the moment, the mono-plugin-loader is untested and is experimental.
 It is planned to improve it for 2.14  So, at the moment, using C is the
 only option.
 
 What will your app. do ? You may need to use EDS APIs than write a
 plugin for Evo. if your app. wants to search/fetch the contacts.

Evolution Sharp (C# Bindings for EDS) can be used for this.

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

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


Re: [Evolution-hackers] can't configure evolution as of rev 34033 due to ?

2007-08-19 Thread Jacob Johnny
Thanks to Gilles Dartiguelongue for the patch. Committed to trunk rev
34040.

- Johnny

On Sun, 2007-08-19 at 01:52 +0200, Tobias Mueller wrote:
 Hi folks,
 
 I desperately try to build evolution but even the configure fails.
 Please see the following transcript:
 
 
  *** Checking out evolution *** [1/1]
  
  svn update .
  Uhelp/es/es.po
  Updated to revision 34033.
  *** Configuring evolution *** [1/1]
  
  ./autogen.sh --prefix /opt/gnome2 --libdir '${exec_prefix}/lib64'  
  --disable-static --disable-scrollkeeper --disable-gtk-doc 
  --with-openldap=yes --enable-nntp=yes --enable-ipv6=yes 
  --enable-test-component=yes --enable-nss=yes --enable-smime=yes 
  --enable-plugins=all
  /opt/gnome2/bin/gnome-autogen.sh
  checking for autoconf = 2.53...
testing autoconf2.50... not found.
testing autoconf... found 2.60
  checking for automake = 1.6...
testing automake-1.10... found 1.10
  checking for libtool = 1.4.3...
testing libtoolize... found 1.5.22
  checking for glib-gettext = 2.2.0...
testing glib-gettextize... /opt/gnome2/bin/glib-gettextize: line 74: 
  echo: write error: Broken pipe
  /opt/gnome2/bin/glib-gettextize: line 75: echo: write error: Broken pipe
  found 2.14.1
  checking for intltool = 0.25...
testing intltoolize... found 0.36.1
  checking for pkg-config = 0.14.0...
testing pkg-config... found 0.21
  checking for gnome-doc-utils = 0.4.2...
testing gnome-doc-prepare... found 0.11.1
  Checking for required M4 macros...
  Checking for forbidden M4 macros...
  Processing ./configure.in
  Running libtoolize...
  Running glib-gettextize... Ignore non-fatal messages.
  Copying file mkinstalldirs
  Copying file po/Makefile.in.in
  
  Please add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4
  from the /aclocal directory to your autoconf macro directory
  or directly to your aclocal.m4 file.
  You will also need config.guess and config.sub, which you can get from
  ftp://ftp.gnu.org/pub/gnu/config/.
  
  Running intltoolize...
  Running gnome-doc-prepare...
  You should update your 'aclocal.m4' by running aclocal.
  Running aclocal-1.10...
  /opt/gnome2/share/aclocal/audiofile.m4:12: warning: underquoted definition 
  of AM_PATH_AUDIOFILE
  /opt/gnome2/share/aclocal/audiofile.m4:12:   run info '(automake)Extending 
  aclocal'
  /opt/gnome2/share/aclocal/audiofile.m4:12:   or see 
  http://sources.redhat.com/automake/automake.html#Extending-aclocal
  configure.in:102: warning: AC_ARG_PROGRAM invoked multiple times
  Running autoconf...
  configure.in:102: warning: AC_ARG_PROGRAM invoked multiple times
  Running autoheader...
  configure.in:102: warning: AC_ARG_PROGRAM invoked multiple times
  Running automake-1.10...
  configure.in:102: warning: AC_ARG_PROGRAM invoked multiple times
  data/Makefile.am:4: `%'-style pattern rules are a GNU make extension
  data/Makefile.am:12: `%'-style pattern rules are a GNU make extension
  gnome-doc-utils.make:63: HAVE_GNOME_DOC_UTILS does not appear in 
  AM_CONDITIONAL
  help/Makefile.am:3:   `gnome-doc-utils.make' included from here
  gnome-doc-utils.make:133: ENABLE_SK does not appear in AM_CONDITIONAL
  help/Makefile.am:3:   `gnome-doc-utils.make' included from here
  gnome-doc-utils.make:182: ENABLE_SK does not appear in AM_CONDITIONAL
  help/Makefile.am:3:   `gnome-doc-utils.make' included from here
  gnome-doc-utils.make:74: if $(DOC_H_FILE: non-POSIX variable name
  gnome-doc-utils.make:74: (probably a GNU make extension)
  help/Makefile.am:3:   `gnome-doc-utils.make' included from here
  gnome-doc-utils.make:77: if $(DOC_H_FILE: non-POSIX variable name
  gnome-doc-utils.make:77: (probably a GNU make extension)
  help/Makefile.am:3:   `gnome-doc-utils.make' included from here
  gnome-doc-utils.make:110: if $(DOC_USER_FORMATS: non-POSIX variable name
  gnome-doc-utils.make:110: (probably a GNU make extension)
  help/Makefile.am:3:   `gnome-doc-utils.make' included from here
  gnome-doc-utils.make:115: if $(filter environment,$(origin LINGUAS: 
  non-POSIX variable name
  gnome-doc-utils.make:115: (probably a GNU make extension)
  help/Makefile.am:3:   `gnome-doc-utils.make' included from here
  gnome-doc-utils.make:115: filter $(LINGUAS: non-POSIX variable name
  gnome-doc-utils.make:115: (probably a GNU make extension)
  help/Makefile.am:3:   `gnome-doc-utils.make' included from here
  gnome-doc-utils.make:144: shell xmllint --format $(2: non-POSIX variable 
  name
  gnome-doc-utils.make:144: (probably a GNU make extension)
  help/Makefile.am:3:   `gnome-doc-utils.make' included from here
  gnome-doc-utils.make:144: notdir $(patsubst %/$(notdir $(2: non-POSIX 
  variable name
  gnome-doc-utils.make:144: (probably a GNU make extension)
  help/Makefile.am:3:   `gnome-doc-utils.make' included from here
  gnome-doc-utils.make:144: if $(_ENABLE_SK: non-POSIX variable name
  gnome-doc-utils.make:144: (probably a GNU make extension)
  help/Makefile.am:3: