This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:560: checking for a BSD compatible install configure:613: checking whether build environment is sane configure:670: checking whether make sets ${MAKE} configure:716: checking for working aclocal configure:729: checking for working autoconf configure:742: checking for working automake configure:755: checking for working autoheader configure:768: checking for working makeinfo configure:786: checking whether to enable maintainer-specific portions of Makefiles configure:812: checking for gcc configure:925: checking whether the C compiler (gcc ) works configure:941: gcc -o conftest conftest.c 1>&5 configure:967: checking whether the C compiler (gcc ) is a cross-compiler configure:972: checking whether we are using GNU C configure:981: gcc -E conftest.c configure:1000: checking whether gcc accepts -g configure:1043: checking for a BSD compatible install configure:1098: checking for ranlib configure:1130: checking for openobex-config configure:1170: checking for openobex - version >= 1.0.0 configure:1217: checking for Bluetooth support configure:1233: gcc -c -g -O2 conftest.c 1>&5 configure:1222:37: bluetooth/bluetooth.h: No such file or directory configure:1223:34: bluetooth/rfcomm.h: No such file or directory configure: In function `main': configure:1227: error: `bdaddr_t' undeclared (first use in this function) configure:1227: error: (Each undeclared identifier is reported only once configure:1227: error: for each function it appears in.) configure:1227: error: syntax error before "bdaddr" configure:1228: error: storage size of 'addr' isn't known configure: failed program was: #line 1220 "configure" #include "confdefs.h" #include #include #include int main() { bdaddr_t bdaddr; struct sockaddr_rc addr; ; return 0; }