Joseph Brill

Results 203 comments of Joseph Brill

Do you happen to have the warning message issued (if any)? Possibly off-topic: >Compiler option consistency >This table lists compiler options that might trigger an inconsistency warning when using a...

This issue is nearly 6 years old, was reported 14 years ago in version 1.1.0, and there are no apparent linked issues (i.e., no recent reports of the same behavior):...

*Populating the MSVS dictionary with most of the values listed in the documentation appears to have been removed prior to the release of `scons-2.0.0-final.0`. The function responsible for populating the...

Potential issues: 1. The check to see if a user is manually rerouting `stdout` should *probably* check `stderr` as well: ```diff # Process as normal if the user is manually...

Looks good. Suggestions: * The regexes only need to be compiled once: suggest moving outside of `spawn_capture` function. Optional enhancements, feel free to ignore: * A regex ending the line...

Windows-specific note for symlinks. Creating symbolic links in Windows requires the `SeCreateSymbolicLinkPrivilege` privilege. By default, this is administrators. Hardlinks (files) and junctions (directories) do not require any "special" permissions in...

Not much to add yet. This thread seems to be similar: https://developercommunity.visualstudio.com/t/binhostx86x86c1xxdll/314749 (emphasis added) > In my case I was running cl.exe via SCons. Scons strips the environment! So you...

`USERPROFILE` does not appear to be imported from the environment until version 4.4.0.

Typical `TEMP` and `TMP` *User Variables* definitions are: >TEMP=%USERPROFILE%\AppData\Local\Temp >TMP=%USERPROFILE%\AppData\Local\Temp Typical `TEMP` and `TMP` *System Variables* definitions are: >TEMP=%SystemRoot%\TEMP >TMP=%SystemRoot%\TEMP If the *User Variable* `TEMP` and `TMP` definitions are missing,...