-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
[ 37%] Building C object CMakeFiles/exsh.dir/src/shell/parser.c.o
/Users/jaclu/git_repos/others/pscal/src/shell/parser.c:591:5: error: expected expression
591 | ShellConditional *conditional = shellCreateConditional(condition, then_block, else_block);
| ^
/Users/jaclu/git_repos/others/pscal/src/shell/parser.c:592:55: error: use of undeclared identifier 'conditional'; did you mean 'condition'?
592 | ShellCommand *cmd = shellCreateConditionalCommand(conditional);
| ^~~~~~~~~~~
| condition
/Users/jaclu/git_repos/others/pscal/src/shell/parser.c:567:20: note: 'condition' declared here
567 | ShellPipeline *condition = parsePipeline(parser);
| ^
2 errors generated.
make[2]: *** [CMakeFiles/exsh.dir/src/shell/parser.c.o] Error 1
make[1]: *** [CMakeFiles/exsh.dir/all] Error 2
make: *** [all] Error 2Metadata
Metadata
Assignees
Labels
No labels