2011/6/9 Bruno Winck <bw@...2632...>:
Could you share with us what the source build file would look like ? Even if we cannot run it, just to see what it looks like.
My work is at lp:~tweenk/inkscape/waf-build It uses a heavily customized Waf. If I changed to Waf 1.6, a lot of the content in InkWaf.py would be unnecessary.
On other project we simply use make, not so bad and everyone knows how to use it, recognized by many frameworks. You can always have a few scripts in whatever language you like to do some configuration. But for simple task like saving a .h file and rebuilding as quickly as possible it works fine.
Using plain make becomes really painful when you have more than a few files with dependencies on each other. The whole point of all the build systems around is to automate dependency generation.
Regards, Krzysztof