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

Pierre-Luc Boily pierreluc.boily at gmail.com
Mon Jul 23 16:51:20 EDT 2018



scons>>>
build
scons: Building targets ...
scons: rebuilding `build\src\debug\win32\Tools.obj' because `src\Tools.cpp'
changed
cl /Fobuild\src\debug\win32\Tools.obj /c /TP /nologo /FC -Od -D_DEBUG -RTC1
-MDd -Z7 -DBOOST_FILESYSTEM_VERSION=2 -DWIN32 -D_WIN32 -DWINDOWS -D_MBCS
-DNOMINMAX -D_MSC_VER=1600 -D_WIN32_WINNT=0x0501 -D_CRT_SECURE_NO_WARNINGS
-W3 -nologo -GS -GR -EHa -wd4290 -wd4996 -wd4995 -TP /ILINK\include
/Ibuild\src /Isrc
cl : Command line error D8003 : missing source filename
scons: *** [build\src\debug\win32\Tools.obj] Error 2
scons: building terminated because of errors.
scons: Clearing cached node information ...
scons: done clearing node information.

Could it be related with variant dir?  I am using same logic for ou
centos6.7 platform, without any problem (so far).

I the example above, "build\src\debug\" is the variant dir given to the
SConscript.  Then, Library is invoked this way "Library("win32\Tools.obj",
[the_source)"]



--
Sent from: http://scons.1086193.n5.nabble.com/Users-f16930.html


More information about the Scons-users mailing list