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.

How to replace (or strip) an extension from a filename in Python?

Is there a built-in function in Python that would replace (or remove, whatever) the extension of a filename (if it …

python scons
fatal error C1083: Cannot open include file: 'Windows.h': and scons

Today is officially my first day with C++ :P I've downloaded Visual C++ 2005 Express Edition and Microsoft Platform SDK for …

visual-c++ path environment scons include
How to install scons on Mac OS X

Can you please tell me how can I install scons on MacOSX? I don't see a mac specified download from …

macos scons
SCons- *** No SConstruct file found

Installed SCons using # cd scons-2.3.0 # python setup.py install After Installation, when i try to run scons , got the below …

python scons
Changing default C compiler in Linux, using SCons

On my Linux platform, I have several versions of gcc. Under usr/bin I have: gcc34 gcc44 gcc Here are …

c gcc scons
'cl' is not recognized as an internal or external command

Below is the error message when I run "scons" to compiler in windows7: ----------------------------------------------------------------------------------- 'cl' is not recognized as an …

c++ compiler-construction scons
How do I set scons system include path

Using scons I can easily set my include paths: env.Append( CPPPATH=['foo'] ) This passes the flag -Ifoo to gcc …

c++ scons
building jsoncpp (Linux) - an instruction for us mere mortals?

I am trying to build jsoncpp on Ubuntu 10.x - however the 'instructions' are at times vague. For example, it …

c++ python linux json scons
SCons to make a shared library (.so) with a static library (.a)

I'm trying to get SCons to make a shared library. One of the items going into the .so is a .…

static static-libraries portability static-linking scons