hcarver / bluecove

Bluecove is a cross-platform Bluetooth library for Java. Converted to git from http://bluecove.org/
55 stars 51 forks source link

'com_intel_bluetooth_BluetoothStackOSX.h' file not found #4

Open imanzano opened 8 years ago

imanzano commented 8 years ago

Hi,

When I run mvn package I got

bluecove/bluecove/src/main/c/intelbth/OSXStack.h:35:10: fatal error: 'com_intel_bluetooth_BluetoothStackOSX.h' file not found

Do you know why ? I read that this files is generted....but It doesn't work in my machine with OSX 10.10 Any idea?

Thanks!

hcarver commented 8 years ago

Hi @imanzano, I'd guess it's because Mavericks calls the file by a different name, but I don't know for sure. I haven't touched this repo in a while but if you're able to fix the problem, please do open up a pull request for it!