From: Juha T. <Juh...@ik...> - 2006-09-12 11:52:41
|
On Tuesday 12 September 2006 14:12, Rodolfo Medina wrote: > But I can't find syncml-obex-client in the plugin list at: > > http://www.opensync.org/wiki/download > it comes from libsyncml. Tuju -- Ajatteleva ihminen tarvitsee unta. |
From: Rodolfo M. <rod...@gm...> - 2006-09-16 16:14:45
|
Rodolfo Medina <rod...@gm...> writes: >>> when I do `make' to install wbxml2-0.9.0-src.tar.gz, >>> it stops giving the following error message: >>> >>> [...] >>> >>> . Can anyone suggest how to fix that? >>> Both libexpat1-dev and libexpat1 are installed. "Alberto Saez" <alb...@gm...> writes: > Ok. Edit the src/Makefile > > The libs declaration should be like this: > > LIBS = -lexpat -lz -lpopt -lnsl > > (if no, plese, add) > > If this doesn't work, change the line to: > > LIBS = -lexpat -lz -lpopt -lnsl /usr/lib/libexpat.so > > and try again. this should work Thanks: it seems that it works. In wbxml2-0.9.0/src/Makefile, I changed the line LIBS = -lnsl into: LIBS = -lexpat -lz -lpopt -lnsl /usr/lib/libexpat.so , then run ./configure and make again and this time it went all right. But now, a similar problem arose with the building of libsyncml: the `make' step gave the same problem as before: $ make make all-recursive make[1]: Entering directory `/home/rodolfo/tmp/libsyncml' Making all in libsyncml make[2]: Entering directory `/home/rodolfo/tmp/libsyncml/libsyncml' Making all in parser make[3]: Entering directory `/home/rodolfo/tmp/libsyncml/libsyncml/parser' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/rodolfo/tmp/libsyncml/libsyncml/parser' Making all in transports make[3]: Entering directory `/home/rodolfo/tmp/libsyncml/libsyncml/transports' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/rodolfo/tmp/libsyncml/libsyncml/transports' Making all in objects make[3]: Entering directory `/home/rodolfo/tmp/libsyncml/libsyncml/objects' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/rodolfo/tmp/libsyncml/libsyncml/objects' make[3]: Entering directory `/home/rodolfo/tmp/libsyncml/libsyncml' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/rodolfo/tmp/libsyncml/libsyncml' make[2]: Leaving directory `/home/rodolfo/tmp/libsyncml/libsyncml' Making all in tests make[2]: Entering directory `/home/rodolfo/tmp/libsyncml/tests' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rodolfo/tmp/libsyncml/tests' Making all in tools make[2]: Entering directory `/home/rodolfo/tmp/libsyncml/tools' /bin/sh ../libtool --mode=link gcc -Wall -Werror -g -O2 -o syncml-http-server -pthread -lgthread-2.0 -lglib-2.0 -lxml2 -R /usr/local/lib syncml-http-server.o ../libsyncml/libsyncml.la gcc -Wall -Werror -g -O2 -o .libs/syncml-http-server -pthread syncml-http-server.o /usr/lib/libgthread-2.0.so /usr/lib/libglib-2.0.so /usr/lib/libxml2.so ../libsyncml/.libs/libsyncml.so -Wl,--rpath -Wl,/usr/local/lib /usr/local/lib/libwbxml2.so.0: undefined reference to `XML_GetCurrentByteIndex' /usr/local/lib/libwbxml2.so.0: undefined reference to `XML_SetElementHandler' /usr/local/lib/libwbxml2.so.0: undefined reference to `XML_Parse' /usr/local/lib/libwbxml2.so.0: undefined reference to `XML_ParserFree' /usr/local/lib/libwbxml2.so.0: undefined reference to `XML_SetCharacterDataHandler' /usr/local/lib/libwbxml2.so.0: undefined reference to `XML_ParserCreate' /usr/local/lib/libwbxml2.so.0: undefined reference to `XML_SetCdataSectionHandler' /usr/local/lib/libwbxml2.so.0: undefined reference to `XML_SetStartDoctypeDeclHandler' /usr/local/lib/libwbxml2.so.0: undefined reference to `XML_SetUserData' /usr/local/lib/libwbxml2.so.0: undefined reference to `XML_SetProcessingInstructionHandler' collect2: ld returned 1 exit status make[2]: *** [syncml-http-server] Error 1 make[2]: Leaving directory `/home/rodolfo/tmp/libsyncml/tools' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/rodolfo/tmp/libsyncml' make: *** [all] Error 2 I tried to do apply the same remedy as above with the libsyncml/libsyncml/Makefile, but this time the problem remained: please any other suggestion? Thanks, cheers, Rodolfo |
From: Alberto S. <alb...@gm...> - 2006-09-16 17:02:21
|
This is a very strange problem. This seems that your configure isnt't making a good work. Please, check the /usr/local/lib/libwbml.la It should have a line like: # LIbraries than this one depends upon dependency_libs=' /usr/lib/libexpat.la -lz /usr/lib/libopt.la -lnsl' Try again. If it doesn't work again, A quick fix would be to add the libexapt option to the tools/Makefile: The line WBXML_LIBS= -lwbxml2 Should be: WBXML_LIBS= -lwbxml2 /usr/local/lib/libexapt.so And add the "/usr/local/lib/libexapt.so" to the declaration of: syncml_http_server_LDFLAGS This should work the ./configure script re-write the Makfiles so, plese, don't run it after changing any Makfile. Hope it helps. |
From: Rodolfo M. <rod...@gm...> - 2006-09-17 08:15:12
|
On Tuesday 12 September 2006 14:12, Rodolfo Medina wrote: >> I can't find syncml-obex-client in the plugin list at: >> >> http://www.opensync.org/wiki/download >> >> . So, where can I fetch it? Juha Tuomala <Juh...@ik...> writes: > it comes from libsyncml. In order to use the repository at: http://www.in.fh-merseburg.de/~jahn/ I added to my sources.list the lines: deb http://www.in.fh-merseburg.de/~jahn/ sid main deb-src http://www.in.fh-merseburg.de/~jahn/ sid main , then I did: # apt-get update # apt-get install multisync-cli libsyncml0 libopensync-plugin-syncml . But still, I don't have the syncml-obex-client plugin in my plugin list: $ msynctool --listplugins Available plugins: file-sync . Please any help. Thanks, Rodolfo |
From: matthias j. <jah...@fr...> - 2006-09-17 08:47:31
|
Hello > In order to use the repository at: > > http://www.in.fh-merseburg.de/~jahn/ > > I added to my sources.list the lines: > > deb http://www.in.fh-merseburg.de/~jahn/ sid main > deb-src http://www.in.fh-merseburg.de/~jahn/ sid main i thought you are using debian sarge? > , then I did: > > # apt-get update > # apt-get install multisync-cli libsyncml0 libopensync-plugin-syncml > > . But still, I don't have the syncml-obex-client plugin in my plugin list: > > $ msynctool --listplugins > Available plugins: > file-sync Well at first you should remove all self compiled stuff before you could us= e=20 the repro. Look in your /usr/local first.. But for Debian Sarge ... i could not provide libsyncml ;-( only for etch, = sid=20 and ubuntu dapper Matthias _________________________________________ Debian, Ubuntu SVN OpenSync and Gnokii Repro at: http://www.in.fh-merseburg.de/~jahn/ |
From: Rodolfo M. <rod...@gm...> - 2006-09-13 10:38:02
|
Am Sonntag, den 10.09.2006, 12:12 +0200 schrieb Rodolfo Medina: > I can't find syncml-obex-client in the plugin list at: > > http://www.opensync.org/wiki/download > > . So, where can I fetch it? Juha Tuomala <Juh...@ik...> writes: > it comes from libsyncml. It seems that I'm unlucky with all this. I do: $ svn co http://svn.opensync.org/libsyncml/trunk libsyncml , but I get: svn: REPORT request failed on '/libsyncml/!svn/vcc/default' svn: REPORT of '/libsyncml/!svn/vcc/default': 200 OK (http://svn.opensync.org) Please any suggestion? Thanks, Rodolfo |
From: Stefan W. <sw...@xs...> - 2006-09-14 00:50:45
|
* Rodolfo Medina <rod...@gm...> [2006-09-13 10:40] : > It seems that I'm unlucky with all this. > I do: > > $ svn co http://svn.opensync.org/libsyncml/trunk libsyncml > > but I get: > > svn: REPORT request failed on '/libsyncml/!svn/vcc/default' > svn: REPORT of '/libsyncml/!svn/vcc/default': 200 OK (http://svn.opensync.org) Hmm - no problems here so far with precisey the same command ... which subversion versin do you use? Greetz Stefan |
From: Rodolfo M. <rod...@gm...> - 2006-09-14 15:14:05
|
Rodolfo Medina <rod...@gm...> writes: > I do: > > $ svn co http://svn.opensync.org/libsyncml/trunk libsyncml > > , but I get: > > svn: REPORT request failed on '/libsyncml/!svn/vcc/default' > svn: REPORT of '/libsyncml/!svn/vcc/default': 200 OK (http://svn.opensync.org) Well, I reinstalled Debian in another partition and this time I could download libsyncml. But now another problem: when I do `make' to install wbxml2-0.9.0-src.tar.gz, it stops giving the following error message: ../src/.libs/libwbxml2.so: undefined reference to `XML_GetCurrentByteIndex' ../src/.libs/libwbxml2.so: undefined reference to `XML_SetElementHandler' ../src/.libs/libwbxml2.so: undefined reference to `XML_Parse' ../src/.libs/libwbxml2.so: undefined reference to `XML_ParserFree' ../src/.libs/libwbxml2.so: undefined reference to `XML_SetCharacterDataHandler' ../src/.libs/libwbxml2.so: undefined reference to `XML_ParserCreate' ../src/.libs/libwbxml2.so: undefined reference to `XML_SetCdataSectionHandler' ../src/.libs/libwbxml2.so: undefined reference to `XML_SetStartDoctypeDeclHandler' ../src/.libs/libwbxml2.so: undefined reference to `XML_SetUserData' ../src/.libs/libwbxml2.so: undefined reference to `XML_SetProcessingInstructionHandler' collect2: ld returned 1 exit status make[2]: *** [wbxml2xml] Error 1 make[2]: Leaving directory `/home/rodolfo/tmp/wbxml2-0.9.0/tools' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/rodolfo/tmp/wbxml2-0.9.0' make: *** [all] Error 2 . Can anyone suggest how to fix that? Both libexpat1-dev and libexpat1 are installed. Thanks, Rodolfo |
From: Alberto S. <alb...@gm...> - 2006-09-14 19:26:31
|
Urff. First of all, if you are using debian, you can use the svn repository: http://www.in.fh-merseburg.de/~jahn/ If you really want to compile the svn, there are some things to try Ok.=BFwhich automake are you usign?, it should be >=3D 1.9 (remove older o= nes) If you change the automake, exec again "./bootstrap" 2006/9/14, Rodolfo Medina < rod...@gm...>: > > Rodolfo Medina <rod...@gm...> writes: > > > I do: > > > > $ svn co http://svn.opensync.org/libsyncml/trunk libsyncml > > > > , but I get: > > > > svn: REPORT request failed on '/libsyncml/!svn/vcc/default' > > svn: REPORT of '/libsyncml/!svn/vcc/default': 200 OK ( http://svn.open= sync.org > ) > > > Well, I reinstalled Debian in another partition and this time I could > download > libsyncml. > But now another problem: when I do `make' to install > wbxml2-0.9.0-src.tar.gz, > it stops giving the following error message: > > ../src/.libs/libwbxml2.so: undefined reference to > `XML_GetCurrentByteIndex' > ../src/.libs/libwbxml2.so: undefined reference to `XML_SetElementHandler' > ../src/.libs/libwbxml2.so: undefined reference to `XML_Parse' > ../src/.libs/libwbxml2.so: undefined reference to `XML_ParserFree' > ../src/.libs/libwbxml2.so: undefined reference to > `XML_SetCharacterDataHandler' > ../src/.libs/libwbxml2.so: undefined reference to `XML_ParserCreate' > ../src/.libs/libwbxml2.so: undefined reference to > `XML_SetCdataSectionHandler' > ../src/.libs/libwbxml2.so: undefined reference to > `XML_SetStartDoctypeDeclHandler' > ../src/.libs/libwbxml2.so: undefined reference to `XML_SetUserData' > ../src/.libs/libwbxml2.so: undefined reference to > `XML_SetProcessingInstructionHandler' > collect2: ld returned 1 exit status > make[2]: *** [wbxml2xml] Error 1 > make[2]: Leaving directory `/home/rodolfo/tmp/wbxml2- 0.9.0/tools' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/rodolfo/tmp/wbxml2-0.9.0' > make: *** [all] Error 2 > > . Can anyone suggest how to fix that? > Both libexpat1-dev and libexpat1 are installed. > > Thanks, > Rodolfo > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > |
From: Rodolfo M. <rod...@gm...> - 2006-09-15 09:16:04
|
Rodolfo Medina <rod...@gm...> writes: > when I do `make' to install wbxml2-0.9.0-src.tar.gz, > it stops giving the following error message: > > ../src/.libs/libwbxml2.so: undefined reference to `XML_GetCurrentByteIndex' > ../src/.libs/libwbxml2.so: undefined reference to `XML_SetElementHandler' > ../src/.libs/libwbxml2.so: undefined reference to `XML_Parse' > ../src/.libs/libwbxml2.so: undefined reference to `XML_ParserFree' > ../src/.libs/libwbxml2.so: undefined reference to `XML_SetCharacterDataHandler' > ../src/.libs/libwbxml2.so: undefined reference to `XML_ParserCreate' > ../src/.libs/libwbxml2.so: undefined reference to `XML_SetCdataSectionHandler' > ../src/.libs/libwbxml2.so: undefined reference to `XML_SetStartDoctypeDeclHandler' > ../src/.libs/libwbxml2.so: undefined reference to `XML_SetUserData' > ../src/.libs/libwbxml2.so: undefined reference to `XML_SetProcessingInstructionHandler' > collect2: ld returned 1 exit status > make[2]: *** [wbxml2xml] Error 1 > make[2]: Leaving directory `/home/rodolfo/tmp/wbxml2-0.9.0/tools' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/rodolfo/tmp/wbxml2-0.9.0' > make: *** [all] Error 2 > > . Can anyone suggest how to fix that? > Both libexpat1-dev and libexpat1 are installed. "Alberto Saez" <alb...@gm...> writes: > First of all, if you are using debian, you can use the svn repository: > > http://www.in.fh-merseburg.de/~jahn/ > > If you really want to compile the svn, there are some things to try > Ok.¿which automake are you usign?, it should be >= 1.9 (remove older ones) > If you change the automake, exec again "./bootstrap" It seems to me that the problem I reported has nothing to do with `automake'nor with svn complilation. It's about the `make' step in compiling wbxml2-0.9.0-src.tar.gz. Some package is maybe missing, but what? Bye, Rodolfo |
From: Rodolfo M. <rod...@gm...> - 2006-09-15 12:45:57
|
Rodolfo Medina <rod...@gm...> writes: >> when I do `make' to install wbxml2-0.9.0-src.tar.gz, >> it stops giving the following error message: >> >> [...] >> >> . Can anyone suggest how to fix that? >> Both libexpat1-dev and libexpat1 are installed. "Alberto Saez" <alb...@gm...> writes: > As you have pointed, the problem is the lost to libexpat1 library. This step > is usually made during the creation of Makefiles (accomplish by ./configure > command) This kind of problems are usually because a different version of > automake. > > > BTW, You can look at the Makefike and add to the compilation order the access > to libexpat1 .so file (located in /usr/lib). You can test it without touching > makefile: locate the gcc command which stop and add the libexapt1 lib > location . > > > Or plese, send the full make output > > pd: > AFAIK, the wbxml2-0.9.0-src.tar.gz doesn't come with a configure script, and > you have to create it with bootstrap. But I don't have this package to check > it. I don't manage to fix the problem myself. Here the whole `make' output, and many thanks for your help. Rodolfo ----------------------------------------------------------------------- $ make make all-recursive make[1]: Entering directory `/home/rodolfo/tmp/wbxml2-0.9.0' Making all in src make[2]: Entering directory `/home/rodolfo/tmp/wbxml2-0.9.0/src' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rodolfo/tmp/wbxml2-0.9.0/src' Making all in tools make[2]: Entering directory `/home/rodolfo/tmp/wbxml2-0.9.0/tools' /bin/sh ../libtool --mode=link gcc -DHAVE_CONFIG_H -DHAVE_EXPAT -D_REENTRANT -DWBXML_ENCODER_USE_STRTBL -DWBXML_SUPPORT_WML -DWBXML_SUPPORT_WTA -DWBXML_SUPPORT_SI -DWBXML_SUPPORT_SL -DWBXML_SUPPORT_CO -DWBXML_SUPPORT_PROV -DWBXML_SUPPORT_EMN -DWBXML_SUPPORT_DRMREL -DWBXML_SUPPORT_OTA_SETTINGS -DWBXML_SUPPORT_SYNCML -DWBXML_SUPPORT_WV -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -Wmissing-prototypes -O3 -g -o wbxml2xml wbxml2xml_tool.o attgetopt.o ../src/libwbxml2.la -lnsl gcc -DHAVE_CONFIG_H -DHAVE_EXPAT -D_REENTRANT -DWBXML_ENCODER_USE_STRTBL -DWBXML_SUPPORT_WML -DWBXML_SUPPORT_WTA -DWBXML_SUPPORT_SI -DWBXML_SUPPORT_SL -DWBXML_SUPPORT_CO -DWBXML_SUPPORT_PROV -DWBXML_SUPPORT_EMN -DWBXML_SUPPORT_DRMREL -DWBXML_SUPPORT_OTA_SETTINGS -DWBXML_SUPPORT_SYNCML -DWBXML_SUPPORT_WV -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -Wmissing-prototypes -O3 -g -o .libs/wbxml2xml wbxml2xml_tool.o attgetopt.o ../src/.libs/libwbxml2.so -lnsl -Wl,--rpath -Wl,/usr/local/lib ../src/.libs/libwbxml2.so: undefined reference to `XML_GetCurrentByteIndex' ../src/.libs/libwbxml2.so: undefined reference to `XML_SetElementHandler' ../src/.libs/libwbxml2.so: undefined reference to `XML_Parse' ../src/.libs/libwbxml2.so: undefined reference to `XML_ParserFree' ../src/.libs/libwbxml2.so: undefined reference to `XML_SetCharacterDataHandler' ../src/.libs/libwbxml2.so: undefined reference to `XML_ParserCreate' ../src/.libs/libwbxml2.so: undefined reference to `XML_SetCdataSectionHandler' ../src/.libs/libwbxml2.so: undefined reference to `XML_SetStartDoctypeDeclHandler' ../src/.libs/libwbxml2.so: undefined reference to `XML_SetUserData' ../src/.libs/libwbxml2.so: undefined reference to `XML_SetProcessingInstructionHandler' collect2: ld returned 1 exit status make[2]: *** [wbxml2xml] Error 1 make[2]: Leaving directory `/home/rodolfo/tmp/wbxml2-0.9.0/tools' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/rodolfo/tmp/wbxml2-0.9.0' make: *** [all] Error 2 |
From: Rodolfo M. <rod...@gm...> - 2006-09-17 08:11:51
|
Rodolfo Medina wrote: > > [...] > > But now, a similar problem arose with the building of libsyncml: the `make' > step gave the same problem as before: > > $ make > > [...] > > /usr/local/lib/libwbxml2.so.0: undefined reference to `XML_SetUserData' > /usr/local/lib/libwbxml2.so.0: undefined reference to `XML_SetProcessingInstructionHandler' > collect2: ld returned 1 exit status > make[2]: *** [syncml-http-server] Error 1 > make[2]: Leaving directory `/home/rodolfo/tmp/libsyncml/tools' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/rodolfo/tmp/libsyncml' > make: *** [all] Error 2 "Alberto Saez" <alb...@gm...> writes: > This is a very strange problem. This seems that your configure isnt't making > a good work. Thanks indeed to Alberto for his help. But since there are so many problems in compiling packages from source, that I don't manage to face, I tried to use the repository at: http://www.in.fh-merseburg.de/~jahn/ . But still, I dont have the syncml-obex-client plugin in my plugin list: see my next message. Bye, Rodolfo |
From: Rodolfo M. <rod...@gm...> - 2006-09-17 14:31:03
|
Rodolfo Medina wrote: >> In order to use the repository at: >> >> http://www.in.fh-merseburg.de/~jahn/ >> >> I added to my sources.list the lines: >> >> deb http://www.in.fh-merseburg.de/~jahn/ sid main >> deb-src http://www.in.fh-merseburg.de/~jahn/ sid main >> , then I did: >> >> # apt-get update >> # apt-get install multisync-cli libsyncml0 libopensync-plugin-syncml >> >> . But still, I don't have the syncml-obex-client plugin in my plugin list: >> >> $ msynctool --listplugins >> Available plugins: >> file-sync matthias jahn <jah...@fr...> writes: > i thought you are using debian sarge? That's right, but I in another partition of my HD I installed Debian Sarge putting in sources.list the following lines: deb http://http.us.debian.org/debian unstable main contrib non-free deb-src http://http.us.debian.org/debian unstable main contrib non-free deb http://www.in.fh-merseburg.de/~jahn/ sid main deb-src http://www.in.fh-merseburg.de/~jahn/ sid main . Is that all right? matthias: > Well at first you should remove all self compiled stuff before you could use > the repro. Look in your /usr/local first.. > > But for Debian Sarge ... i could not provide libsyncml ;-( only for etch, > sid and ubuntu dapper I'll freshly install Debian Sarge again with those above lines in sources.list... if it's all right. Thanks, Rodolfo |
From: Rodolfo M. <rod...@gm...> - 2006-09-17 18:38:53
|
Rodolfo Medina <rod...@gm...> writes: > in another partition of my HD I installed Debian Sarge > putting in sources.list the following lines: > > > deb http://http.us.debian.org/debian unstable main contrib non-free > deb-src http://http.us.debian.org/debian unstable main contrib non-free > > deb http://www.in.fh-merseburg.de/~jahn/ sid main > deb-src http://www.in.fh-merseburg.de/~jahn/ sid main > > > . Is that all right? "Alberto Saez" <alb...@gm...> writes: > Rodolfo, debian sarge is too old to work with this kind of packages.¿ Why > don't you use the sid distro, or better the ubuntu dapper? Will etch be all right as well? I can order the binary and source DVDs from: www.laseroffice.it . Cheers, Rodolfo |
From: Rodolfo M. <rod...@gm...> - 2006-10-07 13:57:34
|
Am Sonntag, den 10.09.2006, 12:12 +0200 schrieb Rodolfo Medina: >>> I want to read the phonebook from my Nokia 6630, USB cable. >>> Can anyone suggest what plugin I need? Conrad Wolf <con...@we...> writes: >> you'll need the syncml-obex-client to sync your phone via USB. To just >> save your contacts to your PC you can use it together with the file-sync >> plugin. I'm syncing my Nokia 6630 with Evolution using the >> evolution2-plugin, which works quite well. Rodolfo: > Thanks! > But I can't find syncml-obex-client in the plugin list at: > > http://www.opensync.org/wiki/download > > . So, where can I fetch it? Juha Tuomala <Juh...@ik...> writes: > it comes from libsyncml. "Alberto Saez" <alb...@gm...> writes: > > Rodolfo, debian sarge is too old to work with this kind of packages. ¿Why > don't you use the sid distro, or better the ubuntu dapper? I freshly installed Debian Etch in my machine, then libsyncml with: $ autoreconf -sfi $ ./configure $ make # make install , but still the syncml-obex-client plugin is missing in my system: $ msynctool --listplugins Available plugins: file-sync . Any idea about why the syncml-obex-client is not there?, in order to read phonebook from my nokia mobile phone! Help very highly appreciated, Rodolfo |
From: daniel f. <dan...@gm...> - 2006-10-07 14:49:56
|
you have to build and install also the syncml plugin after you installed libsyncml. daniel Am Samstag, den 07.10.2006, 15:57 +0200 schrieb Rodolfo Medina: > Am Sonntag, den 10.09.2006, 12:12 +0200 schrieb Rodolfo Medina: >=20 > >>> I want to read the phonebook from my Nokia 6630, USB cable. > >>> Can anyone suggest what plugin I need? >=20 >=20 >=20 > Conrad Wolf <con...@we...> writes: >=20 > >> you'll need the syncml-obex-client to sync your phone via USB. To just > >> save your contacts to your PC you can use it together with the file-sy= nc > >> plugin. I'm syncing my Nokia 6630 with Evolution using the > >> evolution2-plugin, which works quite well. >=20 >=20 >=20 > Rodolfo: >=20 > > Thanks! > > But I can't find syncml-obex-client in the plugin list at: > > > > http://www.opensync.org/wiki/download > > > > . So, where can I fetch it? >=20 >=20 >=20 > Juha Tuomala <Juh...@ik...> writes: >=20 > > it comes from libsyncml. >=20 >=20 >=20 > "Alberto Saez" <alb...@gm...> writes: >=20 > > =20 > > Rodolfo, debian sarge is too old to work with this kind of packages. = =C2=BFWhy > > don't you use the sid distro, or better the ubuntu dapper? >=20 >=20 >=20 > I freshly installed Debian Etch in my machine, then libsyncml with: >=20 > $ autoreconf -sfi > $ ./configure > $ make > # make install >=20 > , but still the syncml-obex-client plugin is missing in my system: >=20 > $ msynctool --listplugins > Available plugins: > file-sync >=20 > . Any idea about why the syncml-obex-client is not there?, in order to re= ad > phonebook from my nokia mobile phone! >=20 > Help very highly appreciated, > Rodolfo >=20 >=20 > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share y= our > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |
From: Rodolfo M. <rod...@gm...> - 2006-10-07 15:54:37
|
Am Sonntag, den 10.09.2006, 12:12 +0200 schrieb Rodolfo Medina: >> >>> I want to read the phonebook from my Nokia 6630, USB cable. >> >>> Can anyone suggest what plugin I need? Conrad Wolf <con...@we...> writes: >> >> you'll need the syncml-obex-client to sync your phone via USB. To just >> >> save your contacts to your PC you can use it together with the file-sync >> >> plugin. I'm syncing my Nokia 6630 with Evolution using the >> >> evolution2-plugin, which works quite well. Juha Tuomala <Juh...@ik...> writes: >> > it comes from libsyncml. Rodolfo: >> I freshly installed Debian Etch in my machine, then libsyncml with: >> >> $ autoreconf -sfi >> $ ./configure >> $ make >> # make install >> >> , but still the syncml-obex-client plugin is missing in my system: >> >> $ msynctool --listplugins >> Available plugins: >> file-sync >> >> . Any idea about why the syncml-obex-client is not there?, in order to read >> phonebook from my nokia mobile phone! daniel friedrich <dan...@gm...> writes: > you have to build and install also the syncml plugin after you installed > libsyncml. Yes, I did so, with: $ svn co http://svn.opensync.org/plugins/syncml/ syncml-plugin $ cd syncml-plugin $ autoreconf -sfi $ ./configure $ make # make install , but only file-sync is available. :( Please suggestions... Thanks, Rodolfo |
From: Daniel G. <dg...@su...> - 2006-10-07 16:07:37
|
On Saturday 07 October 2006 17:53, Rodolfo Medina wrote: > , but only file-sync is available. :( > Please suggestions... Please create OSYNC_TRACE files while running `msynctool --listplugins` export OSYNC_TRACE=/tmp/osync_trace/; mkdir $OSYNC_TRACE; msynctool --listplugins; ls /tmp/osync_trace/*; best regards, Daniel |
From: Rodolfo M. <rod...@gm...> - 2006-10-08 17:43:51
|
Rodolfo Medina <rod...@gm...> writes: >>> >>> I want to read the phonebook from my Nokia 6630, USB cable. >>> >>> Can anyone suggest what plugin I need? Conrad Wolf <con...@we...> writes: >>> >> you'll need the syncml-obex-client to sync your phone via USB. To just >>> >> save your contacts to your PC you can use it together with the file-sync >>> >> plugin. I'm syncing my Nokia 6630 with Evolution using the >>> >> evolution2-plugin, which works quite well. Juha Tuomala <Juh...@ik...> writes: >>> > it comes from libsyncml. daniel friedrich <dan...@gm...> writes: >> you have to build and install also the syncml plugin after you installed >> libsyncml. Rodolfo: > Yes, I did so, with: > > $ svn co http://svn.opensync.org/plugins/syncml/ syncml-plugin > $ cd syncml-plugin > $ autoreconf -sfi > $ ./configure > $ make > # make install > > , but only file-sync is available. :( Daniel Gollub <dg...@su...> writes: > Please create OSYNC_TRACE files while running `msynctool --listplugins` > > export OSYNC_TRACE=/tmp/osync_trace/; > mkdir $OSYNC_TRACE; > msynctool --listplugins; > ls /tmp/osync_trace/*; Thanks: that's what I did: # export OSYNC_TRACE=/tmp/osync_trace/ # mkdir $OSYNC_TRACE # msynctool --listplugins Available plugins: file-sync # ls /tmp/osync_trace/* /tmp/osync_trace/Thread16384.log , and that's the file `/tmp/osync_trace/Thread16384.log', which I can't understand: [1160328249.974909] >>>>>>> osync_env_initialize(0x804e058, 0xbffff904) [1160328249.975084] >>>>>>> osync_env_load_plugins(0x804e058, (null), 0xbffff904) [1160328249.975132] >>>>>>> osync_module_load_dir(0x804e058, /usr/local/lib/opensync/plugins, 0xbffff904) [1160328249.975260] >>>>>>> osync_module_load(0x804e058, /usr/local/lib/opensync/plugins/file_sync.so, 0xbffff414) [1160328249.990948] osync_plugin_new_info(0x804e058): 0x8054290 [1160328249.991048] <<<<<<< osync_module_load: 0x8054200 [1160328249.991121] <<<<<<< osync_module_load_dir [1160328249.991158] <<<<<<< osync_env_load_plugins [1160328249.991195] <<<<<<< osync_env_initialize [1160328250.13399] >>>>>>> osync_env_finalize(0x804e058, 0xbffff904) [1160328250.13480] osync_plugin_free(0x8054290) [1160328250.13524] osync_module_unload(0x804e058, 0x8054200) [1160328250.13559] <<<<<<< osync_env_finalize . Hoping for further kind help, thanks a lot, Rodolfo |
From: Rodolfo M. <rod...@gm...> - 2006-10-14 14:26:17
|
Hi. I did: $ svn co http://svn.opensync.org/trunk opensync $ cd opensync , but then: $ autoreconf -sfi configure.in:21: error: possibly undefined macro: AC_DISABLE_STATIC If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:22: error: possibly undefined macro: AC_PROG_LIBTOOL autoreconf: /usr/bin/autoconf failed with exit status: 1 . Can anyone suggest what package is possibly missing here? Thanks, Rodolfo |
From: Rodolfo M. <rod...@gm...> - 2006-10-24 10:00:54
|
On Saturday 14 October 2006 15:26, Rodolfo Medina wrote: >> I did: >> >> $ svn co http://svn.opensync.org/trunk opensync >> $ cd opensync >> >> , but then: >> >> $ autoreconf -sfi >> configure.in:21: error: possibly undefined macro: AC_DISABLE_STATIC >> If this token and others are legitimate, please use >> m4_pattern_allow. See the Autoconf documentation. >> configure.in:22: error: possibly undefined macro: AC_PROG_LIBTOOL >> autoreconf: /usr/bin/autoconf failed with exit status: 1 >> >> . Can anyone suggest what package is possibly missing here? Ian Gibbs <li...@fl...> writes: > I had something very similar because libtool was missing. A package of > libtool > should exist for your distribution. I did: `apt-get install libtool', then tried again with `autoreconf -sfi', but: automake: configure.in: installing `./install-sh' automake: configure.in: installing `./mkinstalldirs' automake: configure.in: installing `./missing' tests/mock-plugin/Makefile.am:4: invalid unused variable name: `AM_LDFLAGS' wrapper/Makefile.am:25: bad macro name `_opensync_la_LDFLAGS' wrapper/Makefile.am:26: bad macro name `_opensync_la_LIBADD' wrapper/Makefile.am:24: invalid unused variable name: `nodist__opensync_la_SOURCES' autoreconf: automake failed with exit status: 1 . I'm lost here. Please any help... Thanks for any reply, Rodolfo |
From: Ian G. <li...@fl...> - 2006-10-14 16:32:46
|
On Saturday 14 October 2006 15:26, Rodolfo Medina wrote: > Hi. > > I did: > > $ svn co http://svn.opensync.org/trunk opensync > $ cd opensync > > , but then: > > $ autoreconf -sfi > configure.in:21: error: possibly undefined macro: AC_DISABLE_STATIC > If this token and others are legitimate, please use > m4_pattern_allow. See the Autoconf documentation. > configure.in:22: error: possibly undefined macro: AC_PROG_LIBTOOL > autoreconf: /usr/bin/autoconf failed with exit status: 1 > > . Can anyone suggest what package is possibly missing here? > Thanks, > Rodolfo > I had something very similar because libtool was missing. A package of libtool should exist for your distribution. Regards, -- Ian Gibbs li...@fl... |
From: Rodolfo M. <rod...@gm...> - 2006-10-24 14:28:49
|
On Saturday 14 October 2006 15:26, Rodolfo Medina wrote: >> I did: `apt-get install libtool', then tried again with `autoreconf -sfi', >> but: >> >> automake: configure.in: installing `./install-sh' >> automake: configure.in: installing `./mkinstalldirs' >> automake: configure.in: installing `./missing' >> tests/mock-plugin/Makefile.am:4: invalid unused variable name: >> `AM_LDFLAGS' wrapper/Makefile.am:25: bad macro name `_opensync_la_LDFLAGS' >> wrapper/Makefile.am:26: bad macro name `_opensync_la_LIBADD' >> wrapper/Makefile.am:24: invalid unused variable name: >> `nodist__opensync_la_SOURCES' autoreconf: automake failed with exit status: >> 1 Ian Gibbs <li...@fl...> writes: > Rodolfo, > > Have a look in config.log. It usually contains more information than the > output of configure and may help you find the cause. There's a lot of output > showing the values of various variables, but scroll up from the bottom past > this to the point where you can see configure die. Then paste the errors from > there to the list. Well, there's no file config.log in the opensync directory! That directory has been created with: $ svn co http://svn.opensync.org/trunk opensync . Please, any help. Rodolfo |
From: matthias j. <jah...@fr...> - 2006-10-24 14:36:35
|
hello Rodolfo, > . Please, any help. > Rodolfo well if you use debian on a i386 .... why didn`t you try the packages? http://www.in.fh-merseburg.de/~jahn/ Matthias |
From: Rodolfo M. <rod...@gm...> - 2006-12-28 12:17:14
|
Rodolfo Medina wrote: >> . Please, any help. >> Rodolfo matthias jahn <jah...@fr...> writes: > well if you use debian on a i386 .... why didn`t you try the packages? > > http://www.in.fh-merseburg.de/~jahn/ > > > Matthias If I manage to install and make opensync work, will it possible to save in the PC also the sms messages? Thanks, Rodolfo |