Branko, With all your recent work on the scons and cmake build systems, should we throw one out?
In the past, we had three separate build systems (iirc). One from autotools, one custom .py script, and a Windows makefile or such. Then we threw out all that junk and moved to SCons for all platforms, and our custom bits simply became python code within scons. But it seems we are back to dual-maintenance of build systems (again). What is your [Branko] thinking on going with just one, or keeping both? Others: how do you think we should proceed? It feels like there is more weight towards CMake over the past years. Personally, I like scons in that it uses python, so "we" know how to extend it well for our needs. I don't know enough about CMake to judge it. Thoughts, people? Cheers, -g