Skip to content

devel branch: MacOS (14.8) build fail #1335

@jaclu

Description

@jaclu
[ 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 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions