timeliner icon indicating copy to clipboard operation
timeliner copied to clipboard

Cannot install on Windows

Open jscancella opened this issue 2 years ago • 1 comments

After installing mingw (needed for GCC) I still get the error

PS C:\Users\John\Documents\repos\timeliner> go build
# github.com/mattn/go-sqlite3
cc1.exe: sorry, unimplemented: 64-bit mode not compiled in

How do I fix this so I can correctly compile and use?

jscancella avatar Nov 05 '22 19:11 jscancella

I am not sure, as I don't use Windows, but I wonder if perhaps the build of cc1.exe is wrong for the platform?

mholt avatar Nov 07 '22 02:11 mholt