I know it is possible... I've downloaded the Carbon bindings for XCode and the Gnat compiler, and installed both. I also patched the pbx file that needs patching...
however, any time I try to compile anything in XCode it fails and says to look at the build log for more information. I can't find any more information anywhere, but I also can't find anything clearly labeled "build log".
running gnatmake "myprocedure.adb" works just fine, though... so the problem is not with the compiler/binder/linker itself.
any ideas? I can just keep compiling from the CLI, although that's a bit annoying... my other option is to only code on my PC, which is doable but not something I enjoy... or code from within VPC which is even worse (slower)...
thanks..