Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

OSX Support For AntLib

Rank

Total Posts: 4

Joined 2015-07-07

PM

Hi,

I'm running OSX 10.10.4 with the latest version of XCode. I've just downloaded the OSX version of ANTLIB from http://www.thisisant.com/resources/ant-macosx-library-package-with-source-code/ version 2.9.3.1

It refuses to build out of the box, the xcode project is incorrect (it wants 10.4 SDKS among other things) and when I do fix that, it is full of all sorts of compile errors. I'm working through them sorting them out one by one.

My main issue is that I want to build it 64 bit and get a variety of errors because of that (eg: where pointers are being compared to FALSE, which is #defined to bool(0)). I can trivially fix those, however are there any known sneaky issues that would stop a 64bit build?

thanks

Bruno N
     
Rank

Total Posts: 4

Joined 2015-07-07

PM

IOkit support seems to be complete broken as well. I get the following error message.

ANT_Library_MacOSX_Package/ANT_LIB/software/USB/iokit_driver/iokit_interface.cpp:50:14: error: assigning to 'IOUSBInterfaceInterface300 **' (aka 'IOUSBInterfaceStruct300 **') from incompatible type 'io_object_t' (aka 'unsigned int')      
RankRankRankRank

Total Posts: 313

Joined 2011-09-12

PM

Mac compile errors should now be fixed in the new v.3.5 SDK, see https://www.thisisant.com/forum/viewthread/6468/      

Signature

Dynastream Developer