From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <00b401c75a7c$6f0a77b0$c301a8c0@Bahubali> From: "vikram" To: Date: Tue, 27 Feb 2007 20:04:06 +0530 MIME-Version: 1.0 Subject: [Bluez-users] undefined reference to `XML_StopParser' Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0944778290==" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net This is a multi-part message in MIME format. --===============0944778290== Content-Type: multipart/alternative; boundary="----=_NextPart_000_00AF_01C75AAA.6F5833A0" This is a multi-part message in MIME format. ------=_NextPart_000_00AF_01C75AAA.6F5833A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Marcel, If I run make && make istall from ..\BlueZ\utils\bluez-utils-3.9.=20 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 ------=_NextPart_000_00AF_01C75AAA.6F5833A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi Marcel,
 
If I run make=20 && make istall from ..\BlueZ\utils\bluez-utils-3.9.
got = following=20 error.

 
./common/libhelper.a(sdp-expat.o)(.text+0x227): In function=20 `convert_xml_to_sdp_start':
: undefined reference to=20 `XML_StopParser'
collect2: ld returned 1 exit status
make[3]: *** = [hcid]=20 Error 1
make[3]: Leaving directory=20 `/root/vikram/bluez-utils-3.9/hcid'
make[2]: *** [all] Error = 2
make[2]:=20 Leaving directory `/root/vikram/bluez-utils-3.9/hcid'
make[1]: ***=20 [all-recursive] Error 1
make[1]: Leaving directory=20 `/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'=20 undeclared (first use in this function)
dbus-service.c:765: error: = (Each=20 undeclared identifier is reported only once
dbus-service.c:765: = error: for=20 each function it appears in.)
dbus-service.c:765: error: `keyfile' = undeclared=20 (first use in this function)
dbus-service.c:771: warning: implicit=20 declaration of function `g_try_new0'
dbus-service.c:771: error: = syntax error=20 before "struct"
dbus-service.c:779: warning: implicit declaration of = function=20 `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=20 declaration of function `g_key_file_get_string'
dbus-service.c:788: = warning:=20 assignment makes pointer from integer without a = cast
dbus-service.c:796:=20 warning: assignment makes pointer from integer without a=20 cast
dbus-service.c:812: warning: assignment makes pointer from = integer=20 without a cast
dbus-service.c:819: warning: implicit declaration of = function=20 `g_key_file_get_boolean'
dbus-service.c:828: warning: implicit = declaration of=20 function `g_key_file_free'
dbus-service.c: In function=20 `create_external_service':
dbus-service.c:948: error: syntax error = before=20 "struct"
make[3]: *** [dbus-service.o] Error 1
make[3]: Leaving = directory=20 `/root/vikram/bluez-utils-3.9/hcid'
make[2]: *** [all] Error = 2
make[2]:=20 Leaving directory `/root/vikram/bluez-utils-3.9/hcid'
make[1]: ***=20 [all-recursive] Error 1
make[1]: Leaving directory=20 `/root/vikram/bluez-utils-3.9'
make: *** [all] Error 2
 
 
Regards,
Vikram
------=_NextPart_000_00AF_01C75AAA.6F5833A0-- --===============0944778290== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV --===============0944778290== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users --===============0944778290==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marcel Holtmann To: BlueZ users In-Reply-To: <001301c75f37$84ec09d0$c301a8c0@Bahubali> References: <001301c75f37$84ec09d0$c301a8c0@Bahubali> Date: Mon, 05 Mar 2007 20:34:18 +0100 Message-Id: <1173123258.6638.55.camel@aeonflux.holtmann.net> Mime-Version: 1.0 Subject: Re: [Bluez-users] undefined reference to `XML_StopParser' Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net Hi Vikram, > I could successfully configure and make the bluez-utils-3.9. and also > I could build l2test. > But right now I want to run l2test on CASIRA uart(com1 ,115200 > Baudrate). If I run ( ./l2test) Bluetooth is not resetting. > I think right now it is configured for USB (in /etc/modules.conf ). > Can you please tell me how can I configure it to UART(com1 ,115200 > Baudrate). this is Casira specific. Look up the PS key settings for the Casira and then you can use the bccmd utility to change it. Regards Marcel ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <001301c75f37$84ec09d0$c301a8c0@Bahubali> From: "vikram" To: Date: Mon, 5 Mar 2007 20:33:56 +0530 MIME-Version: 1.0 Subject: Re: [Bluez-users] undefined reference to `XML_StopParser' Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0951084519==" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net This is a multi-part message in MIME format. --===============0951084519== Content-Type: multipart/alternative; boundary="----=_NextPart_000_000E_01C75F65.990696F0" This is a multi-part message in MIME format. ------=_NextPart_000_000E_01C75F65.990696F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Marcel, I could successfully configure and make the bluez-utils-3.9. and also I = could build l2test. But right now I want to run l2test on CASIRA uart(com1 ,115200 = Baudrate). If I run ( ./l2test) Bluetooth is not resetting. I think right now it is configured for USB (in /etc/modules.conf ). Can = you please tell me how can I configure it to UART(com1 ,115200 = Baudrate). Thanks, Regards, Vikram ------=_NextPart_000_000E_01C75F65.990696F0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi Marcel,
 
I could successfully configure and make = the bluez-utils-3.9. and also I could = build=20 l2test.
But right now I want to run l2test on CASIRA uart(com1 = ,115200=20 Baudrate). If I run ( ./l2test) Bluetooth is not = resetting.
I think right now it is configured for USB (in /etc/modules.conf ). = Can you=20 please tell me how can I configure it to UART(com1 ,115200 = Baudrate).
 
Thanks,
 
Regards,
Vikram
------=_NextPart_000_000E_01C75F65.990696F0-- --===============0951084519== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV --===============0951084519== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users --===============0951084519==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marcel Holtmann To: BlueZ users In-Reply-To: <00b401c75a7c$6f0a77b0$c301a8c0@Bahubali> References: <00b401c75a7c$6f0a77b0$c301a8c0@Bahubali> Date: Sat, 03 Mar 2007 12:36:36 +0100 Message-Id: <1172921796.24446.20.camel@aeonflux.holtmann.net> Mime-Version: 1.0 Subject: Re: [Bluez-users] undefined reference to `XML_StopParser' Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net Hi Vikram, > If I ru 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 please show me your full configure call and its output. Regards Marcel ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users