Re: [openobex-users] build problems with NetBSD

2011-06-20 Thread Hendrik Sattler
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

Re: [openobex-users] build problems with NetBSD

2011-06-20 Thread 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 _WIN64 will fail to work in > > your example :) better to rely just

Re: [openobex-users] build problems with NetBSD

2011-06-20 Thread Hendrik Sattler
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

Re: [openobex-users] build problems with NetBSD

2011-06-20 Thread Iain Hibbert
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

Re: [openobex-users] build problems with NetBSD

2011-06-20 Thread Hendrik Sattler
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 */ >> > #

Re: [openobex-users] build problems with NetBSD

2011-06-20 Thread 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 */ > > # define bt_addr_t bdaddr_t > > #

Re: [openobex-users] build problems with NetBSD

2011-06-20 Thread Hendrik Sattler
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 :-) >

[openobex-users] build problems with NetBSD

2011-06-20 Thread 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 file, the following: #if !defined(bt_addr_t) # if defined(SOL_RFCOMM) #if defined(_WIN