Skip to content
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

Error on opening from visual studio #93

Open
AbelCz opened this issue Jul 19, 2018 · 2 comments
Open

Error on opening from visual studio #93

AbelCz opened this issue Jul 19, 2018 · 2 comments

Comments

@AbelCz
Copy link

AbelCz commented Jul 19, 2018

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 ==========

@UUSR
Copy link

UUSR commented Nov 24, 2018

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

@Mezantrop74
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants