Open tomeksowi opened 5 years ago
This is probably related to the tup32detect.exe problem. Make sure it's not being quarantined by your AV
This is probably related to the tup32detect.exe problem. Make sure it's not being quarantined by your AV
It could be, though with that version of tup, if I remove tup32detect.exe from the system, I see a different error:
[ tup ] [0.250s] Executing Commands...
[ ] 0%Unable to retrieve WOW64 info
tup error: failed to inject dll: No error
*** Command ID=25 failed: gcc hello.c -o hello.exe
[ ] 0%
*** tup: 1 job failed.
I'm not sure if removing it is representative of what would happen with an AV blocking it, though.
Trying to build A First Tupfile returns an error encountered in #168 and #147:
Everything is according to the tutorial except my Tupfile is adjusted for the .exe suffix on Windows:
Needless to say, the gcc command outside tup works fine and the tup directory with all the executables and
tup-dllinject(32).dll
is in path.