Hi,
Has anyone been able to compile using Xcode 4.2, specifically under Max OS X Lion? I was able to compile with XCode 3.x under Snow Leopard but it appears that Lion doesn't support XCode 3.x
The first step seems to be replace "arch -ppc arch -i386" in Makefile.osx with either "arch -i686" or "arch -x86_64" (my machine is 64 bit). This allows most of the source files to compile but has problems with main-crb.c.
Any suggestions or better yet a working Makefile?
Thanks,
Cameron
Has anyone been able to compile using Xcode 4.2, specifically under Max OS X Lion? I was able to compile with XCode 3.x under Snow Leopard but it appears that Lion doesn't support XCode 3.x
The first step seems to be replace "arch -ppc arch -i386" in Makefile.osx with either "arch -i686" or "arch -x86_64" (my machine is 64 bit). This allows most of the source files to compile but has problems with main-crb.c.
Any suggestions or better yet a working Makefile?
Thanks,
Cameron
Comment