Mats Wichmann
Mats Wichmann
You'll have to explain... the various `*TARGETS` and `*SOURCES` variables are just lists, why should they have attributes that only make sense in the context of an individual node (i.e....
okay, I see there's a `TargetsAndSources` class which defers but eventually does produce a `NodeList` - the Util one, which does return the requested attribute from each member. So I...
I just tried the attached SConstruct and it is not showing any problem. Perhaps fixed?
Closed in favor of #4263
The doc build part appears to be a built-in limit that turns out to now be tunable thanks to someone's efforts about six months ago. I bumped the limit again...
> Bummer. Also, on a related note, I noticed that the SconsDoc stuff tries to load lxml, and if that fails, tries to fall back to a different implementation, but...
Revisiting this for one more comment - it refers to problems due to `os.spawnve`, which we still use on the Windows platform. An experimental change to launch processes a different...
yeah, doesn't seem like anyone applied the change.
Also look into `Literal` https://scons.org/doc/production/HTML/scons-man.html#f-Literal I believe we've used that form to get around the irritating `ORIGIN` token for the binutils linker, like `Literal('\\\\$$ORIGIN')` (that appears in one of the...