-
Notifications
You must be signed in to change notification settings - Fork 13
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
Installing from source fails on Windows 10 #65
Comments
We use cgo for sqlite and rocksdb, so that means you need gcc and g++ -- and yes, that's the same issue for sqlite. Unfortunately none of us has any windows computers, so we haven't been able to test there. If you can get it to build we'll be happy to add a section in the README for building on windows. |
tried this: mattn/go-sqlite3#214 (comment) had to manually select the x64 option. now getting this:
maybe I should just buy a mac :-) |
this looks like it might be some c++ std version support issue? Maybe it needs a more recent g++ or some std specific option. @yusefnapora can you take a shot at building on a windows vm? |
yeah, I'm trying to get my windows vm into shape now. it's possible that we might need to build rocksdb separately on windows and not use the |
hey @edsilv are you using the latest mingw64? |
@parkan think so... downloaded from here: https://sourceforge.net/projects/mingw-w64/ |
README has been upgraded to provide instructions for running with the linux binaries. Keeping the issue open, as we eventually have to figure out building from source on windows. |
@edsilv closing this, let me know if you're still having trouble |
related? mattn/go-sqlite3#214
The text was updated successfully, but these errors were encountered: