On 16-12-2015 19:45, Yehuda Sadeh-Weinraub wrote: > Is cmake a viable option in all environments we expect ceph (or any > part of) to be compiled on? (e.g. aix, solaris, freebsd, different > linux arm distros, etc.) Hi, For FreeBSD it does not really matter much. Recently the native builder has become bmake (and is called as make). To build things for Ceph I needed to install gmake and actually call it like that, aka. gmake check.... It is easily installed as a package, and currently I've worked out most required packages. The ports building platform allow for specifying the required packages, as well as specifying which make to use. This includes using Cmake. If a package requires {C,f,g}make and that make is lacking, the package system first installs it. It is not easy to actually to accommodate for FreeBSD in the autotools with the current configure.ac and stuff. But I haven't looked at the Cmake stuff to see if it gets any easier. --WjW -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html