https://github.com/TideSDK/TideSDK/wiki/Windows7-x86-2010-Expressの指示に従っていますが、実行時:
scons debug=1
SCons がclを見つけられないというエラーが表示されるので、SContruct に以下を追加しました。
if build.is_win32():
subprocess.call(path_to_vcvars32.bat)
しかし、私はまだエラーが発生しています:
'cl' is not recognized as an internal or external command,
operable program or batch file.
scons: *** [build\win32\objs\installer\common.obj] Error 1
SCons が cl を見つけられない理由について何か考えはありますか?