Am Freitag 20 Oktober 2006 17:12 schrieb Hendrik Sattler: > Am Freitag 20 Oktober 2006 15:34 schrieb Marcel Holtmann: > > I just committed the Bluetooth support for FreeBSD and NetBSD to the > > OpenOBEX CVS. Please check it out and test if it compiles and works for > > you guys. There is a good chance that I am releasing a new version next > > week. > > The code in lib/obex_transport.h cannot work for FreeBSD as saddr_t.rfcomm > does not get defined for this case. > > And maybe you can use winsock2.h (needed by ws2bth.h) instead of winsock.h?
Another problem is in include/obex.h: #ifndef SOL_RFCOMM typedef char* bdaddr_t; #endif This is not for systems that do not define SOL_RFCOMM. BTW: What is the best approach to typdef bdaddr_t from something dependent on the system? In Win32, it must be BTH_ADDR. HS ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Openobex-users mailing list [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
