Jon Wahlmann wrote:
> Speaking of CONS, have you looked at the Python version, SCons
> (http://www.scons.org)?  If you are whitespace/python-adverse, then it
> won't be of much interest to you.  For me, I like the clean syntax of
> it.  After all, it's just a Python program.  The other feature of
> SCons I really like is the built-in autoconf-like functionality.
>
> I haven't had the chance to do much more than tinker a bit with it.
> I'm anxious to try it out on some of our larger software packages to
> see how well it works in practice.
>
> Have any of you tried SCons?

Yes, I like it a lot. But then, I also stand accused of being a Python weenie.

I use it to build a cross-compiled version of Gambit for the Nintendo DS. Cross compiling is something which autofoo and friends have traditionally been very poor at.

The autoconf functionality is a bit weak, right now.

However, the built-in builders are getting *very* extensive. In addition, the fact that you can see the builders and then make your own is very helpful.

The only gripe I have about it is how "build_dir" works. I'm not sure if that is my failing, SCons' failing, or a documentation failing.

-a


--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to