Am Montag, 20. Juni 2011, 22:00:26 schrieb Iain Hibbert:
> On Mon, 20 Jun 2011, Hendrik Sattler wrote:
> > Am Montag, 20. Juni 2011, 19:51:18 schrieb Iain Hibbert:
> > > I actually disklike this method, for the reason that it breaks when the
> > > OS changes even though the feature remains (eg _WIN
On Mon, 20 Jun 2011, Hendrik Sattler wrote:
> Am Montag, 20. Juni 2011, 19:51:18 schrieb Iain Hibbert:
> > I actually disklike this method, for the reason that it breaks when the OS
> > changes even though the feature remains (eg _WIN64 will fail to work in
> > your example :) better to rely just
Am Montag, 20. Juni 2011, 19:51:18 schrieb Iain Hibbert:
> I actually disklike this method, for the reason that it breaks when the OS
> changes even though the feature remains (eg _WIN64 will fail to work in
> your example :) better to rely just on the feature itself, though it could
> be better ex
On Mon, 20 Jun 2011, Hendrik Sattler wrote:
> Zitat von Iain Hibbert :
>
> > On Mon, 20 Jun 2011, Hendrik Sattler wrote:
> >
> > > > file, the following:
> > > >
> > > > #if !defined(bt_addr_t)
> > > > # if defined(SOL_RFCOMM)
> > > > #if defined(_WIN32) /* Windows */
> > > > # define b
Zitat von Iain Hibbert :
> On Mon, 20 Jun 2011, Hendrik Sattler wrote:
>
>> > file, the following:
>> >
>> > #if !defined(bt_addr_t)
>> > # if defined(SOL_RFCOMM)
>> > #if defined(_WIN32) /* Windows */
>> > # define bt_addr_t BTH_ADDR
>> > #else /* Linux, FreeBSD, NetBSD */
>> > #
On Mon, 20 Jun 2011, Hendrik Sattler wrote:
> > file, the following:
> >
> > #if !defined(bt_addr_t)
> > # if defined(SOL_RFCOMM)
> > #if defined(_WIN32) /* Windows */
> > # define bt_addr_t BTH_ADDR
> > #else /* Linux, FreeBSD, NetBSD */
> > # define bt_addr_t bdaddr_t
> > #
Zitat von Iain Hibbert :
> Hi
>
> Since I saw rumours of a 2.0 release, I tried to build openobex cloned
> from
>
> git://git.kernel.org/pub/scm/bluetooth/openobex.git
>
> on NetBSD.. some patches to follow but I still have trouble with the
A tester/developer for *BSD is always welcome :-)
>
Hi
Since I saw rumours of a 2.0 release, I tried to build openobex cloned
from
git://git.kernel.org/pub/scm/bluetooth/openobex.git
on NetBSD.. some patches to follow but I still have trouble with the
file, the following:
#if !defined(bt_addr_t)
# if defined(SOL_RFCOMM)
#if defined(_WIN