Hi All,
I am trying to Build and run the test programs from
utils. for that I carried out following steps.
1) Run ./configure --prefix=/usr
and make
&& make install from ..\BlueZ\libs\bluez-libs-3.9 and successfully
installed BlueZ.
3) run ./configure --prefix=/usr
--mandir=/usr/share/man \
--sysconfdir=/etc --localstatedir=/var
--libexecdir=/lib
from ..\BlueZ\utils\bluez-utils-3.9
but I am getting following errors.
> Package dbus-glib-1 was not
found
> package openobex was not found
> Package opensync-1.0 was
not found
> Package libusb not found
4) run make && make istall from
..\BlueZ\utils\bluez-utils-3.9. and got following error.
"undefined referance to XML_Stopparser"
Please suggest me solution.
Regards,
Vikram