Hi all, I tried to run the provided files and even tried to compile tup myself without luck. Am I the only one not getting this to work? If I run tup from the PowerShell I get the printouts below. Running from the cmd.exe gives the same behavior as running tup compiled from the current branch.
PowerShell: * 1) newmath: D:\mingw\bin\gcc -Wall -O2 -c square.c -o square.o Code_Size: 160 SH Eip: 77B201B4 0028E770 | 68EFBEAD DE9C6068 EFBEADDE B8EFBEAD | h.....`h........ 0028E770 | 68B401B2 779C6068 A0002B00 B864002B | h...w.`h..+..d.+ Code_Size: 160 SH Eip: 77B201B4 0028F100 | 68EFBEAD DE9C6068 EFBEADDE B8EFBEAD | h.....`h........ 0028F100 | 68B401B2 779C6068 A0000B00 B864000B | h...w.`h.....d.. *** tup errors *** tup error: Expected to write to file 'square.o' from cmd 27 but didn't Command Prompt: * 1) cl -Wall -O2 -Inewmath -c hello.c -o hello.o *** tup errors *** *** Command ID=25 failed with return value -1073741819 -- -- 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.
