Hi again.
I was hoping to use/test the opensync binding that is described here:
http://syncevolution.org/documentation/sync-opensync-bluetooth
The libsyncml build/install seemed work OK.
Alas, when I build and run obexd, it does not support syncevolution as
shown below. I am currently trying to reverse-engineer the code, and
work through prior discussions on this list, but any tips/pointers in
the interim would be appreciated.
I'm not sure if the obexd build is meant to be finding libsyncml or
syncevolution. If so, one thing I noticed is that when configure is
invoked, the output shows the following:
checking for GLIB... yes
checking for DBUS... yes
checking for dbus_watch_get_unix_fd in -ldbus-1... yes
checking for OPENOBEX... yes
checking for BLUEZ... yes
checking for EBOOK... yes
checking for GTHREAD... yes
i.e. there is no reference to either syncml or syncevolution. Also,
when I do an lld on obexd, there is no coupling to libsyncml or
syncevolution.
Tips appreciated.
J.
----------------------------------------------
[1] Checkout, build, and test obexd
[jas@talby obexd]$ git clone
http://git.kernel.org/pub/scm/bluetooth/obexd.git
[jas@talby obexd]$ ./bootstrap-configure
[jas@talby obexd]$ make
[jas@talby obexd]$ ./src/obexd -nd
No server selected (use either --opp or --ftp or both)
[jas@talby obexd]$ ./src/obexd -nd --syncevolution
Unknown option --syncevolution