Re: [Evolution-hackers] Compile Evolution Mail as .so file with API for other GUI on ARM device

2012-02-09 Thread Michal G.
Hi, If you are looking to get eds/evo rid of gtk, you are proned to be lost. Instead, use the dbus api and write a email client in qt. You can glance it https://meego.gitorious.org/meego-ux/meego-app-email. I worked on a qt/qml based email client which spoke to the email daemon over dbus. It

Re: [Evolution-hackers] Compile Evolution Mail as .so file with API for other GUI on ARM device

2012-02-06 Thread Michal G.
Hi, I need more support as Evolution is huge project and I feel that I am lost. Last days, I just went through code and I compiled EDS but on X86 without Gtk+. Thus, I modified some configuration files and main makefile to be able to compile. Next, I tried to compile Evolution. But there is a

Re: [Evolution-hackers] Compile Evolution Mail as .so file with API for other GUI on ARM device

2012-02-02 Thread Michal G.
successful compilation. Could you help me in estimation? Thanks in advance for advices. Michal On Tue, Jan 31, 2012 at 3:06 PM, Michal G. guziemic.s...@gmail.com wrote: Hi, I tried to compile EDS with my SDK and unfortunately I did not success. I run autogen.sh --host=arm-oe-linux-gnueabi

Re: [Evolution-hackers] Compile Evolution Mail as .so file with API for other GUI on ARM device

2012-02-02 Thread Michal G.
, 2012 at 2:49 PM, Michal G. guziemic.s...@gmail.com wrote: Hi Srini, I will go in direction of modifying build process to be able to remove all dependencies to libraries that are not available on my SDK. I think it should be possible, but still I am not sure. My aim is to compile EDS

Re: [Evolution-hackers] Compile Evolution Mail as .so file with API for other GUI on ARM device

2012-01-31 Thread Michal G.
...@gnome.orgwrote: Hi On Mon, Jan 30, 2012 at 6:27 PM, Michal G. guziemic.s...@gmail.com wrote: Hi, Thank you for answer. Yes. I'm looking for mail engine that will be able to communicate for instance over DBUS which some UI. My device does not uses X.org, GTK and Cairo. It future, I

Re: [Evolution-hackers] Compile Evolution Mail as .so file with API for other GUI on ARM device

2012-01-30 Thread Michal G.
library (http://mad-scientist.us/evolution.html - should I follow this process) - API of DBUS Michal On Sat, Jan 28, 2012 at 7:35 AM, Srinivasa Ragavan sraga...@gnome.orgwrote: Hi Michal, On Fri, Jan 27, 2012 at 5:27 PM, Michal G. guziemic.s...@gmail.com wrote: Hi, I've been

[Evolution-hackers] Compile Evolution Mail as .so file with API for other GUI on ARM device

2012-01-27 Thread Michal G.
Hi, I've been investigating a possibility of Evolution Mail cross-compilation for Linux X-less device (ARM) and use it as dynamic library that will provide me possibility to expose API that could be utilize by HMI layer. 1)Is it possible to compile Evolution Mail without any user interface