From: <nhd...@gm...> - 2006-01-30 18:34:39
|
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, =C1drian L=EDvio Universidade Federal de Campina Grande - UFCG - www.ufcg.edu.br Centro de Engenharia El=E9trica e Informatica - CEEI Unidade Acad=EAmica de Engenharia El=E9trica - UAEE - www.ee.ufcg.edu.br Laborat=F3rio de Sistemas Embarcados e Computa=E7=E3o Pervasiva - www.embeddedacademy.org 2006/1/30, =C1drian L=EDvio <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=3D/home/local/workspace/syncml-testdir > --with-wbxml=3D/home/local/workspace/syncml-testdir > > I got: > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > 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. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > I noticide that there is no openobex.pc file in /usr/lib/pkgconfig/ > then I create one: > > # Package Information for pkg-config > > prefix=3D/usr > exec_prefix=3D${prefix} > libdir=3D${exec_prefix}/lib > includedir=3D${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 notice= d > that the required version is the 1.1, > > PKG_CHECK_MODULES(LIBOPENOBEX, openobex >=3D 1.1, HAVE_OPENOBEX=3Dyes, > HAVE_OPENOBEX=3Dno) > > Someone can help me? > > Regards, > =C1drian L=EDvio > Universidade Federal de Campina Grande - UFCG - www.ufcg.edu.br > Centro de Engenharia El=E9trica e Informatica - CEEI > Unidade Acad=EAmica de Engenharia El=E9trica - UAEE - www.ee.ufcg.edu.br > Laborat=F3rio de Sistemas Embarcados e Computa=E7=E3o Pervasiva - www.emb= eddedacademy.org > > > |