mholt / timeliner

All your digital life on a single timeline, stored locally -- DEPRECATED, SEE TIMELINIZE (link below)
https://timelinize.com
GNU Affero General Public License v3.0
3.56k stars 116 forks source link

Cannot install on Windows #82

Open jscancella opened 1 year ago

jscancella commented 1 year ago

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?

mholt commented 1 year ago

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?