You need to install libbluetooth1-dev

On Fri, 2005-12-30 at 22:57 +0100, Jonas Kimvall wrote:
> Ok gang, I'm almost there. I've downloaded
> libopensync-plugin-irmc-0.18.tar.gz from opensync.org (this plug-in is
> not available as a .deb package, right?).
> 
> I unpacked it, cd'd to the folder, types ./configure, everything seems
> to run smoothly, but then when I type "make" I get the following message
> (I cna't really understand what the hell is wrong, any clues anyone?):
> 
> make  all-recursive
> make[1]: Entering directory
> `/home/jkimvall/sync/libopensync-plugin-irmc-0.18'
> Making all in src
> make[2]: Entering directory
> `/home/jkimvall/sync/libopensync-plugin-irmc-0.18/src'
> Making all in bfb
> make[3]: Entering directory
> `/home/jkimvall/sync/libopensync-plugin-irmc-0.18/src/bfb'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
> `/home/jkimvall/sync/libopensync-plugin-irmc-0.18/src/bfb'
> make[3]: Entering directory
> `/home/jkimvall/sync/libopensync-plugin-irmc-0.18/src'
> if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I. -I.. -I/usr/include/opensync-1.0 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include/libxml2     -Wall
> -I/usr/include/opensync-1.0 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -DHAVE_BT_OBEX -g
> -O2 -MT irmc_bluetooth.lo -MD -MP -MF ".deps/irmc_bluetooth.Tpo" -c -o
> irmc_bluetooth.lo irmc_bluetooth.c; \
> then mv -f ".deps/irmc_bluetooth.Tpo" ".deps/irmc_bluetooth.Plo"; else
> rm -f ".deps/irmc_bluetooth.Tpo"; exit 1; fi
>  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/opensync-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> -I/usr/include/libxml2 -Wall -I/usr/include/opensync-1.0
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> -I/usr/include/libxml2 -DHAVE_BT_OBEX -g -O2 -MT irmc_bluetooth.lo -MD
> -MP -MF .deps/irmc_bluetooth.Tpo -c irmc_bluetooth.c  -fPIC -DPIC
> -o .libs/irmc_bluetooth.o
> irmc_bluetooth.c:45:33: error: bluetooth/bluetooth.h: No such file or
> directory
> irmc_bluetooth.c:46:27: error: bluetooth/hci.h: No such file or
> directory
> irmc_bluetooth.c:47:30: error: bluetooth/rfcomm.h: No such file or
> directory
> irmc_bluetooth.c:48:31: error: bluetooth/hci_lib.h: No such file or
> directory
> irmc_bluetooth.c:49:27: error: bluetooth/sdp.h: No such file or
> directory
> irmc_bluetooth.c:50:31: error: bluetooth/sdp_lib.h: No such file or
> directory
> irmc_bluetooth.c: In function 'rfcomm_connect':
> irmc_bluetooth.c:56: error: storage size of 'svr_addr' isn't known
> irmc_bluetooth.c:56: error: storage size of 'my_addr' isn't known
> irmc_bluetooth.c:61: warning: implicit declaration of function 'bacpy'
> irmc_bluetooth.c:66: error: 'BDADDR_ANY' undeclared (first use in this
> function)
> irmc_bluetooth.c:66: error: (Each undeclared identifier is reported only
> once
> irmc_bluetooth.c:66: error: for each function it appears in.)
> irmc_bluetooth.c:68: warning: implicit declaration of function 'baswap'
> irmc_bluetooth.c:69: warning: implicit declaration of function 'batostr'
> irmc_bluetooth.c:71: error: 'BTPROTO_RFCOMM' undeclared (first use in
> this function)
> irmc_bluetooth.c:56: warning: unused variable 'my_addr'
> irmc_bluetooth.c:56: warning: unused variable 'svr_addr'
> irmc_bluetooth.c: In function 'find_bt_units':
> irmc_bluetooth.c:92: error: 'inquiry_info' undeclared (first use in this
> function)
> irmc_bluetooth.c:92: error: syntax error before 'ii'
> irmc_bluetooth.c:94: warning: implicit declaration of function
> 'sdp_general_inquiry'
> irmc_bluetooth.c:94: error: 'ii' undeclared (first use in this function)
> irmc_bluetooth.c:100: warning: implicit declaration of function
> 'hci_open_dev'
> irmc_bluetooth.c:101: error: 'sdp_list_t' undeclared (first use in this
> function)
> irmc_bluetooth.c:101: error: 'services' undeclared (first use in this
> function)
> irmc_bluetooth.c:102: error: 'attributes' undeclared (first use in this
> function)
> irmc_bluetooth.c:103: error: 'reclist' undeclared (first use in this
> function)
> irmc_bluetooth.c:105: error: 'uuid_t' undeclared (first use in this
> function)
> irmc_bluetooth.c:105: error: syntax error before 'serviceuuid'
> irmc_bluetooth.c:107: error: 'protodescs' undeclared (first use in this
> function)
> irmc_bluetooth.c:108: error: 'sdp_session_t' undeclared (first use in
> this function)
> irmc_bluetooth.c:108: error: 'sess' undeclared (first use in this
> function)
> irmc_bluetooth.c:112: warning: passing argument 2 of '__builtin_strncpy'
> makes pointer from integer without a cast
> irmc_bluetooth.c:116: warning: implicit declaration of function
> 'hci_read_remote_name'
> irmc_bluetooth.c:117: warning: implicit declaration of function
> 'hci_close_dev'
> irmc_bluetooth.c:123: warning: implicit declaration of function
> 'sdp_connect'
> irmc_bluetooth.c:123: error: 'BDADDR_ANY' undeclared (first use in this
> function)
> irmc_bluetooth.c:126: warning: implicit declaration of function
> 'sdp_uuid16_create'
> irmc_bluetooth.c:126: error: 'serviceuuid' undeclared (first use in this
> function)
> irmc_bluetooth.c:126: error: 'IRMC_SYNC_SVCLASS_ID' undeclared (first
> use in this function)
> irmc_bluetooth.c:127: warning: implicit declaration of function
> 'sdp_list_append'
> irmc_bluetooth.c:130: warning: implicit declaration of function
> 'sdp_service_search_attr_req'
> irmc_bluetooth.c:131: error: 'SDP_ATTR_REQ_RANGE' undeclared (first use
> in this function)
> irmc_bluetooth.c:134: warning: implicit declaration of function
> 'sdp_list_free'
> irmc_bluetooth.c:138: error: 'sdp_record_t' undeclared (first use in
> this function)
> irmc_bluetooth.c:138: error: 'rec' undeclared (first use in this
> function)
> irmc_bluetooth.c:138: error: syntax error before ')' token
> irmc_bluetooth.c:140: warning: implicit declaration of function
> 'sdp_get_access_protos'
> irmc_bluetooth.c:142: warning: the address of 'access', will always
> evaluate as 'true'
> irmc_bluetooth.c:143: warning: implicit declaration of function
> 'sdp_get_proto_port'
> irmc_bluetooth.c:143: error: 'RFCOMM_UUID' undeclared (first use in this
> function)
> irmc_bluetooth.c:146: warning: implicit declaration of function
> 'sdp_close'
> irmc_bluetooth.c:104: warning: unused variable 'len'
> irmc_bluetooth.c: In function 'obex_handleinput':
> irmc_bluetooth.c:217: warning: pointer targets in passing argument 2 of
> 'OBEX_CustomDataFeed' differ in signedness
> irmc_bluetooth.c: In function 'irmc_strtoba':
> irmc_bluetooth.c:233: warning: implicit declaration of function
> 'strtoba'
> irmc_bluetooth.c: In function 'irmc_batostr':
> irmc_bluetooth.c:240: warning: return makes pointer from integer without
> a cast
> make[3]: *** [irmc_bluetooth.lo] Error 1
> make[3]: Leaving directory
> `/home/jkimvall/sync/libopensync-plugin-irmc-0.18/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
> `/home/jkimvall/sync/libopensync-plugin-irmc-0.18/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/home/jkimvall/sync/libopensync-plugin-irmc-0.18'
> make: *** [all] Error 2
> 
> 
> 
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> Multisync-users mailing list
> Multisync-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/multisync-users
> 
-- 
__________________________________________________
I have a new e-mail adress. If you are still using
[EMAIL PROTECTED], please change to
[EMAIL PROTECTED]
__________________________________________________



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Multisync-users mailing list
Multisync-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/multisync-users

Reply via email to