I am currently creating a new software project and want to have an automatic build system. The project is quite complex, including C, C #. It should also create automatic bindings (Python, PHP, Java, Ruby, etc.) using an external tool (SWIG).
The project should be able to create and run on Linux, Windows, and possibly Mac OS X.
I looked at CMake, autotools and waf. Anyone have any suggestions?
Jonathan
source share