Hi.
In order to download phonebook and sms data from my Nokia 6630
and my sister's Nokia 6100, I'm trying to install obexftp
in my Debian Sarge stable system, kernel 2.4. Will it be all right?
I installed openobex-1.3 (successfully, it seems), but when I tried to
install obexftp-0.21, in the `./configure' step I got the following:
checking for Bluetooth support... no
checking for Bluetooth SDP support... no
checking for USB support... yes
checking for python... /usr/bin/python
checking for python version... 2.3
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.3/site-packages
checking for python extension module directory...
${exec_prefix}/lib/python2.3/site-packages
checking for Python include path... find: /usr/include/python2.3/: No such file
or directory
find: /usr/include/python/: No such file or directory
configure: error: cannot find Python include path
, although python python2.3 are installed.
Then I tried with:
$ ./configure --disable-python
, but then in the `make' step I got the following error messages:
obexftp_sdp.c:37:33: bluetooth/bluetooth.h: No such file or directory
obexftp_sdp.c:38:27: bluetooth/sdp.h: No such file or directory
obexftp_sdp.c:39:31: bluetooth/sdp_lib.h: No such file or directory
obexftp_sdp.c:46: error: syntax error before '*' token
obexftp_sdp.c:46: warning: type defaults to `int' in declaration of `record'
obexftp_sdp.c:46: warning: data definition has no type or storage class
obexftp_sdp.c:47: error: syntax error before '*' token
obexftp_sdp.c:47: warning: type defaults to `int' in declaration of `session'
obexftp_sdp.c:47: warning: data definition has no type or storage class
obexftp_sdp.c: In function `obexftp_sdp_unregister':
obexftp_sdp.c:52: warning: implicit declaration of function
`sdp_record_unregister'
obexftp_sdp.c:55: warning: implicit declaration of function `sdp_close'
obexftp_sdp.c: In function `obexftp_sdp_register':
obexftp_sdp.c:60: error: `sdp_list_t' undeclared (first use in this function)
obexftp_sdp.c:60: error: (Each undeclared identifier is reported only once
obexftp_sdp.c:60: error: for each function it appears in.)
obexftp_sdp.c:60: error: `svclass' undeclared (first use in this function)
obexftp_sdp.c:60: error: `pfseq' undeclared (first use in this function)
obexftp_sdp.c:60: error: `apseq' undeclared (first use in this function)
obexftp_sdp.c:60: error: `root' undeclared (first use in this function)
obexftp_sdp.c:60: error: `aproto' undeclared (first use in this function)
obexftp_sdp.c:60: warning: left-hand operand of comma expression has no effect
obexftp_sdp.c:60: warning: left-hand operand of comma expression has no effect
obexftp_sdp.c:60: warning: left-hand operand of comma expression has no effect
obexftp_sdp.c:60: warning: left-hand operand of comma expression has no effect
obexftp_sdp.c:61: error: `uuid_t' undeclared (first use in this function)
obexftp_sdp.c:61: error: syntax error before "root_uuid"
obexftp_sdp.c:62: error: `sdp_profile_desc_t' undeclared (first use in this
function)
obexftp_sdp.c:63: error: `proto' undeclared (first use in this function)
obexftp_sdp.c:64: error: `sdp_data_t' undeclared (first use in this function)
obexftp_sdp.c:64: error: `v' undeclared (first use in this function)
obexftp_sdp.c:65: error: `uint8_t' undeclared (first use in this function)
obexftp_sdp.c:65: error: syntax error before "channel_id"
obexftp_sdp.c:68: warning: implicit declaration of function `sdp_connect'
obexftp_sdp.c:68: error: `BDADDR_ANY' undeclared (first use in this function)
obexftp_sdp.c:68: error: `BDADDR_LOCAL' undeclared (first use in this function)
obexftp_sdp.c:68: warning: assignment makes pointer from integer without a cast
obexftp_sdp.c:75: warning: implicit declaration of function `sdp_record_alloc'
obexftp_sdp.c:75: warning: assignment makes pointer from integer without a cast
obexftp_sdp.c:84: warning: implicit declaration of function `sdp_uuid16_create'
obexftp_sdp.c:84: error: `root_uuid' undeclared (first use in this function)
obexftp_sdp.c:84: error: `PUBLIC_BROWSE_GROUP' undeclared (first use in this
function)
obexftp_sdp.c:85: warning: implicit declaration of function `sdp_list_append'
obexftp_sdp.c:86: warning: implicit declaration of function
`sdp_set_browse_groups'
obexftp_sdp.c:87: warning: implicit declaration of function `sdp_list_free'
obexftp_sdp.c:90: error: `l2cap' undeclared (first use in this function)
obexftp_sdp.c:90: error: `L2CAP_UUID' undeclared (first use in this function)
obexftp_sdp.c:95: error: `rfcomm' undeclared (first use in this function)
obexftp_sdp.c:95: error: `RFCOMM_UUID' undeclared (first use in this function)
obexftp_sdp.c:97: warning: implicit declaration of function `sdp_data_alloc'
obexftp_sdp.c:97: error: `SDP_UINT8' undeclared (first use in this function)
obexftp_sdp.c:97: error: `channel_id' undeclared (first use in this function)
obexftp_sdp.c:102: error: `obex' undeclared (first use in this function)
obexftp_sdp.c:102: error: `OBEX_UUID' undeclared (first use in this function)
obexftp_sdp.c:107: warning: implicit declaration of function
`sdp_set_access_protos'
obexftp_sdp.c:114: warning: implicit declaration of function `sdp_data_free'
obexftp_sdp.c:117: error: `obexftp' undeclared (first use in this function)
obexftp_sdp.c:117: error: `OBEX_FILETRANS_SVCLASS_ID' undeclared (first use in
this function)
obexftp_sdp.c:119: warning: implicit declaration of function
`sdp_set_service_classes'
obexftp_sdp.c:122: error: `profile' undeclared (first use in this function)
obexftp_sdp.c:122: error: `OBEX_FILETRANS_PROFILE_ID' undeclared (first use in
this function)
obexftp_sdp.c:125: warning: implicit declaration of function
`sdp_set_profile_descs'
obexftp_sdp.c:126: warning: implicit declaration of function
`sdp_set_info_attr'obexftp_sdp.c:128: warning: implicit declaration of function
`sdp_device_record_register'
obexftp_sdp.c:131: warning: implicit declaration of function `sdp_record_free'
make[2]: *** [obexftp_sdp.o] Error 1
make[2]: Leaving directory `/home/rodolfo/tmp/obexftp-0.21/apps'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rodolfo/tmp/obexftp-0.21'
make: *** [all] Error 2
. Please, any support?
Thanks in advance,
Rodolfo
-------------------------------------------------------------------------
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
_______________________________________________
Openobex-users mailing list
[email protected]
http://lists.sourceforge.net/lists/listinfo/openobex-users