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

Bug in compilation at the step cmake --build . --config RelWithDebInfo #189

Closed
taquangtrung opened this issue Oct 2, 2019 · 1 comment
Closed

Comments

@taquangtrung
Copy link

Hi,

I follow the instruction from the README file to compile this project, but there is an error reported at the last step:

cmake --build . --config RelWithDebInfo
CMake Error: The source directory "/home/trungtq/workspace/blockchain/evmjit/build/RelWithDebInfo" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.

Does anyone encounter the same problem?

@taquangtrung
Copy link
Author

Maybe the reason is that I use the latest version of CMake (3.10.x).

When I exchange the position of the two parameters --build and --config, then the following command can work normally:

cmake --config RelWithDebInfo --build . 

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

1 participant