[Scons-users] Error while refreshing build settings

Michael Potter michael at potter.name
Thu Feb 14 17:46:26 EST 2013


Here is a short update:
1) I imported the code into Eclipse using SConsolidator. I am having
the same problem and have reported it to the SConsolidator crew at
this URL:
http://sconsolidator.com/issues/35

I added my sample code to that ticket so someone should be able to
readily reproduce the problem.

2) In the proposed solution I got rid of this line:
environment.Command('joker.h', 'joker.txt', make_define)
and replaced it with these lines:
bld = Builder(action = make_define)
environment.Append(BUILDERS = {'make_define': bld})
environment.make_define('joker.h', 'joker.txt')

I believe that will allow joker.h to be built only when it out-of-date
AND required, rather than when it is just out-of-date.


--
Michael Potter
Tapp Solutions, LLC
Replatform Technologies, LLC
+1 770 815 6142 ** Atlanta ** michael at potter.name **
www.linkedin.com/in/michaelpotter


More information about the Scons-users mailing list