Andrew - 2010-07-01

As far as I know, the latest version of ARToolkit (2.7.1 I believe) will not compile from the command line in OS X 10.6. However, you can use Xcode (using the ARToolkit.xcodeproj project file) to compile and run ARToolkit if you change the active SDK to "Mac OS X 10.5".
Personally, I still find this a hindrance as I am developing a cross-platform application, so creating universal Makefiles becomes difficult when we are forced to use Xcode. Not to mention those pesky Xcode files that need to be tracked in source control... and that I would prefer to use a thiner editor than Xcode (such as macvim) and compile from the command line.
Can we be expecting a fix for this any time soon?