[Scons-users] Interactive Mode on Windows

mg at ncp-e.com mg at ncp-e.com
Mon Oct 19 12:32:42 EDT 2015


Hi,

can you tell me how robust the --interactive mode of SCons is considered
to be?

I've always known the interactive mode to somewhat unstable. But
lately it's nearly completely broken for me on Windows. After two or
three runs (building the same target, edit->run->compile cycles) it
either fails compiling like this:

------------------------------------------------------------------------
cl /Fosome.obj /c /TP /MTd /GS /W3 /Gm- /D__STDC_CONSTANT_MACROS /Isome\dir /Ic:\some\other\dir /Z7
cl : Command line error D8003 : missing source filename
------------------------------------------------------------------------

And as we can see the source filename *is* indeed missing.

Or it fails linking like this:

------------------------------------------------------------------------
lib @c:\users\mg\appdata\local\temp\tmpvoongn.lnk
Microsoft (R) Library Manager Version 14.00.23026.0
Copyright (C) Microsoft Corporation.  All rights reserved.

LINK : fatal error LNK1104: cannot open file 'c:\users\mg\appdata\local\temp\tmpvoongn.lnk'
scons: *** [C:\Users\mg\build\trunk\2015-64\build\winpc\x86\ncp\source\ncppal\ncppal.lib] Error 1104
------------------------------------------------------------------------

Once it reaches this state it doesn't recover. Other targets, however,
can still be successfully built. So the state of some nodes seems to be
messed up.

Any advice on this?

I'd really like the --interactive mode to get working better as it
improves acceptance among my fellow developers that moan about long
initialization times when running SCons.

Regards

Matthias

-- 
Matthias Gerstner, Dipl.-Wirtsch.-Inf. (FH)
Entwicklung
 
NCP engineering GmbH
Dombühler Straße 2, D-90449, Nürnberg
Geschäftsführer Peter Söll, HRB-Nr: 77 86 Nürnberg
 
Telefon: +49 911 9968-153, Fax: +49 911 9968-229
E-Mail: Matthias.Gerstner at ncp-e.com
Internet: http://www.ncp-e.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20151019/c6cd98ab/attachment.pgp>


More information about the Scons-users mailing list