timeliner
timeliner copied to clipboard
Cannot install on Windows
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?
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?