manniru / bluecove

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

Missing header files in the OSX build. #106

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check out 3040 from SVN
2. Build the xCode project with 10.6, Debug, x86_64

What is the expected output? What do you see instead?
It to build the native libraries and jar, errors out.

I always get a missing two files com_intel_bluetooth_NativeTestInterfaces.h, 
and 
com_intel_bluetooth_BluetoothStackOSX.h which cause 36 errors during the build 
process.

Original issue reported on code.google.com by Timothy....@gmail.com on 8 Apr 2010 at 12:44

GoogleCodeExporter commented 9 years ago
such .h files get created when you run mvn

Original comment by marfo...@gmail.com on 12 Apr 2010 at 11:06

GoogleCodeExporter commented 9 years ago
JNI headers are generated during build

Original comment by skarzhev...@gmail.com on 27 Jul 2010 at 1:55