5.2 USB + Bluetooth

Randy Bush randy at psg.com
Thu Jan 8 19:13:49 PST 2004


do you have a better obex archive?  i got it with lynx and ...

# tar zxf obexapp-1.0.tar.gz 
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers

gzip: stdin: invalid compressed data--crc error
tar: Child returned status 1
tar: Error exit delayed from previous errors

# cd obexapp-1.0

# make
Warning: Object directory not changed from original /usr/local/src/bt/obexapp-1.0
cc -O -pipe -march=pentiumpro -g  -I/usr/local/include  -I/usr/local/include/glib12  -I/usr/local/include/openobex -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized  -c main.c
main.c:38:18: obex.h: No such file or directory
In file included from main.c:48:
obexapp.h:71: error: syntax error before '*' token
obexapp.h:72: error: syntax error before '*' token
obexapp.h:84: error: syntax error before "obex_t"
In file included from main.c:49:
client.h:35: error: syntax error before '*' token
In file included from main.c:50:
event.h:35: error: syntax error before '*' token
In file included from main.c:51:
server.h:35: error: syntax error before '*' token
In file included from main.c:52:
transport.h:35: error: syntax error before '*' token
transport.h:36: error: syntax error before '*' token
transport.h:37: error: syntax error before '*' token
transport.h:38: error: syntax error before '*' token
transport.h:40: error: syntax error before '*' token
main.c: In function `main':
main.c:72: error: syntax error before "custfunc"
main.c:134: error: `custfunc' undeclared (first use in this function)
main.c:134: error: (Each undeclared identifier is reported only once
main.c:134: error: for each function it appears in.)
main.c:267: error: structure has no member named `handle'
main.c:267: warning: implicit declaration of function `OBEX_Init'
main.c:267: error: `OBEX_TRANS_CUST' undeclared (first use in this function)
main.c:268: error: structure has no member named `handle'
main.c:273: warning: implicit declaration of function `OBEX_SetUserData'
main.c:273: error: structure has no member named `handle'
main.c:276: warning: implicit declaration of function `OBEX_RegisterCTransport'
main.c:276: error: structure has no member named `handle'
main.c:283: error: structure has no member named `handle'
main.c:285: error: structure has no member named `handle'
main.c:287: warning: implicit declaration of function `OBEX_Cleanup'
main.c:287: error: structure has no member named `handle'
*** Error code 1

Stop in /usr/local/src/bt/obexapp-1.0.



More information about the freebsd-current mailing list