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

Bill Deegan bill at baddogconsulting.com
Mon Jul 23 17:46:20 EDT 2018


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/24d49906/attachment.html>


More information about the Scons-users mailing list