-
Notifications
You must be signed in to change notification settings - Fork 35
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
Cmake progress #24
Comments
I'm stuck on this specific issue and unsure of a fix. @xCoreDev Any ideas?
Issue is at this line. This is with Berkeley DB v6.2, which I assume isn't compatible because of this. Problem is, before 6.2, to get 64-bit support you need to compile it yourself, which requires a very old Visual Studio version. It's a pain, while 6.2 has a 64-bit msi installer available, making it much more accessible. |
Just an update: The current thing holding back Windows from working is a linking error to Berkeley DB. It seems something isn't linked correctly in Cmake, or maybe the source code, which is causing some errors when it tries to compile. |
Finally got Windows to compile, although there are linkage issues to Boost & Berkeley DB libs when trying to run the binary. |
Issues
Windows is currently not building, issue tracker here.
Currently working/tested systems here.
For anyone willing to test Cmake, here are the steps to test:
CMakeError.log
(if you ran into any errors),The text was updated successfully, but these errors were encountered: