-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Trouble installing on windows #77
Comments
Probably, you don't install mingw/gcc. |
Is this closable? |
Ooops sorry |
I never actually got it working... I'm still getting the same error. I have mingw installed. I also tried re-installing it. C:\Users\Andrew>gcc --version |
gcc version is too old. I'm using:
|
I'm having trouble with MinGW... It fails to install gcc, it says this:
It just spams this for everything it's trying to do. I tried a couple of different things: I tried it on the command line: ... that gives me the same error messages. I also tried changing the file permissions for the mingw folder... |
It looks like I have this old version of gcc from WinAVR: I'll see if uninstalling that helps |
I just used |
I rooted out that junk gcc version, and so now I have this:
I then tried installing go-sqlite3 again like this:
But it seems I have some new error... |
It looks like I need to get the 64 bit version of mingw... I'll try that out later. |
Hello, I am having the same problem CC1.exe |
For the record, I had the same problem, tried the 64-bit version (Mingw-w64), and it worked. |
I have the same problem like
and tried |
For a smooth win64 build experience I recommend using http://tdm-gcc.tdragon.net/ (the 64 bit version) instead. |
Any update on this? If not, I'll close this. |
thanks rusco, it works! |
I'm installing into Windows 8 64 bit
When I run:
go get github.com/mattn/go-sqlite3
I get this:
github.com/mattn/go-sqlite3
In file included from sqlite3.go:4:
sqlite3.h:35: stdarg.h: No such file or directory
sqlite3.go:5: stdlib.h: No such file or directory
sqlite3.go:6: string.h: No such file or directory
sqlite3.go:35: stdio.h: No such file or directory
sqlite3.go:36: stdint.h: No such file or directory
Any ideas of what's screwing up?
I saw that there's an issue for a Windows 64 bit bug here:
#27
But I don't think it's the same issue..?
The text was updated successfully, but these errors were encountered: