Hello! I cannot reproduce this issue... In 32-bit shell:
> MINGW32 ~/tup > $ tup > [ tup ] [0.016s] Scanning filesystem... > [ tup ] [0.016s] Reading in new environment variables... > [ tup ] [0.031s] Parsing Tupfiles... > > 100% 1) [0.000s] . > > [ tup ] [0.031s] No files to delete. > [ tup ] [0.031s] Generating .gitignore files... > [ tup ] [0.031s] Executing Commands... > > 100% 1) [0.047s] g++.exe -c main.cpp -o main.exe > > [ tup ] [0.093s] Updated. In 64-bit shell: > MINGW64 ~/tup > > $ tup > [ tup ] [0.011s] Scanning filesystem... > [ tup ] [0.011s] Reading in new environment variables... > [ tup ] [0.011s] Parsing Tupfiles... > > 100% 1) [0.000s] . > > [ tup ] [0.021s] No files to delete. > [ tup ] [0.021s] Generating .gitignore files... > [ tup ] [0.021s] Executing Commands... > > 100% 1) [0.032s] g++.exe -c main.cpp -o main.exe > > [ tup ] [0.064s] Updated. I'm also doing this on virtual machine with Windows 7 64-bit, but I'm pretty sure that on "real" Windows 7 it would work the same. Regards, FCh -- -- 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.
