[Multisync-users] MultiSync CVS compilation, make problems

2004-04-07 Thread Christian Renner
Hi there, I still have problems compiling the CVS snapshot on my SuSE 8.2 system. I had some time yesterday and was able to find out a little more about the problem: make fails with: libtool: link: cannot find the library '...' The library exists on my system, but libtool expects it to be in /u

Re: [Multisync-users] RE: Palm Plugin Feature Requests

2004-04-07 Thread David A. Desrosiers
> I meant multiple categories for a single address entry. This is possible > for Evolution but not for Palm. Right, you'll end up losing anything from the second category onward on the Palm side. There'll have to be some sort of mechanism to identify multiple categories, but marking one o

Re: [Multisync-users] RE: Palm Plugin Feature Requests

2004-04-07 Thread Armin Bauer
Hi, yes this should be possible to implement. Hope i get it done till 0.82. Armin On Wed, 2004-04-07 at 21:33, Tayfun Can wrote: > I meant multiple categories for a single address entry. This is possible > for Evolution but not for Palm. > > Also looking at the discussions for gpilotd, this s

Re: [Multisync-users] RE: Palm Plugin Feature Requests

2004-04-07 Thread Tayfun Can
I meant multiple categories for a single address entry. This is possible for Evolution but not for Palm. Also looking at the discussions for gpilotd, this seems to be the roadblock for category sync not to be implemented. On Wed, 2004-04-07 at 14:29, David A. Desrosiers wrote: > > Supporting A

Re: [Multisync-users] RE: Palm Plugin Feature Requests

2004-04-07 Thread David A. Desrosiers
> Supporting Address categories for Evolution (even if syncing only the > first one, if multiple defined) would be nice. "if multiple defined"? Multiple what defined? d. --- This SF.Net email is sponsored by: IBM Linux Tutorials Free

[Multisync-users] RE: Palm Plugin Feature Requests

2004-04-07 Thread Tayfun Can
Supporting Address categories for Evolution (even if syncing only the first one, if multiple defined) would be nice. -- Tayfun Can <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by

Re: [Multisync-users] Evolution Plugin

2004-04-07 Thread Masaf Acker
Tom Foottit wrote: Do an 'ldd libevolution_sync.so' /usr/local/lib/multisync # ldd libevolution_sync.so | grep found libversit.so.0 => not found libebook.so.0 => not found libcamel.so.0 => not found libcal-client.so.0 => not found libcal-util.so.0 => not found

Re: [Multisync-users] Evolution Plugin

2004-04-07 Thread Tom Foottit
Do an 'ldd libevolution_sync.so' (libevolution_sync.so is the Evolution plugin, which will be in /lib/multisync) and check the output for libraries that cannot be found at runtime. If you find missing libraries then locate them on your system and add their path to /etc/ld.so.conf and re-run ld

Re: [Multisync-users] Multisync CVS compilation: make looks up wrong lib-dir

2004-04-07 Thread David A. Desrosiers
> Could anybody tell me what to do to make MS look in the "right" > directory? Thanks in advance. Perhaps the standard --with-gtk-prefix=/opt d. --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented

[Multisync-users] Evolution Plugin

2004-04-07 Thread Masaf Acker
Hi, I've installed mutlisync 0.81 through an Suse9.0 RPM and some plugins: backup, syncml, evolution-plugin, ldap, irmc (dependencies are right) but there's no evolution-plugin in the dropdown list of multisync... where's the problem? thanks