[Scons-users] Interactive mode on windows : cl : Command line error D8003 : missing source filename

Bill Deegan bill at baddogconsulting.com
Mon Jul 23 17:47:10 EDT 2018


Note these only come into play for msvc. This was to support batched
compiles as it (used to be) much faster for msvc compiles. (Not sure if
that still applies)

On Mon, Jul 23, 2018 at 2:46 PM, Bill Deegan <bill at baddogconsulting.com>
wrote:

> Try changing "CHANGED_SOURCES" to "SOURCES"
>
> Here:
> src/engine/SCons/Tool/msvc.py:    env['CCCOM']      = '${TEMPFILE("$CC
> $_MSVC_OUTPUT_FLAG /c $CHANGED_SOURCES $CFLAGS $CCFLAGS
> $_CCCOMCOM","$CCCOMSTR")}'
> src/engine/SCons/Tool/msvc.py:    env['SHCCCOM']    = '${TEMPFILE("$SHCC
> $_MSVC_OUTPUT_FLAG /c $CHANGED_SOURCES $SHCFLAGS $SHCCFLAGS
> $_CCCOMCOM","$SHCCCOMSTR")}'
> src/engine/SCons/Tool/msvc.py:    env['CXXCOM']     = '${TEMPFILE("$CXX
> $_MSVC_OUTPUT_FLAG /c $CHANGED_SOURCES $CXXFLAGS $CCFLAGS
> $_CCCOMCOM","$CXXCOMSTR")}'
> src/engine/SCons/Tool/msvc.py:    env['SHCXXCOM']   = '${TEMPFILE("$SHCXX
> $_MSVC_OUTPUT_FLAG /c $CHANGED_SOURCES $SHCXXFLAGS $SHCCFLAGS
> $_CCCOMCOM","$SHCXXCOMSTR")}'
>
>
> On Mon, Jul 23, 2018 at 2:15 PM, Mats Wichmann <mats at wichmann.us> wrote:
>
>> On 07/23/2018 03:08 PM, Pierre-Luc Boily wrote:
>> > It is already documented there :
>> > http://scons.tigris.org/issues/show_bug.cgi?id=3029, problem might be
>> from
>> > Executor.py.  I'll start there.
>>
>> by the way, use this link, the bugtracker transitioned:
>>
>> https://github.com/scons/scons/issues/3029
>>
>>
>> _______________________________________________
>> Scons-users mailing list
>> Scons-users at scons.org
>> https://pairlist4.pair.net/mailman/listinfo/scons-users
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20180723/d516ea99/attachment.html>


More information about the Scons-users mailing list