hcarver / bluecove

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

OS X 10.8 Modifications are in #1

Closed ma-ku closed 10 years ago

ma-ku commented 11 years ago

Here is my contribution to bluecove that allows using the library with the latest version of OS X (10.8 aka Mountain Lion). I could not test this version with any older version of OS X so if this may become an issue it may be easier to have the old and the new version side by side.

ieee8023 commented 11 years ago

Hey. Thanks for making it work on 10.8. However, I cannot compile the ma-ku version on 10.6 as you predicted. Maybe it's best to treat it as a whole new stack so they are different compile targets? Here is the error I get:

"error: There is no SDK with the name or path 'macosx10.7'"

Let me know and I can spend some time doing something.

-J

ma-ku commented 11 years ago

Usually you can switch to another SDK in the project configuration. Just search for the term 'Base SDK' in the build settings (select the blue icon in the left tree view and switch to the build settings tab on the right side). There you can select the correct SDK.

Cheers

Mathias

hcarver commented 11 years ago

Thanks for this and sorry it's taken me so long to get around to it. Please could you build bluecove with your new code and put the result online somewhere I can download it, so that I can test whether it's backwards-compatible with older releases of OS X?