We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
After installing mingw (needed for GCC) I still get the error
How do I fix this so I can correctly compile and use?
The text was updated successfully, but these errors were encountered: