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
1>------ Build started: Project: parser, Configuration: Debug x64 ------ 1>callback.cpp 1>closure.cpp 1>c:\users\czuko\blockparser\cb\closure.cpp(14): fatal error C1083: Cannot open include file: 'boost/graph/adjacency_list.hpp': No such file or directory 1>dumpTX.cpp 1>util.cpp 1>c:\users\czuko\blockparser\util.cpp(6): fatal error C1083: Cannot open include file: 'openssl/bn.h': No such file or directory 1>Generating Code... 1>Done building project "parser.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
The text was updated successfully, but these errors were encountered:
AbelCz You must add two folders to the root of the project folder: openssl, boost.
After that there will be one mistake:
Error C1083 Cannot open file inclusion: alloca.h: No such file or directory parser c:\blockparser-master\util.cpp 12
Sorry, something went wrong.
AbelCz You must add two folders to the root of the project folder: openssl, boost. After that there will be one mistake: Error C1083 Cannot open file inclusion: alloca.h: No such file or directory parser c:\blockparser-master\util.cpp 12
I did so, but where can I find this missing file now?
No branches or pull requests
1>------ Build started: Project: parser, Configuration: Debug x64 ------
1>callback.cpp
1>closure.cpp
1>c:\users\czuko\blockparser\cb\closure.cpp(14): fatal error C1083: Cannot open include file: 'boost/graph/adjacency_list.hpp': No such file or directory
1>dumpTX.cpp
1>util.cpp
1>c:\users\czuko\blockparser\util.cpp(6): fatal error C1083: Cannot open include file: 'openssl/bn.h': No such file or directory
1>Generating Code...
1>Done building project "parser.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
The text was updated successfully, but these errors were encountered: