Hello everybody! I am giving tup a try and do not succeed in building a trivial executable with the VS2013 c-compiler. It seems that the compiler writes to '<...>\AppData\Local\Microsoft\VSCommon\12.0\SQM\sqmcpp.log'. Writing to this file makes the tup job fail because the file is unknown to tup.
I failed to talk the compiler in writing wanted output only. Adding this file as output seems not the right thing to do. Anybody encountered similar problems? Any suggestions on how to get around this? The command line: > cl /GS /TC /FC /EHsc /Fo"doc_try.o" ..\src\doc_try.c The error: > tup error: File 'C:\Users\dirk\AppData\Local\Microsoft\VSCommon\12.0\SQM\sqmcpp.log' was written to, but is not in .tup/db. You probably should specify it as an output -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
