On Thu, Jun 24, 2010 at 8:42 PM, Patrick Ohly <patrick.ohly(a)intel.com> wrote:
Yes. The configure script defaults to building with Evolution and
complains if the development files are not found, but using
--disable-ebook --disable-ecal will tell it to proceed anyway.
Thanks. I'm getting somewhere with the compilation, though have
reached an error. Attached is the build log.
So far, I have installed the following dependencies:
* openobex
* bluez
makedepends:
* autoconf
* boost
* pkgconfig
... referring to this page on the wiki:
http://syncevolution.org/wiki/packaging-syncevolution
Have I missed any?
I don't quite see how SyncEvolution gets involved here. Do you
mean that
you'll sync TB<->Funambol<->SyncEvolution<->phone? That's
possible, but
wouldn't it be easier to sync Funambol and the phone directly?
It probably would be except Funambol doesn't support SyncML OBEX over
Bluetooth directly (it uses HTTP bindings).
There is a guide
(
https://core.forge.funambol.org/wiki/FunambolOverBluetooth) that uses
a Bluetooth PAN, but it's laborious and was unsuccessful for me
nonetheless.
Or use SyncEvolution as local SyncML server and sync
TB<->SyncEvolution<->phone.
In both case you can use the local file backend in SyncEvolution to
store data.
That would be more of an ideal approach. I'll read up about the local
file backend. First step is to get syncEvo installed :)