From owner-freebsd-bluetooth@FreeBSD.ORG Mon Aug 2 05:26:47 2004 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5E1C16A4CF; Mon, 2 Aug 2004 05:26:47 +0000 (GMT) Received: from kimi.asti.dost.gov.ph (kimi.asti.dost.gov.ph [202.90.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42CFF43D5C; Mon, 2 Aug 2004 05:26:46 +0000 (GMT) (envelope-from edwinv@asti.dost.gov.ph) Received: from banao.pregi.net (unknown [10.10.8.3]) by kimi.asti.dost.gov.ph (Postfix) with ESMTP id 76B7223820D; Mon, 2 Aug 2004 13:26:01 +0800 (PHT) From: "Edwin D. Vinas" Organization: DOST-ASTI To: freebsd-questions@freebsd.org Date: Mon, 2 Aug 2004 13:21:31 +0800 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408021321.31329.edwinv@asti.dost.gov.ph> cc: freebsd-bluetooth@freebsd.org Subject: Can't file transfer via Bluetooth in FreeBSD X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 05:26:47 -0000 Hi, I recently shifted to FreeBSD-5.2 from Windows XP because I know there is a bluetooh support in these new 5.x versions. I was so glad that FreeBSD have improved a lot! However, I have a problem with installing or making the bluetooth file transfer work. Here are the details below: I followed the documentation by Pav on http://www.oook.cz/bsd/bluetooth.html. I was able to pair my Nokia 3660 with my FreeBSD-5.2 which has an MSI bluetooth dongle. I was able to discover other devices, and execute other built-in commands such as hccontrol, l2ping, l2control, sdptool etc. But, I noticed that the the basic file transfer called OBEX was not yet incorporated in the FreeBSD-5.2 and that I have to install an openobex or something. I have succesfully installed openobex from sourceforge, but it doesn't have the "obexapp" command. The i tried installing the "obexapp" from sourceforge too. The problem is that I cant install it. tar -zxvf obexapp-1.2.tar.gz (extracts two directories openobex-1.0.1/ and obexapp/) cd openobex-1.0.1 ./configure /usr/local/bin/make /usr/local/bin/make install cd obexapp (no ./configure and NO README!!!) so i tried, "make" or "/usr/local/bin/make" when i tried "make": banao# make Warning: Object directory not changed from original /usr/home/misoy/EDV/ Bluetooth/src/obexapp cc -I/usr/local/include -I/usr/local/include/openobex -g -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c main.c cc -I/usr/local/include -I/usr/local/include/openobex -g -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c client.c cc -I/usr/local/include -I/usr/local/include/openobex -g -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c event.c cc -I/usr/local/include -I/usr/local/include/openobex -g -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c sdp.c cc -I/usr/local/include -I/usr/local/include/openobex -g -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c server.c server.c: In function `obexapp_server': server.c:118: error: too many arguments to function `sdp_open_local' *** Error code 1 Stop in /usr/home/misoy/EDV/Bluetooth/src/obexapp. using /usr/local/bin/make: banao# /usr/local/bin/make Makefile:23: *** missing separator. Stop. -Edwin