Re: [Multisync-users] libsycnml

2005-08-01 Thread Armin Bauer
daniel friedrich wrote: hi, i played a little bit around and found out that the syncml-http-server plugin use the libsoup2.2-7 from debian but i cant remove it because evolution depends on it. how can i bring the plugin to use the patched libsoup library? i hope it will sync then... ;) don

Re: [Multisync-users] libsycnml

2005-08-01 Thread daniel friedrich
hi, i played a little bit around and found out that the syncml-http-server plugin use the libsoup2.2-7 from debian but i cant remove it because evolution depends on it. how can i bring the plugin to use the patched libsoup library? i hope it will sync then... ;) best regards, daniel Am Montag,

Re: [Multisync-users] libsycnml

2005-08-01 Thread Armin Bauer
dont know if you got my answer before you timed out from irc... hi i'am the tester ,) also when i use port in the syncml-http-server and in my phone entered, it my phone sends 1154 bytes and nothing happend anymore i am sure that i connect to the server beacuse when i didnt start the syn

Re: [Multisync-users] libsycnml

2005-08-01 Thread daniel friedrich
hi, ok i entered port in syncml-http-server and in my phone. but the ethereal log seams to be the same. ( i attached ) im sure that the phone connects to the server. regards, daniel Am Montag, den 01.08.2005, 08:31 +0200 schrieb Armin Bauer: > hi, > > could it be that you had multisync ru

Re: [Multisync-users] libsycnml

2005-07-31 Thread Armin Bauer
daniel friedrich wrote: hi, - interpret UTC as local time (symbian device) - disable string tables this options don't need i to enable anymore in the cvs version? with the old multisync8.0 i had to activate those settings my handy can only http not https will can i change this setting with t

Re: [Multisync-users] libsycnml

2005-07-31 Thread Armin Bauer
daniel friedrich wrote: hi, well with the -wait function i connect with my nokia 7650 but nothing happend. when i abort the "msynctool --sync nokia --wait" command also the handy abort the syncronization. but normally both are in waiting state or so. i have alrady synced with multisync 0.8 pac

Re: [Multisync-users] libsycnml

2005-07-31 Thread daniel friedrich
hi, - interpret UTC as local time (symbian device) - disable string tables this options don't need i to enable anymore in the cvs version? with the old multisync8.0 i had to activate those settings my handy can only http not https will can i change this setting with the msynctool? regards, dani

Re: [Multisync-users] libsycnml

2005-07-31 Thread daniel friedrich
hi, well with the -wait function i connect with my nokia 7650 but nothing happend. when i abort the "msynctool --sync nokia --wait" command also the handy abort the syncronization. but normally both are in waiting state or so. i have alrady synced with multisync 0.8 package from debian (a long tim

Re: [Multisync-users] libsycnml

2005-07-31 Thread Armin Bauer
daniel friedrich wrote: ok i configured a group nokia with syncml-http-server and evo2-sync. [EMAIL PROTECTED]:~$ msynctool --configure nokia 1 testtest/test [EMAIL PROTECTED]:~$ msynctool --configure nokia 2 file:///home/daniel/.evolution/addressbook/local/systemfile:///home/daniel/.evol

Re: [Multisync-users] libsycnml

2005-07-31 Thread daniel friedrich
ok i configured a group nokia with syncml-http-server and evo2-sync. [EMAIL PROTECTED]:~$ msynctool --configure nokia 1 testtest/test [EMAIL PROTECTED]:~$ msynctool --configure nokia 2 file:///home/daniel/.evolution/addressbook/local/systemfile:///home/daniel/.evolution/calendar/local/systemf

Re: [Multisync-users] libsycnml

2005-07-31 Thread daniel friedrich
sorry i read not the complete last mail... Am Sonntag, den 31.07.2005, 14:13 +0200 schrieb daniel friedrich: > that seams alright: > > [EMAIL PROTECTED]:/usr/local/lib/opensync/plugins$ ls -la > insgesamt 160 > drwxr-sr-x 2 root staff 4096 2005-07-31 14:03 . > drwxr-sr-x 4 root staff 4096 20

Re: [Multisync-users] libsycnml

2005-07-31 Thread daniel friedrich
that seams alright: [EMAIL PROTECTED]:/usr/local/lib/opensync/plugins$ ls -la insgesamt 160 drwxr-sr-x 2 root staff 4096 2005-07-31 14:03 . drwxr-sr-x 4 root staff 4096 2005-05-22 11:38 .. -rwxr-xr-x 1 root staff 2056 2005-07-31 00:47 evo2_sync.la -rwxr-xr-x 1 root staff 63851 2005-07-31 00

Re: [Multisync-users] libsycnml

2005-07-31 Thread Armin Bauer
Danny Backx wrote: Did you also install ? On my system, 'make install' installs stuff in /usr/local/lib/multisync Could you check whether the libraries are correctly named? Some older versions of libtool didn't name the shared libraries right. They didn't have "

Re: [Multisync-users] libsycnml

2005-07-30 Thread Danny Backx
Did you also install ? On my system, 'make install' installs stuff in /usr/local/lib/multisync Could you check whether the libraries are correctly named? Some older versions of libtool didn't name the shared libraries right. They didn't have ".so" in their name. If

Re: [Multisync-users] libsycnml

2005-07-30 Thread daniel friedrich
hi i am again ;) i patched the syncml_plugin.c : smlAuthSetVerifyCallback(env->auth,(SmlAuthVerifyCb) _verify_user, env); and now all things are built but :) when i click on options in multisync when i choosed the syncml-http-server plugin nothing happened. i got this console output: Unable to f

Re: [Multisync-users] libsycnml

2005-07-30 Thread daniel friedrich
hi, with gcc-3.4 i can compile opensync libsyncml libsoup multisync but when do make at the syncml plugin i got this error: syncml_plugin.c: In function `syncml_http_server_init': syncml_plugin.c:307: warning: passing arg 2 of `smlAuthSetVerifyCallback' from incompatible pointer type make[2]: ***

Re: [Multisync-users] libsycnml

2005-07-30 Thread daniel friedrich
hi i when i try to do a make on the syncml library i got the following error: cc1: warnings being treated as errors sml_transport.c: In function 'smlTransportSend': sml_transport.c:215: warning: pointer targets in passing argument 1 of 'smlPrintBinary' differ in signedness sml_transport.c: In fun

Re: [Multisync-users] libsycnml

2005-07-30 Thread daniel friedrich
hi armin, i always install with ./autogen.sh make make install so i copied the autogen.sh file from opensync to the other root directories. (libsyncml etc.) but when i try to ./autogen.sh libsyncml it aborted with: >aclocal:configure.ac:40: warning: macro `AM_PATH_CHECK' not found in >library >c

Re: [Multisync-users] libsycnml

2005-07-29 Thread Armin Bauer
hi, you can download libsyncml from http://svn.opensync.org/libsyncml/trunk using subversion. then you need a patched libsoup (the http library) from http://svn.opensync.org/libsoup/trunk i recommend installing both with a different --prefix so i does not interfere with other installed librarie

[Multisync-users] libsycnml

2005-07-29 Thread daniel friedrich
hi, how can i download libsyncml, because i want to try to sync evo2 with the sycnml plugin for multisync? mfg daniel --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Developme