seungmanChun / btstack

Automatically exported from code.google.com/p/btstack
0 stars 0 forks source link

Building BTStack for iOS 5.0 #286

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

./configure --target=iphone --with-gcc-version=4.2.1 --with-sdk-version=5.0 
--with-developer-path=path=/Applications/Xcode.app/Contents/Developer/Platforms/
iPhoneOS.platform/Developer

What is the expected output? What do you see instead?

./configure: line 4364: syntax error near unexpected token `LIBUSB,'
./configure: line 4364: `    PKG_CHECK_MODULES(LIBUSB, libusb-1.0, 
HAVE_LIBUSB="yes", HAVE_LIBUSB="no")'

Original issue reported on code.google.com by m...@markst.co.uk on 1 Sep 2012 at 12:43

GoogleCodeExporter commented 9 years ago
That goes away if you install libusb.

Original comment by matthias.ringwald@gmail.com on 10 Dec 2012 at 10:35