GNOME Bugzilla – Bug 320190
patch to build evolution-sharp-0.10.2 with evolution-2.5.1
Last modified: 2006-02-21 16:49:38 UTC
Version details: 0.10.2 Distribution/Version: YDL-4.0.1 With the release of evo-2.5.1, evo-sharp no longer builds. Below is a patch for configure.in that allows evo-sharp to build with evo-2.5.1 -Joseph ================================================================================ --- evolution-sharp-0.10.2/configure.in- 2005-09-12 16:55:58.000000000 -0400 +++ evolution-sharp-0.10.2/configure.in 2005-10-29 15:10:16.000000000 -0400 @@ -107,7 +107,7 @@ AC_MSG_RESULT($IDL_INCLUDES) AC_SUBST(IDL_INCLUDES) -PKG_CHECK_MODULES(EVO_SHELL, "evolution-shell-2.4",, [PKG_CHECK_MODULES(EVO_SHELL, "evolution-shell-2.2")]) +PKG_CHECK_MODULES(EVO_SHELL, "evolution-shell-2.6",, [PKG_CHECK_MODULES(EVO_SHELL, "evolution-shell-2.4",, [PKG_CHECK_MODULES(EVO_SHELL, "evolution-shell-2.2")])]) AC_SUBST(EVO_SHELL_CFLAGS) AC_SUBST(EVO_SHELL_LIBS)
Created attachment 57109 [details] [review] Build evo-sharp for evolution 2.5.4 This patch updates some other stuff needed to make evolution sharp to work but isn't complete. I still get an error when evolution-sharp is used by beagle: Error: Unhandled exception thrown. Exiting immediately. Error: System.DllNotFoundException: evolutionglue in <0x00048> (wrapper managed-to-native) Evolution.Book:e_book_glue_ebook_get_changes (intptr,string,intptr&,intptr&,intptr&,intptr&) in [0x00027] (at /usr/src/redhat/BUILD/evolution-sharp-0.10.2/evolution/Book.custom:78) Evolution.Book:GetChanges (string,Evolution.Contact[]&,Evolution.Contact[]&,string[]&)
Which version of beagle? I am running beagle-0.1.4, which works fine. Beagle and friends wer built using the mono-1.1.12 stack. -Joseph
I'm using the same beagle and mono version
I had he same problem with evolution-1.5.5, there the EDS_SOVERSION=7, instead of 6 in the current patch. I have beagle working fine after that patch. (beagle-0.2.0)
*** This bug has been marked as a duplicate of 329273 ***