I can't build because you have 'pkg-' commands in the makefiles that don't work on OSX. I don't have the time go modifying the make files. You should use clang on 10.7+ with libc++ and c++11 enabled. If you were going to have it work with c++03 for 10.5 and 10.6, you should use llvm-gcc-4.2. However, since your lib appears to require c++11, 10.5 and 10.6 are out of the question. 10.5 isn't a big deal. It is pretty much dead. There are still a few people using it...mainly PowerPC users. 10.6 may hang around a while because 10.7 won't work on older hardware. I haven't looked at the usage statistics lately. Also, as I recall reading, 10.7 doesn't run on any machines that aren't 64 bit. So, you may not want to be bothered with i386 on 10.7.
↧