From: kevin j. <rin...@kj...> - 2006-01-30 21:02:01
|
Did you have any success with it? I got it to compile successfully, but when I try to sync with my Nokia 6680 the phone asks for the pin number, then opensync reports: Member 2 of type syncml-obex-client had an error while connecting: Unable to setup transport Cheers, KEv. On Mon, 2006-01-30 at 16:34 -0200, Ádrian Lívio wrote: > Hi > I solved my problem using the CVS version of the openobex. > > $ cvs -d:pserver:ano...@cv...:/cvsroot/openobex > login > No password, just press <enter> > $ cvs -z3 -d:pserver:ano...@cv...:/cvsroot/openobex > co -P openobex > > > > $ cd openobex > $ ./bootstrap > $ ./configure > $ make > $ su > $ make install > > > Thanks, > Ádrian Lívio > > Universidade Federal de Campina Grande - UFCG - www.ufcg.edu.br > Centro de Engenharia Elétrica e Informatica - CEEI > Unidade Acadêmica de Engenharia Elétrica - UAEE - www.ee.ufcg.edu.br > Laboratório de Sistemas Embarcados e Computação Pervasiva - > www.embeddedacademy.org > > 2006/1/30, Ádrian Lívio <nhd...@gm...>: > Hi > > I'm trying to build the libyscml-threaded version, I > instaled the libsoup-2.2.9, and patched the libwbxml with the > patch in the libyscml-threaded dir, I have also instaled the > openobex-dev package, but when I run the configure script: > > ./configure --prefix=/home/local/workspace/syncml-testdir > --with-wbxml=/home/local/workspace/syncml-testdir > > I got: > > =============================================== > Unit Tests: Enabled > Tracing: Enabled > Tools: Enabled > Libwbxml: Enabled > > The transports are: > Http Client: Enabled > Http Server: Enabled > Obex Client: Disabled > Obex Server: Disabled > > Done configuring. > Please review the settings above > If they are ok, build libsyncml and install it. > =============================================== > > I noticide that there is no openobex.pc file > in /usr/lib/pkgconfig/ then I create one: > > # Package Information for pkg-config > > prefix=/usr > exec_prefix=${prefix} > libdir=${exec_prefix}/lib > includedir=${prefix}/include > > Name: openobex > Description: openobex adricionado por mim > Version:1.0 > Libs: -L${libdir} -lopenobex > Cflags: -I${includedir} > > but the configure script don't work, in the configure.ac > file I noticed that the required version is the 1.1, > > PKG_CHECK_MODULES(LIBOPENOBEX, openobex >= 1.1, > HAVE_OPENOBEX=yes, HAVE_OPENOBEX=no) > > Someone can help me? > > Regards, > Ádrian Lívio > Universidade Federal de Campina Grande - UFCG - > www.ufcg.edu.br > Centro de Engenharia Elétrica e Informatica - CEEI > Unidade Acadêmica de Engenharia Elétrica - UAEE - > www.ee.ufcg.edu.br > Laboratório de Sistemas Embarcados e Computação Pervasiva - > www.embeddedacademy.org > > > |