Hi, I managed to compile and make tup run with the 64bit patch. I did the following: - compiled 32bit tup from git and saved generated tup-dllinject.dll as tup-dllinject32.dll in my 64bit tup folder - copied tup32detect.exe from the original 64bit tup archive to my 64bit tup folder - applied a patch to the tup code - created tup.config with *CONFIG_TUP_MINGW=x86_64-w64-mingw32* - compiled patched source and copied tup.exe and tup-dllinject.dll to my 64bit tup folder
with those four files I was able to use tup on 64bit windows with both 32 and 64 bit compilers/tools. Hope it helps. Cheers, Tristan On Fri, Aug 8, 2014 at 2:39 PM, Magnus Bodin <[email protected]> wrote: > I have tried building myself with mingw-w64 + the patch above and also > built vanilla tup with i686-w64-mingw32. Also tried with the binaries > attached earlier in this thread and with the ones provided from > http://gittup.org/tup/. Nothing works. I found that I get different > errors depending on which command I test with, copy or xcopy. I have also > tried cl and even gcc. That's were I started but when I ran into errors I > tried to make it as simple as possible. > > Most likely I made some simple mistake but I can't find it so I think I > have to give up and find something else to use other than tup. It bugs me > since tup is what I want to use but Windows support is a deal breaker for > me. > > -- > -- > 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. > -- Tristan Rybak Chief Technical Officer Geniusprogrammer.net -- -- 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.
