[Scons-users] need assistance on 3rd-party scons file

Gary Oberbrunner garyo at oberbrunner.com
Mon Oct 8 12:56:13 EDT 2012


On Mon, Oct 8, 2012 at 10:55 AM, William Johnston <williamj at tenbase2.com> wrote:

> However, the files are NOT printed when adding a previous debug statement:

>

> print '\nswig_cmd = [' + swig_cmd + ']\n'

>

> Even using the original code file, nothing is now printed from the build

> function?!?!


Most probably, one of the following:
1. the target (wrapper) is already up to date, so your builder doesn't
need to run now
2. an exception is being thrown somewhere (i.e. in that previous debug
statement?)

--
Gary


More information about the Scons-users mailing list