Okay, so this is my machine. Windows 7 Ultimate 64 bit with Japanese locale, only important updates installed.
My tool chain is MSYS2, I tried both 64 bit gcc and 32 bit (i686) gcc, tup is the latest build found at the tup website. I made a simple Tupfile with the following rules :main.cpp |> g++.exe -c main.cpp -o main.exe |> main.exe When I execute it from a 64 bit shell, thus using 64 bit gcc, I get the following error: tup error: failed to inject dll: No such file or directory When I execute it from a 32 bit shell, thus using i686 gcc, I get these errors: * 100% 1) g++.exe -c main.cpp -o main.exe *** tup errors *** *** Command ID=24 failed with return value -1073741819 tup error: Expected to write to file 'main.exe' from cmd 24 but didn't *** Additionally, command 24 failed to process input dependencies. These should probably be fixed before addressing the command failure. So this makes tup completely unusable for me on Windows, perhaps I could compile the latest development branch for windows? Regards, Dragoon On Thursday, December 31, 2015 at 9:29:43 AM UTC+1, Freddie Chopin wrote: > > On środa, 30 grudnia 2015 17:07:26 CET Dragoon wrote: > > My attempts with trying to use tup on Windows have been hopeless as of > now. > > Not even 32bit builds work, gcc ends up segfaulting. > > You must be more specific - I've tried tup on Windows a few days ago and > the > most recent development version indeed has an important bug, but it > actually > works correctly (see https://github.com/gittup/tup/issues/255 ). Apart > from > that problem and a slight problem with 64-bit tools (see https://github.com/ > > gittup/tup/issues/256 <https://github.com/gittup/tup/issues/256> ) tup > works as expected, just as it always worked... > > So "it works here"... > > 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.
