From owner-freebsd-current@FreeBSD.ORG Thu Jan 8 19:13:49 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC50216A4CE for ; Thu, 8 Jan 2004 19:13:49 -0800 (PST) Received: from ran.psg.com (ip166.usw253.dsl-acs2.sea.iinet.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74A5243D2F for ; Thu, 8 Jan 2004 19:13:47 -0800 (PST) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.24; FreeBSD) id 1Aen5m-000LXT-BC; Thu, 08 Jan 2004 19:13:46 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 8 Jan 2004 19:13:45 -0800 To: Andrew Boothman References: <3FFDF35F.3070800@cream.org> <3FFE0E86.7030806@cream.org> Message-Id: cc: FreeBSD Current Subject: Re: 5.2 USB + Bluetooth X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2004 03:13:49 -0000 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.