On Fri, Nov 30, 2012 at 5:29 AM, Steve Loughran <ste...@hortonworks.com>wrote:
> Yes, you need python at build time, but that's no worse than having a > protoc > compiler, gcc and the automake toolchain. > The problem is that python is known to have _backward_ compatibility issues on various platforms. It would be very annoying/time consuming to deal with various support issues regarding python versions on various platforms. I agree that autotools is a nightmare and should be converted (in branch-1 as well) to cmake (which has good versioning support :) The goal is to have less external dependencies, not more, again mostly due to support issues. If we want to introduce an external dependencies, we need to pick something that are easy to support compatibility wise. __Luke