Hi Marcel,
 
If I run make && make istall from ..\BlueZ\utils\bluez-utils-3.9.
got following error.

 
./common/libhelper.a(sdp-expat.o)(.text+0x227): In function `convert_xml_to_sdp_start':
: undefined reference to `XML_StopParser'
collect2: ld returned 1 exit status
make[3]: *** [hcid] Error 1
make[3]: Leaving directory `/root/vikram/bluez-utils-3.9/hcid'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/vikram/bluez-utils-3.9/hcid'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/vikram/bluez-utils-3.9'
make: *** [all] Error 2
 
if I call configure with --enable-glib
 
I am getting following error
 
dbus-service.c:765: error: `GKeyFile' undeclared (first use in this function)
dbus-service.c:765: error: (Each undeclared identifier is reported only once
dbus-service.c:765: error: for each function it appears in.)
dbus-service.c:765: error: `keyfile' undeclared (first use in this function)
dbus-service.c:771: warning: implicit declaration of function `g_try_new0'
dbus-service.c:771: error: syntax error before "struct"
dbus-service.c:779: warning: implicit declaration of function `g_key_file_new'
dbus-service.c:781: warning: implicit declaration of function `g_key_file_load_from_file'
dbus-service.c:787: warning: implicit declaration of function `g_key_file_get_string'
dbus-service.c:788: warning: assignment makes pointer from integer without a cast
dbus-service.c:796: warning: assignment makes pointer from integer without a cast
dbus-service.c:812: warning: assignment makes pointer from integer without a cast
dbus-service.c:819: warning: implicit declaration of function `g_key_file_get_boolean'
dbus-service.c:828: warning: implicit declaration of function `g_key_file_free'
dbus-service.c: In function `create_external_service':
dbus-service.c:948: error: syntax error before "struct"
make[3]: *** [dbus-service.o] Error 1
make[3]: Leaving directory `/root/vikram/bluez-utils-3.9/hcid'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/vikram/bluez-utils-3.9/hcid'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/vikram/bluez-utils-3.9'
make: *** [all] Error 2
 
 
Regards,
Vikram