Description
When building using the cmake build scripts, the C library doesn't compile on Mac Lion:
$ make Scanning dependencies of target avro-shared [ 1%] Building C object src/CMakeFiles/avro-shared.dir/allocation.o llvm-gcc-4.2: error trying to exec '/usr/bin/../llvm-gcc-4.2/bin/powerpc-apple-darwin11-llvm-gcc-4.2': execvp: No such file or directory lipo: can't figure out the architecture type of: /var/folders/jb/gsl71lzj5z73bz39p6sj2glh0000gn/T//ccHcK1F2.out make[2]: *** [src/CMakeFiles/avro-shared.dir/allocation.o] Error 255 make[1]: *** [src/CMakeFiles/avro-shared.dir/all] Error 2 make: *** [all] Error 2