Top "Scons" questions

SCons is a cross platform, open source build tool and an alternative to the classic "Make". It works based on a declarative description of a build, using the Python programming language.

scons : src and include dirs

can someone give a scons config file which allows the following structure toplevel/ /src - .cc files /include .h files …

python scons
Why does SCons VariantDir() not put output in the given directory?

I'm thinking about using SCons for a new project. It looks really good, though I'm finding VariantDir quite confusing. I …

python c makefile scons
One way hash (not for crypto/security), use SHA256 (not MD5, SHA-1)?

On a new system, we require a one-way-hash to compute a digital signature from binary input (e.g., a kilobyte …

git hash md5 scons sha256
ant+cpptasks vs. scons vs. make

I'm looking into scons and I just want to make sure I know what the alternatives are, before I invest …

ant build-process makefile scons
Building C++ on both Windows and Linux

I'm involved in C++ project targeted for Windows and Linux (RHEL) platforms. Till now the development was purely done on …

c++ build-process cross-platform cmake scons
getting the scons root directory

I need to run two programs in sequence as part of a custom builder. One of them is a program …

scons
Error : ‘template<class> class std::auto_ptr’ is deprecated

I'm using scons and ubuntu. When i when i make some program in using 'scons', there happen error like, src/…

c++ c++11 g++ scons