-
Notifications
You must be signed in to change notification settings - Fork 2
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
Issue compiling under Visual Studio 2017 #16
Comments
This error was fixed by the last commit (thank you for working so quickly), but I stumbled upon another one: https://stackoverflow.com/questions/2561368/illegal-token-on-right-side-of I tried to implement the solutions on the page, adding #undef max caused this problem changing it to |
what are the steps and requirements to compile this on windows ? hope a windows binary release would be available. Thanks again so much |
@SnackyC @lanciaominer |
@SnackyC Could you post the output from the console during the compilation? Maybe try: |
@Retsediv Thanks for the heads up, but i hope you can provide a windows binary release with the solo mining feature from the solo-mining branch as well. Thanks man |
@lanciaominer not yet, solo mining is still under development |
pulled the September 5 commit, issue persists, here's the console:
With @Retsediv's suggestion of
@lanciaominer I don't recall everything since I'm working on a few things simultaneously, but if you have cmake installed make the build directory and |
@SnackyC I have pushed changes into the master branch. Hopefully, it would help |
Got the same error unfortunately
Same error as previous post when trying I had tried Thanks for your time on this, looking forward to implementing the node-based meritminer on a windows platform with GPUs |
C2678 binary '==': no operator found which takes a left-hand operand of type 'boost::asio::ip::tcp::endpoint' (or there is no acceptable conversion) in stratum.cpp 196
The text was updated successfully, but these errors were encountered: