I have searched for an answer and have failed to find one so I turn to look for your kind assistance:
I have installed all the files and when trying to create a test project the build and run it .. I get 84 errors most of which are a variation of:
Compiling /Users/Simon/Destop/test4/libs/FontLabel/FontLabel.m (1 error)
i686-apple-darwin9-gcc-4.2.1: ............no such file
i686-apple-darwin9-gcc-4.2.1: warning: '-x objective-c' after last input file has no effect
i686-apple-darwin9-gcc-4.2.1: no input files
etc .. etc
I believe there might be an issue with Xcode and gcc and thus not all the files are getting created:
I found somewhere that perhaps I needed darwin10-gcc which it was suggested I copy and then name the darwin9 file as a 10. I did that but to no luck.
I am running MAC OSX 10.5.8 (I don't want to upgrade to Snow Leopard yet as I have software I need that would need an expensive upgrade) so hopefully there is a fix under these circumstances.
thanks