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

Cannot generate with any configs #22

Closed
therocco opened this issue May 27, 2017 · 1 comment
Closed

Cannot generate with any configs #22

therocco opened this issue May 27, 2017 · 1 comment

Comments

@therocco
Copy link

therocco commented May 27, 2017

There is currently an issue with the bytecoin tests that is preventing coins from being generated. The issue appears to exists in the /tests/CMakeLists.txt file in the bytecoin repo. Specifically lines 32-36:

add_executable(NodeRpcProxyTests ${NodeRpcProxyTests})
add_executable(PerformanceTests ${PerformanceTests})
add_executable(SystemTests ${SystemTests})
add_executable(TransfersTests ${TransfersTests})
add_executable(UnitTests ${UnitTests})

I have created a ticket for it in the bytecoin repo (https://github.com/amjuarez/bytecoin/issues/110) but am including it here in case you wanted to add an exception to the build process to capture error and negate it. I fixed it on my end by removing line 152 of generated_files/bytecoin/CMakeLists.txt which is add_subdirectory(tests)

@pmitchev
Copy link
Contributor

pmitchev commented Feb 7, 2018

Do you still have this issue?

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

2 participants