gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bluetooth


From: Marcel Holtmann
Subject: Re: Bluetooth
Date: 02 Feb 2003 16:47:49 +0100

Hi Timothy,

> I know -- or assume -- 
> that Bluetooth is not yet officially a part of gnokii,
> although the code (unixbluetooth.c) is there.
> 
> But looking at the sources,
> it seemed that gnokii-bluetooth would use
> the old bluez-kernel sources,
> which are now deprecated
> as bluez is now incorporated into the main kernel tree.
> 
> I tried changing
> 
> #include <bluetooth/bluetooth.h>
> #include <bluetooth/rfcomm.h>
> 
> in .../include/devices/unixbluetooth.h to
> 
> #include <net/bluetooth/bluetooth.h>
> #include <net/bluetooth/rfcomm.h>
> 
> since this is where the bluetooth files appear in the kernel now.
> I then tried compiling after
> 
> ./autogen.sh --with-bluetooth=/usr/src/linux/

please stop try doing this. The kernel include files are for kernel use
only. No program in userspace should use them. The include files for
programs come with the bluez-libs package and will be normaly installed
into /usr/include/bluetooth and so the current code include them
correctly.

Regards

Marcel






reply via email to

[Prev in Thread] Current Thread [Next in Thread]