Fails to compile
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 101
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
Hi there, thanks for these great modules. Current version fails to compile with the following error in Sidechain.cpp:
src/Sidechain.cpp: In member function ‘virtual void Sidechain::step()’:
src/Sidechain.cpp:50:72: error: expected ‘)’ before numeric constant
if(inputs[TRIGGER_INPUT].value > 0 || inputs[TRIGGER_INPUT].value 0){
^
../../compile.mk:53: recipe for target 'build/src/Sidechain.cpp.o' failed
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in src/Sidechain.cpp, in Sidechain::step() around line 50, and reproduce the failure using the repository's compile target from compile.mk. The issue is done when the project compiles successfully without the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100